Topic: Styling an anchor tag with background image |
|
---|---|
Author | Thread |
Bipolar (III) Inmate From: Phoenix |
posted 02-10-2007 20:31
So I thought I was doing well, looks well in IE 7, does not look well in FireFox. I have a bacground arrow that is set to display on the bottom right of a linked element with class of more, the "more" link. The html code is: |
Paranoid (IV) Inmate From: Florida |
posted 02-10-2007 21:42
If you're talking about http://ultimateimage.us/default.asp.28907.htm, the simplest way would probably be adding display: -moz-inline-box; to .more's rule. |
Bipolar (III) Inmate From: Phoenix |
posted 02-11-2007 01:47
Ok, that works (kinda). Text is not wrapping now, it is all overlapped. ..and what is the IE *html hack that you can add to the css so I can setup the display:inline-block for IE rendering? |
Paranoid (IV) Inmate From: Florida |
posted 02-11-2007 02:33
No need. |