ns6 css border

OK.. so I can't get this fixed..

On this page..

<!-- m --><a class="postlink" href="http://universalauto.wswise.com">http://universalauto.wswise.com</a><!-- m -->

(view in ie, ns7, or mozilla to see what it should look like)

The border around the first seperated table (the one with the car in the left and the general specs in the right). The middle and right vertical borders are split (sections missing from them) in ns6 (6.2 winxp).

Does anybody know why this is happening?

Here's the parts of the stylesheet code that are used around that section (or are used as general body styles)..

-Thanks in advance


body{
margin: 0px;
padding: 0px;
background-color: #707070;
font-family: verdana,helvetica,arial,sans-serif;
color: #ffffff;
}

.maintable{
border-style: solid;
border-width: 2px;
border-color: #a0a0a0;
background-color: #222222;
text-align: center;
}

.maindetails{
padding: 2px;
font-size: 78%;
font-weight: bold;
display: inline;
font-family: verdana,helvetica,arial,sans-serif;
color: #ffffff;
}

.title{
font-family: verdana,helvetica,arial,sans-serif;
font-weight: bold;
font-size: 110%;
background-color: #505050;
border-bottom: 1px solid #a0a0a0;
width: 370px;
margin: 0px;
padding: 10px;
text-align: left;
color: #ffffff;
}

.mainimage{
margin: 10px;
}

.toppart{
border: 1px solid #a0a0a0;
width: 700px;
}

.topright{
width: 330px;
border-left: 1px solid #a0a0a0;
background-color: #222222;
}

.mainimagetext{
font-family: verdana,helvetica,arial,sans-serif;
color: #ffffff;
text-align: right;
padding-right: 10px;
padding-left: 0px;
padding-bottom: 0px;
padding-top: 0px;
font-size: 78%;
font-weight: normal;
}

a.mainimagelink{
color: #d7d7d7;
}

a:visited.mainimagelink{
color: #d7d7d7;
}

a:hover.mainimagelink{
color: #ffffff;
}

a.vinlink{
color: #d7d7d7;
}

a:hover.vinlink{
color: #ffffff;
}First of all... your links should be:

A.yourID:hover
{
border:0px;
{

Then, I can't see what you mean anymore... can you explain it better
 
Back
Top