Forum Moderators: not2easy
I'm having problems aligning a small icon 15x15 next to some text. It's basically a close button with an icon of an X next to it.
The code is basically:
[a href="#"] Close [img src="images/icon.gif"] [/a]
The icon is not aligning correctly. In ie it is above the text line and FF is below the text line.
What should the css be? I did a margin-top: -3px for the icon image and it works in FF, but not in IE. What solution do you guys have?
-thanks
Try adding some borders or outlines and you should see more clearly what's going on.
I'm sure some will point to the doctype, so you might post it as well.