Question : Need help with CSS for Mozilla - URL supplied

This website displays great in IE but with Mozilla notice the top menu has a large gap at the top (between the navigation & header image).

Can someone help me with the CSS to make it display the same as in IE? I also want the player to be in the same spot as well.

http://www.tuffenuffracing.com

Answer : Need help with CSS for Mozilla - URL supplied

Change this CSS :

#player { position: absolute;} -- not relative

#navMain {margin:0; padding:0; } -- you need to add these two lines as by default it will pickup ul styling which adds a small margin

Random Solutions  
 
programming4us programming4us