|
| |
|
|
pcguy
Posts: 137 From: None Status: offline
|
Weird CSS Behavior? - 3/12/2009 20:25:46
Here's the site: www.energyauditpeople.com The XHTML and CSS passes validation. I'm having a problem with the CSS, in particular, this block of code: #contentContainer { width:100%; background-color:#767243; padding-bottom:25px; } If you look at the site, it looks fine...but using browsershots.org, I've discovered some browsers view the site like this: www.energyauditpeople.com/problems/bad1.png If I add "overflow:hidden;" to that same block of code, it looks fine....see below #contentContainer { width:100%; overflow:hidden; background-color:#767243; padding-bottom:25px; } I just don't understand why? It appears the #footer div is overflowing, but it's not, so the overflow:hidden tag shouldn't do anything in this case.....? Can someone explain? Thanks!
|
|
|
|
pcguy
Posts: 137 From: None Status: offline
|
RE: Weird CSS Behavior? - 3/13/2009 6:50:05
awesome info - thank you!
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|