nuodas159
-
vertical-align
I want to do that ul would be in the page horizontal and vertical center.
-
100% Height Sidebar
I know what's the problem but there is any way to do it? I mean without taking top and left?
-
styling design
So there is something like tutorial or good html+css template? That on all with cross-browser compatibility?
-
styling design
Hm, more ways there is(smth(something) like free)?
-
border on table-cell
Oke. Thanks then :). I tried to search another attempt
-
border on table-cell
Can you write an example with children?
-
How better to use?
One more example: Which example better? First-example: background { background: url("blabla.png") no-repeat; } Second-example: background { background-image: url("blabla.png"); background-repeat: no-repeat; }
-
font error
there isin't in css -o-border-radius: 5px; :/
-
font error
Am thanks what about these? : Property -webkit-border-radius doesn't exist : 5px Same colors for color and background-color in two contexts #navigation a:hover and #autoXML61886656188665
-
font error
mmm, thanks. Am, but why is this error: Property box-shadow doesn't exist in CSS level 2.1 but exists in [css3] : 1px 3px 8px #f1d0b5 .inputbox { background: #fff; box-shadow: 0 3px 8px #f1d0b5; border: 2px solid #f36e00; -webkit-bord…
-
font error
Can you tell me how to use with the Typekit?
-
Moving boxes
@Hompimpa There seems to be an issue with this. When you click on the circle pagination, the very next image slides in shortly after. It doesn't pause at the normal rate. @ChristopherBurton so how to fix this?
-
centering the text
Och sory not this jsfiddle was. :D I mean this: http://jsfiddle.net/hJtpF/3188/
-
centering the text
Nope I need this #message-activate to be vertical center
-
centering the text
Here... http://jsfiddle.net/tovic/hJtpF/3162/
-
centering the text
Why not working like this? .block { clear: left; text-align: center; } .block:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; } message-activate { display: inline-block; vertical-align: mi…