J
Jeff Bowman
Hello
I'm having a problem with Netscape 7.1 and Mozilla 1.7.1 not respecting
these styles for the <SPAN> tag:
height:
width:
text-align:
margin-bottom:
It works fine in IE6 and Opera; I haven't tried FireFox. Here's the page:
http://intexx.com/ice/new/
The CSS and markup are below. Does anyone know how I can get this to work?
TIA,
Jeff
-------------------------------------
/* tab placeholder */
Span.Tabs
{
width:100%;
text-align:center;
margin-bottom:20px;
border-bottom: solid 4px #ffee99;
}
/* all tabs */
Span.SelectedTab, Span.OtherTab
{
width: 115px;
font-family: Verdana;
font-size: x-small;
}
/* selected tab */
Span.SelectedTab
{
height: 22px;
color: navy;
font-weight: bold;
background-color: #ffee99;
border-top: solid 1px #999933;
border-right: solid 1px #999933;
}
/* unselected tabs */
Span.OtherTab
{
height: 20px;
background-color: #ffffdd;
border-top: solid 1px #cccc66;
border-right: solid 1px #cccc66;
}
/* separator tab */
Span.SeparatorTab
{
border-left: solid 1px #cccc66;
}
-----------------------------------
<p>
<span class="Tabs">
<span class="SelectedTab" style="border-left: solid 1px #999933">
What is it?
</span>
<span class="SeparatorTab"></span>
<span class="OtherTab">
<a class="Tab" href="?tab=3" target="_top">
History of ICE
</a>
</span>
<span class="SeparatorTab"></span>
<span class="OtherTab">
<a class="Tab" href="?tab=4" target="_top">
Technical Info
</a>
</span>
<span class="SeparatorTab"></span>
<span class="OtherTab">
<a class="Tab" href="?tab=5" target="_top">
Your Account
</a>
</span>
<span class="SeparatorTab"></span>
<span class="OtherTab">
<a class="Tab" href="?tab=6" target="_top">
Webmasters
</a>
</span>
</span>
</p>
I'm having a problem with Netscape 7.1 and Mozilla 1.7.1 not respecting
these styles for the <SPAN> tag:
height:
width:
text-align:
margin-bottom:
It works fine in IE6 and Opera; I haven't tried FireFox. Here's the page:
http://intexx.com/ice/new/
The CSS and markup are below. Does anyone know how I can get this to work?
TIA,
Jeff
-------------------------------------
/* tab placeholder */
Span.Tabs
{
width:100%;
text-align:center;
margin-bottom:20px;
border-bottom: solid 4px #ffee99;
}
/* all tabs */
Span.SelectedTab, Span.OtherTab
{
width: 115px;
font-family: Verdana;
font-size: x-small;
}
/* selected tab */
Span.SelectedTab
{
height: 22px;
color: navy;
font-weight: bold;
background-color: #ffee99;
border-top: solid 1px #999933;
border-right: solid 1px #999933;
}
/* unselected tabs */
Span.OtherTab
{
height: 20px;
background-color: #ffffdd;
border-top: solid 1px #cccc66;
border-right: solid 1px #cccc66;
}
/* separator tab */
Span.SeparatorTab
{
border-left: solid 1px #cccc66;
}
-----------------------------------
<p>
<span class="Tabs">
<span class="SelectedTab" style="border-left: solid 1px #999933">
What is it?
</span>
<span class="SeparatorTab"></span>
<span class="OtherTab">
<a class="Tab" href="?tab=3" target="_top">
History of ICE
</a>
</span>
<span class="SeparatorTab"></span>
<span class="OtherTab">
<a class="Tab" href="?tab=4" target="_top">
Technical Info
</a>
</span>
<span class="SeparatorTab"></span>
<span class="OtherTab">
<a class="Tab" href="?tab=5" target="_top">
Your Account
</a>
</span>
<span class="SeparatorTab"></span>
<span class="OtherTab">
<a class="Tab" href="?tab=6" target="_top">
Webmasters
</a>
</span>
</span>
</p>