Re: Very Tricky CSS Question
From: Murray (forums_at_HAHAgreat-web-sights.com)
Date: 01/13/05
- Next message: Murray: "Re: table border properties"
- Previous message: Murray: "Re: css & 'span' problem"
- In reply to: Bill: "Very Tricky CSS Question"
- Next in thread: Trevor L.: "Re: Very Tricky CSS Question"
- Reply: Trevor L.: "Re: Very Tricky CSS Question"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 13 Jan 2005 07:10:59 -0500
Sure. Create the style with the image as a background image. Position it
top and right, like this -
.special { background-image:url(foo.jpg); background-position:top right; }
You will probably also need to declare a width and a height for the style so
that you get to see the whole image.
-- Murray "Bill" <nowhere@fooemail.com> wrote in message news:%239V$RfT%23EHA.2596@tk2msftngp13.phx.gbl... > Is it possible to define a text style so that, whenever the style is > applied, it ends the text with an image? I'm looking to do a set of > section > headers where each 2 or 3 word line of text will end in a small image, > kind > of like, > > Here is the Header Text * > > where * = a small image at the end of the line. > > Thanks, > > Bill. > > > >
- Next message: Murray: "Re: table border properties"
- Previous message: Murray: "Re: css & 'span' problem"
- In reply to: Bill: "Very Tricky CSS Question"
- Next in thread: Trevor L.: "Re: Very Tricky CSS Question"
- Reply: Trevor L.: "Re: Very Tricky CSS Question"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|