View Single Post
  #2  
Old 04-09-2009, 01:40 PM
  gb2world's Avatar 
gb2world gb2world is offline
 

X-Wizard
  
Join Date: May 2006
Location: Austin, TX
Posts: 1,970
 

Default Re: IE not displaying menubar correctly

Hi Adam -

When I look at your page with the IE Developer Toolbar - it is showing the li has a background color of #fff. This might be how IE initializes it if it is not set.

Have you tried setting the li in the css? Something like:
ul.MenuBarHorizontal li {background-color: transparent;}

or initialize it at the top of your css:
li {background-color: transparent;}

If this turns out to be the issue, you might want to add your support to get QT to initialize their CSS in v5 here.
__________________
X-CART (4.1.9,12/4.2.2-3/4.3.1-2/4.4.1-5)-Gold
(CDSEO, Altered-Cart On Sale, BCSE Preorder Backorder, QuickOrder, X-Payments, BCSE DPM Module)
Reply With Quote