Hi all, on Mozilla-Firebird this css don't work (or at least work differently as ie...)
a.mylink:link{
color: #005000;
background-color:#dbecd8;
width: 100px;
height: 20px;
border: solid thin red;
}
Border is for debug purpose...
On ie I can see an anchor with a long red border of 100 pixel. On mozilla the border shrink to text width.
In mozilla's buglist there isn't anything...
Any one know what is wrong ?!?
bye bye