Although I am familiar with this workaround for the inline-block property due to poor browser support, I am curious if there is a more sophisticated solution for using CSS sprites without the need for block elements to have line breaks.
For example, in the footer of this particular website, there are icons positioned within the footer text paragraph at the bottom right of the page that I would like to have a rollover effect. The most elegant method I know for this is using CSS sprites, but this would result in an unwanted line break before the images.
Is there something I may be overlooking?
Any advice or insights would be greatly appreciated!
Thank you, Alex