Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Category Tab Navigation Problem with IE8

Category Tab Navigation Problem with IE8

Locked

Views: 1,647

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
4 Apr 2009, 12:45 AM
#1
sudakoma avatar

sudakoma

New Zenner

Join Date:
Jul 2006
Posts:
83
Plugin Contributions:
0

Category Tab Navigation Problem with IE8

We are running Zen Cart 1.38a have just installed IE8 to check that our site is displaying correctly but we have discovered a problem with the display of the Category Navigation tabs under the flash header.

In FF and IE7 the tabs display as 3 rows but in the new IE they are stretched out into one long row and a scroll bar appears at the bottom of the page. Switching to compatibility mode solves the problem but we really need to find out why this is occurring. We would appreciate any advice. :smartalec:

The site in question is w w w. t a i l o r m a d e n a i l s .co.uk

4 Apr 2009, 3:38 PM
#2
s_t_e_v_e avatar

s_t_e_v_e

Zen Follower

Join Date:
Aug 2006
Location:
UK
Posts:
430
Plugin Contributions:
0

Re: Category Tab Navigation Problem with IE8

in your stylesheet.css

#navMain ul li, #navSupp ul li, #navCatTabs ul li {
display: inline;
white-space: nowrap;
}

try white-space: normal;

4 Apr 2009, 6:25 PM
#3
sudakoma avatar

sudakoma

New Zenner

Join Date:
Jul 2006
Posts:
83
Plugin Contributions:
0

Re: Category Tab Navigation Problem with IE8

Thank you so much, that did the trick! :clap: