I viewed this test page
http://www.eodweb.com/test/test.htm
full CSS
in Safari (Mac) at a friend's house last night. I was dismayed to see that the Nav div has whitespace showing to either side of the menu items.
Today I was working with page for other reasons and now, according to that friend, the white space is gone. Unfortunately, I can't really see the page so I'm not sure how it looks. Here's the new page
http://www.eodweb.com/test/test3.htm
here are the only changes I made to the code:
full CSSCode:#left { position: absolute; top: 79px; width: 130px; /*height: 735px;*/ padding: 30px 15px; /*background-color: #cc9;*/ color: #033; text-align: center; } #content { margin-left: 0; padding: 20px 20px 85px 20px; background-color: #f0f0e0; color: #000; border-bottom: solid #cc9 1px; border-right: solid #cc9 1px; border-left: solid #cc9 160px; clear: both; }
Any clues as to why the whitespace shows up, and then doesn't and how to get rid of it properly?
Thanks!
Toni





Bookmarks