Jump to content
php.lv forumi

Kāpēc nerāda apakšējo borderi...


Robis

Recommended Posts

Es esmu a linkam uztaisījis borderus ar:

border: solid 1px #ff0000;

border-top: solid 1px #ff0000;

border-bottom: solid 1px #ff0000;

 

Bet apakšējo borderi negrib rādīt tam linkam! :( Nerāda vienkārši un viss. Uz firefox rāda visus borderus.

Uz IE nerāda apakšējo.

Uz Opera nerāda gan augšējo, gan apakšējo!

Ko darīt?

Link to comment
Share on other sites

a.links-top-active:link, a.links-top-active:visited, a.links-top-active:hover, a.links-top-active:active
{
color:#ff0000;
font: normal normal 11px Arial;
text-transform: uppercase;
text-decoration: none;
letter-spacing: 2px;
padding:2px;
padding-left:7px;
padding-right:7px;
border: solid 1px #ff0000;
border-top: solid 1px #ff0000;
border-bottom: solid 1px #ff0000;
}

<table width="750" cellpadding="0" cellspacing="0" border="0">
<tr>
<td align="right" valign="bottom">
<span style="margin-left:50px"><a href="#" class="links-top-active">Links</a></span>
</td>
</tr>
</table>

Edited by Robis
Link to comment
Share on other sites

×
×
  • Create New...