I  have a header div #header is relatively positioned. Inside this is an 
absolutely positioned #menu_holder div that holds a suckerfish menu. The 
problem i when I use top:80px; on the menu holder it is perfect in both IE 
version and too low in FF. when I change it to 60px FF is the one that is 
perfect
 
As you can see from the example #menu_holder (the pink div) ie has the menu 
sitting in the middle where  FF pushes it down a bit.


http://www.blue-fly.co.uk/trisco/example.png
 
This is the css
 
#menu_holder {
width: 850px;
position:relative;
height: 20px;
float:left;
background-color:#996666;
z-index:1000;
 
top: 80px;
left:0em;
padding:0;
margin:0;


}

 
Ross
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to