The third and last edition of the Cascading Style Sheets styling language (often shortened to CSS3) brings together powerful visual capabilities and versatile design manipulation techniques.
0
votes
0answers
16 views
How to move spans with an animation?
I'm using twitter-bootstrap framework and I have two span4 centered using offset class.
What I'm trying to do is doing an animation removing the offset class and pulling the spans to the right to put ...
0
votes
0answers
8 views
How do I manipulate object.style.animationDuration outside of Chrome?
I know that throwing the webkit prefix at the start works for Chrome (as object.style.webkitAnimationDuration), but I have yet to find any way of making this work with the Opera prefix, and I'm not ...
0
votes
1answer
6 views
chrome android setting width to 100%
I've got a problem with the css on android with the chrome browser
what i do in css is:
html{
max-width: 100%;
height: 100%;
width: 100%;
overflow: hidden;
position: relative;
}
body{
...
2
votes
1answer
17 views
CSS transition not running after element is moved to different parent
I got two list of elements and I want to move items from one list to another with a simple CSS transition.
The logic:
Add the hidden class to element in order to fade it out (opacity: 0, width: 0, ...
0
votes
2answers
30 views
How to put a vertical separator in the middle of span4?
I'm using twitter-bootstrap framework and I'm trying to put a vertical separator between three span4.
So I coded this
To see the result is more clear if you enter here
CSS
.span4 {
...
2
votes
1answer
34 views
CSS Statement starting with *
I have downloaded the css file off HTML5Reset to use as a starter set of CSS. Looking through the coding, I find there are statements that start with an *, eg. *vertical-align. I have never met this ...
0
votes
0answers
12 views
run-time error CSS1019: Unexpected token, found '@charset'
I have a CSS Stylesheet which contains following code:
@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, ...
0
votes
0answers
22 views
Why does using `-webkit-appearance: none` on a select option in OSX make the text disappear?
In order to get the styling I want on Chrome in OS X, I have to use the -webkit-appearance: none; attribute.
See this question and this answer.
The issue is, now when I select an answer, it doesn't ...
0
votes
1answer
19 views
File pick with Angular JS
I would like to pick up a file with AngularJS:
HTML:
<div ng-controller="TopMenuCtrl">
<button class="btn" ng-click="isCollapsed = !isCollapsed">Toggle collapse</button>
...
1
vote
3answers
42 views
How do I apply padding within a select dropdown box?
I have two types of input. A select dropdown box, and a regular input.
On the input, I have added a padding: 10px; that makes it look big.
The issue is once I put the select box beside it, they are ...
1
vote
1answer
59 views
How do I position divs into 3 columns, reposition into 2 when on narrow screen
Yes, I do realise the title of this question is poor. Feel free to improve it.
I'm trying to build CSS for a page which has the following requirements.
There are six 'boxes'.
Each pair of boxes has ...
0
votes
1answer
29 views
How to make entire div change color on hover using css?
I have the following:
<div id="side-menu" class="sidebar-nav span2">
<div class="sidebar-link"><span>Link 1</span></div>
<div ...
0
votes
2answers
32 views
Make background cover all screen sizes
I have a code which makes a background picture cover the whole screen, not just the content. It works fine with a computer and an iPhone but with an android the picture doesn't stretch length wise to ...
2
votes
0answers
32 views
JQuery - on the fly CSS animation change only happens when I Ieave browser window and return
I've been working on this all day as part of a much larger self-project and have come across a slight problem: http://jsfiddle.net/GYv22/2/
I am trying to change the speed of the ball on the fly ...
0
votes
2answers
29 views
Font-Weight CSS Transition in Chrome
Trying to get font-weight to gracefully transition from '400' to '600' using CSS but it doesn't appear to be working in Chrome. Is this a known bug or am I doing something wrong?
Check the Fiddle ...
0
votes
0answers
21 views
Smooth Transition of “same” Object across a Pageload
Lets say I have two simple html pages, both with a div of the same .blabla class.
On one page, the div would be in a different position or have a different size/color/background/etc.
My goal is to ...
1
vote
1answer
23 views
How to I change the color for the navigation bar in Foundation 4?
Here's my website - http://foundation.zurb.com/docs/components/top-bar.html
I've tried to change every possible bit of css related to the navbar but still I haven't found a way to change it's ...
1
vote
1answer
28 views
Are Three internal style sheets and no script tag right way for my webpage?
I am having a three internal style sheets and one external style sheet in my web page. Simplified output looks like this:
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" ...
0
votes
0answers
15 views
100% height div in background cover div
Currently I have a web page with a background image size of cover. I would like 2 divs inside of this div with 100% height. These divs need to be responsive. I need the leftside div to have an image ...
1
vote
0answers
20 views
Textillate-effect displays all unordered list items when combined with <a href=“#”></a>
Dear fellow Stackoverflowers,
I am using Textillate to apply an effect on an unordered list.
This works so far so well. Unfortunately when I combine the Hyperlinks within the < ul > - Element, it ...
1
vote
1answer
43 views
Twitter Bootstrap carousel and navigation
I use the Twitter Bootstrap carousel on my website in full screen: Web Site Link
In the bottom menu, click on "Architecture & Habitat" arrows appear to navigate through the slides.
My links are ...
0
votes
2answers
27 views
How to scroll xx pixels or % at once
I am building a website and I want to customize the scrolling. If the user scrolls I want them to scroll down 100% at once like in this website: http://onlinedepartment.nl/
EDIT: I already managed ...
3
votes
1answer
54 views
CSS3 + HTML5SHIV + CSS3PIE Border-radius NOT working on IE8 but working on IE7,9,10
the site I'm working with - http://www.quickseorankings.com/dev/, its built with:
Twitter Bootstrap
HTML5 + CSS3
HTML5SHIV
CSS3PIE
Issue: Border-radius at navbar link(active) NOT working on IE8 ...
2
votes
1answer
19 views
JS feature detection to detect the usage of -webkit-calc over calc
So I'm quite aware that in general, one should use feature detection in JS vs. browser detection. A good example of this being pushed is jQuery 1.9's drop of $.browser.
In addition, in every article ...
0
votes
4answers
55 views
Move <a> tag to new line if it's content flows out of the first line?
I'm trying to achieve the following, move tag to a new line if its content flow from one line to another, so you can see what I mean here http://jsfiddle.net/sNyzX/ Firs example (red) shows situation ...
0
votes
1answer
13 views
How do you center a line-wrapped <nav> menu in CSS?
I have a UL that is centered properly in wide and narrow widths but breaks in the mid range. When it is wide everything fits nice, when the browser is narrow everything stacks nice, but when using a ...
0
votes
2answers
55 views
Performance of this Script? [closed]
I have the following code, whose performance I want to check out.
It's basically an animation of a candle-flame - but without the use of .gif.
Demo: http://hammr.co/9444088/3/index.html
What do you ...
0
votes
0answers
38 views
Sticky footer with the flexible box layout model?
I am trying to implement a sticky footer with the flexible box layout model as implemented in recent versions of Chrome and Firefox.
Given this markup inside the body element:
<header>
...
0
votes
0answers
27 views
Animated cube-like (only two faces) effect with CSS3
I would like to reproduce this jsfiddle I that prepared Based in this awesome tutorial (Please check the demo) (But I don't want the keys functionality, just on hover)
http://jsfiddle.net/b5rmW/5/
...
0
votes
3answers
25 views
Align a table above an div
I have an div container where an image is displayed, above that image i would like to show an table. So, my problem is that the table isnt displayed over the image. Instead it is shown after the ...
0
votes
1answer
26 views
DIV's isn't flowing normally
I have a problem with positioning div classes like normally it would be.
I wanted to get the DIV boxes:
li {
width:200px;
height:200px;
background:red;
float:left;
...
1
vote
1answer
27 views
Layout troubles, need advice [closed]
I have a layout that I have mocked up in a drawing app. Now I have never had any issues with page layouts (that I haven't been able to solve), until now.
I just I I don't know what else to try. I ...
0
votes
2answers
27 views
how to display scrollbar inside container?
I would like to display scrollbar inside container on content overflow like facebook notifications?
setting overflow:auto displaying scrollbar outside container.
How to render scrollbar outside ...
-1
votes
4answers
57 views
How to make my PHP project more secure? [closed]
I'm developing a project (testing at: http://trendfy.com/NS/home.php) for my college.
The project is approved by my college and will be live by next week for above 5000 students and the project is ...
-4
votes
0answers
33 views
Resposive design with 1 div [closed]
Hello i am trying to responsive design , this is my html code
<!DOCTYPE html>
<head>
<link rel="stylesheet" type="text/css" href="css/style.css">
<link ...
1
vote
2answers
33 views
stretch image to 100% of viewport
I made an simple layout for an android application using html and css. The hole page has an background image, but i didnt declared it as:
background-image: url(
Because so belong my information i ...
0
votes
1answer
30 views
what to learn for layout design? DIV+css or the new CSS3 GRID 2D layput?
I am a newbie who wants to learn layout design in html.
From what I learned is that one should use DIV and css styles for this.
But while I was searching, I found about the new draft of CSS3 2D grid ...
1
vote
1answer
44 views
Stretchable form doesn't work in IE with absolute inside relative positioning and overflow
I'm working on an email-picker form that needs to be able to stretch to the size of the container, and also accomodate the "to" selector increasing in size as more addresses are selected. I have a ...
0
votes
1answer
28 views
multiple background images not showing in IE and Safari
I have multiple background images on my 1 page- vertical scroll site that aren't showing up in Safari or IE.
IE doesn't work because I know that I am not running IE9.
Safari is 5.1.7
Are there any ...
0
votes
1answer
11 views
IE onclick issue with hidden modal div that gets shown with CSS transition
I am encountering some inconsistencies with IE9+ with a hidden modal div. See the code below: On any other HTML5 browser, the inline onclick of the will trigger the alert first and then transition in ...
0
votes
0answers
57 views
How to draw circle animation not using canvas?
I have a background image, and a div child in which I draw a circle. Here some sample code http://codepen.io/anon/pen/hybAs .
I want to be able to "erase" this circle like Pacman until there is no ...
-4
votes
1answer
39 views
Figure 7px taller than it should be
Can anyone tell me why my rollovers for my figures are 7px taller than the figures themselves?
Been looking at this for nearly 2 hours and it's driving me towards insanity.
Note: This site is ...
0
votes
1answer
22 views
Calc of max, or max of calc in CSS
Is it possible to do something like this
max-width: calc(max(500px, 100% - 80px))
or
max-width: max(500px, calc(100% - 80px)))
(but which works !) in CSS3 ?
0
votes
2answers
63 views
How to move a navbar with Bootstrap?
I have two navbar containers on my page.
Originally, navbar1 stays on top of navbar2, but after I shrink the page and the responsive style come to have effect, I need navbar2 to be on top of nabvar1
...
0
votes
1answer
20 views
JQuery flexslider not working
I have a specific question. If you can go to this website http://mountaingardendiva.businesscatalyst.com/ and help me figure out why the slider is not working, that would be great. I've used the same ...
0
votes
1answer
19 views
Width of a block with. Horizontally-oriented website with text columns “Modern UI”-like
I'm trying to achieve that Modern UI app look (horizontally-oriented with text columns width defined width) on my website. The only problem is text containers take too much width and I fail to make ...
-1
votes
2answers
32 views
Using LESS to recursively style an inner class of the same name?
I just started working with LESS but haven't been able to find an answer to this anywhere.
Can less support some sort of nesting or recursion for the same class?
My requirement is that I may have a ...
0
votes
2answers
20 views
Setting CSS properties in GWT
I need to set the the -moz-box-sizing property on a widget through my GWT code. I don't want to do this through the .css file but need to do it in my java code. I tried
...
0
votes
1answer
23 views
@Media not working like I thought it should
I am learning about responsive design and @media is not working in the manner that I thought it should. I have a subnav bar. Here is the css:
.subnav-fixed {
background-color: #eeeeee;
...
0
votes
1answer
17 views
Inline CSS produces different result then an equivalent CSS class
PLEASE remove - it was a typo:)
The following CSS
display: table; height: 100%;
works fine in inline mode and doesn't work being extracted into a CSS class. How do I get it fixed?
HTML with ...



