PDA

View Full Version : setting anchor width in FF


wac
01-11-2006, 03:56 PM
How does one set the anchor width so that the cursor border is uniform?
The cursor border seems to match the text size instead of the width set by the style.

ronaldb66
01-11-2006, 04:15 PM
A link is an inline element by default; set "display: block" to make it behave like a block level element.