This is happening because your navigation list is floated left, which consequently collapses it's dimensions as far as it's container #content <div> is concerned. The white of your #content thus is sized to "what's left", but since there is only the select box, its white background ends just below this. The result is that your navigation "hangs" off the bottom.

Quickest fix is to place a "clear: left;" style attribute in one of the <p> tags found just before your #content div is closed. This isn't terribly semantic (there's no need for any of those extra empty <p></p>'s, use css instead), but it gets the job done.

HTH,
John

On Feb 21, 2005, at 7:23 PM, Seona Bellamy wrote:

Hi guys,

I've had someone tell me that this page is doing odd things on a Mac.
Apparently the navbar is falling out of the content pane. Can someone please
have a look and a) verify this, and b) tell me how to fix it?


Site: http://www.dare2.com.au/productsservices.php
CSS: http://www.dare2.com.au/new.css

Cheers,

Seona.

__________________________________________________________________
<< ella for Spam Control >> has removed Spam messages and set aside Later
for me
You can use it too - and it's FREE! http://www.ellaforspam.com


******************************************************
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list & getting help
******************************************************




****************************************************** The discussion list for http://webstandardsgroup.org/

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************



Reply via email to