the two spans have a width of 75%, but in NS, safari etc... dont appear
to be even. They only do in IE (6.0 is what I tried it in)
sorry 4 no link
<html>
<head>
<style type="text/css">
..header
{
color:#ffffff;
display:block;
background-color:#565fff;
border:2px solid;
border-color:#0000ff;
width:75%;
padding:5px;
font-family:"Arial Black" ;
font-size:22px;
}
..subtext
{
display:block;
font-size:15px;
padding:4px;
width:75%;
BORDER-BOTTOM: #000fff 2px solid;
background-color:#39baee;
}
</style>
</head>
<body>
<span class="header"> heading</span>
<span class="subtext" >sub heading</span>
</body>
</html>
to be even. They only do in IE (6.0 is what I tried it in)
sorry 4 no link
<html>
<head>
<style type="text/css">
..header
{
color:#ffffff;
display:block;
background-color:#565fff;
border:2px solid;
border-color:#0000ff;
width:75%;
padding:5px;
font-family:"Arial Black" ;
font-size:22px;
}
..subtext
{
display:block;
font-size:15px;
padding:4px;
width:75%;
BORDER-BOTTOM: #000fff 2px solid;
background-color:#39baee;
}
</style>
</head>
<body>
<span class="header"> heading</span>
<span class="subtext" >sub heading</span>
</body>
</html>
Comment