Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / text not contained in #navCatTabsWrapper

text not contained in #navCatTabsWrapper

Locked

Views: 1,009

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
28 Sep 2009, 8:22 PM
#1
styledata avatar

styledata

Zen Follower

Join Date:
Feb 2006
Posts:
290
Plugin Contributions:
0

text not contained in #navCatTabsWrapper

A new problem (with no changes by me) has popped up in IE8. The categories listing in #navCatTabsWrapper are not contained in the wrapper, they extend past it. I've fiddled extensively in the stylesheet with #navCatTabsWrapper and #navCatTabs and can't seem to hit upon the fix. I would really appreciate a nudge in the right direction. The problem can be seen at http://www.photoimprints.com. Thank you in advance.

29 Sep 2009, 12:21 AM
#2
styledata avatar

styledata

Zen Follower

Join Date:
Feb 2006
Posts:
290
Plugin Contributions:
0

Re: text not contained in #navCatTabsWrapper

Well I hacked a temporary fix, I think, by using this:

#navCatTabs {
word-wrap: break-word;
padding: 5px;

}

The problem with it is that it broke the words all right, right in the middle of some! So by adding the padding and massaging the names of some categories it seems to work, for now. But the minute I change any category names I'm going to have the same problem. So I'm still curious if anyone has any other ideas.
Thanks!

29 Sep 2009, 10:19 AM
#3
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: text not contained in #navCatTabsWrapper

I didn't see the original problem, but try removing the red part:

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

30 Sep 2009, 1:09 PM
#4
styledata avatar

styledata

Zen Follower

Join Date:
Feb 2006
Posts:
290
Plugin Contributions:
0

Re: text not contained in #navCatTabsWrapper

thank you, that did work better!