I'm looking for a CSS solution that would enable me to start showing a background image after the (title) text ends.
So that it would look like this:
So first title, followed by a background image that would start after the title text ends and runs all the way to the end of the line. The title length would change depending on the number of characters it contains.
Is there anyway this can be done using a single class element? I tried it using the sample on Verlee's blog but it doesn't quite work as I want it.
Any help would be greatly appreciated.![]()



Reply With Quote





and if we're gonna use CSS to add the element, we might as well give it a class so you can go ahead and use other spans or b inside the tag in question. Oh, and you do NOT need to state "this" inside expressions, it is assumed.

Bookmarks