Hi All
I'm having problems with my <a> tags (I think) in Mozilla (FF 1.5): The following CSS:
And HTML:
Works fine in IE7 (I get a blue box), but in FF i get nothing - if I put text in the <a> tags, I get a blue background under the text (i.e. it "streches" behind the text).
Can someone help me out, as I'm sure I'm missing something obvious now!
TIA
Si.
I'm having problems with my <a> tags (I think) in Mozilla (FF 1.5): The following CSS:
Code:
#anchorcar {
width: 80px;
height: 40px;
background-color: blue;
}
And HTML:
Code:
<div>
<a href="foo.html" id="anchorcar"></a>
</div>
Works fine in IE7 (I get a blue box), but in FF i get nothing - if I put text in the <a> tags, I get a blue background under the text (i.e. it "streches" behind the text).
Can someone help me out, as I'm sure I'm missing something obvious now!
TIA
Si.