DIV not sizing correctly when elements inside are bigger?
Posted
by Ben Dauphinee
on Stack Overflow
See other posts from Stack Overflow
or by Ben Dauphinee
Published on 2010-05-14T19:48:54Z
Indexed on
2010/05/15
14:14 UTC
Read the original article
Hit count: 224
html
|css-layout
Tried removing the overflow hidden, but that does not seem to fix it. Suggestions?
Relevent HTML and problem illustration here: http://mgc.selfip.com/bugscreen01.jpg
Relevent CSS
#nav{padding: 5px 0px; overflow: hidden; background-color: #7af;}
ul#nav{white-space: nowrap;}
#nav li{display: inline; list-style-type: none;}
#nav li a{padding: 5px 10px;}
#nav a{font-family: "Adobe Caslon Pro", "Hoefler Text", Georgia, Garamond, Times, serif; font-size: 14pt; font-variant: small-caps;}
#nav a:link, #nav a:visited{color: #fff; text-decoration: none;}
#nav a:hover, #nav a:focus{color: #fff; background: #91db24;}
© Stack Overflow or respective owner