jhl
-
CSS Dropdown menu -- for the iPad?
alternatively you can use :focus
-
simple animated hover on menu
http://plugins.jquery.com/project/lavalamp2
-
Css menu help.
nav ul li { width: 40px; height: 20px } if that doesn't work use !important
-
Text align a floated object?
sorry, what I want is for the block to be centered but still floated left- don't think its possible but thanks for the help. If you guys could show a dropdown menu that doesn't require a float to be applied that would be great.
-
Text align a floated object?
I want to stop the bg color from extending past- thats why I need it
-
Cool little hover effect
could probably do this with css3 animations
-
Styling drop down menus with CSS3
http://www.webdesignerwall.com/demo/css3-dropdown-menu/
-
Css menu help.
nav shouldnt be display inline, you can use font-size to increase the text size
-
Text align a floated object?
@mrapino thanks for the suggestion, but for some reason I can't get it working for me. I'm making a dropdown nav, and the float:left makes the background color cut off and not extend the whole page. Maybe I'm just stupid, but I can…
-
Text align a floated object?
I have tried it- it doesn't work- I guess my question should have been how can you accomplish it. Im making a menu that needs lis to be floated left, but then I can't center them with text-align: center , they just end up on the left.
-
Content extends beyond browsers window
can't you use position: fixed; bottom: 0px;?
-
Linear Gradient to nothing?
thanks. for some reason i hadn't thought of rgbas, much appreciated.