CSS question
CSS question
- Started
- Last post
- 4 Responses
- ukit
I've got some little image icons I'd like to display in the middle of a line of text. Ideally, I'd like to display them as CSS background images rather than IMG tags. What's the best way to do this in CSS without making everything floats?
- TheBlueOne0
span class with some padding and the image as a background
- ukit0
Hmmm...nice technique in FF but doesn't seem to work in IE.
- ukit0
Nevermind, I figured it out. just need a lovely " " in there.
- jaylarson0
didja need to make the images as box instead of inline ?