Click to See Complete Forum and Search --> : Horizontal alignment problem - firefox


kmatan
04-25-2006, 03:34 PM
Website:

http://www.mac-works.com/dev/PatrickNormanMusic/new/LayoutGala34.html


CSS:

http://www.mac-works.com/dev/PatrickNormanMusic/new/style.css


The problem is, then menu bar - appears normal in Safari, and IE but instead of horizontal - it appears vertical in firefox...

Any ideas?

jogol
04-25-2006, 03:43 PM
remove float: right; from #nav a

hsdhman
04-25-2006, 03:46 PM
Hi there

The problem is in your css. Take float:right out of
#nav a {
float: right
etc
}

It will still float right, because of your #nav li

edit: whoops... simulpost!

kmatan
04-25-2006, 08:23 PM
OMG.

Thanks! Knew I just needed another set of eyes on it ! :D