Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
CSS: Tabs in win firefox are showing white backround in between.
O.k. One problem at a time. I don’t have a win machine, so I test when at work.
My tabs (main navigation) are showing white in between each tab in Windows firefox. Not sure what is happening.
Thanks,
You all rock.
Last edited by mattmikulla (2006-09-01 14:23:24)
Art Rogue – Fine Art Photography
Offline
Re: CSS: Tabs in win firefox are showing white backround in between.
mattmikulla wrote:
My tabs (main navigation) are showing white in between each tab in Windows firefox.
I’m not seeing this in Firefox 1.5 or IE 6 on XP. I see about two pixels of black between each tab, and nothing looks “broken” to me.
Looking at your source, I see your navigation list is formatted “normally” as code. But in some circumstances, the formatting of the code for lists can be the source of problems. IE, in particular, likes for [1] all li’s to be one long line, and [2] not a single space between li’s.
Like this:
<code>
<ul>
<li>Link</li><li>Link</li><li>Link</li>
</ul>
</code>
Instead of this:
<code>
<ul>
<li>Link</li>
<li>Link</li>
<li>Link</li>
</ul>
</code>
TextPattern user since 04/04/04
Offline
#3 2006-09-01 16:55:01
- WhiteDog
- Member

- From: Maine
- Registered: 2005-09-07
- Posts: 174
Re: CSS: Tabs in win firefox are showing white backround in between.
not sure what the site is you are referencing, but one problem I have often run into when I get odd spacing gaps is the margin and padding need to be declared as 0px; becasue each browser renders these as their own default measure. Which is not always 0px;
hope that helps
Grrr RRR nnndth grrr Skeek!
Offline