| 
	
 | 
 Posted by Disco Octopus on 06/18/91 11:36 
kaibo wrote: 
 
> hi all, 
>  
> i've been playing with the sliding doors css stuff. what i currently have 
> looks good in firefox, but it is not lining up correctly in IE. mainly, the 
> tabs are not centered correctly, and the submenu is not aligned with it's 
> 'background'. any help would be greatly appreciated. 
>  
> here is the link to the main page...click on the 'products' tab to see a 
> submenu. 
>  
> www.monkeymynd.com/testcr/index.php 
>  
> thanks in advance, 
> stacey 
 
 
 
I had breakfast today, so I thought I might just play around with your CSS. 
This is what I came up with..... 
 
change this.... 
#header ul { 
  margin:0 auto; 
  padding:10px 0; 
  list-style:none; 
  width:40em/*44em*/; 
  } 
 
 
to this.... 
#header ul { 
  margin:0 auto; 
  padding-botton:0px; 
  padding-top:10px; 
  list-style:none; 
  width:40em/*44em*/; 
  } 
 
 
This may be what you need to do.??? 
 
--  
freeball
 
  
Navigation:
[Reply to this message] 
 |