Silly me, I didn't put the period before my cabinet style
      .cabinet { margin-right: 7em; }
works a lot better than
      cabinet { margin-right: 7em; }

As an English instructor, I should be more careful about my punctuation :-).

I'm able to have the paragraphs have a large 
enough right margin to not overwrite the cabinet 
image. Thanks Raphael, your suggestion put me on 
the right track. It looks and works great (even 
if I resize the browser window).

TTFN,
David

At 09:32 PM 8/25/2007, Rafael wrote:
>        If all you want to do is put an image at 
> that position, set it as the background, i.e.
>   background: #fff url(path/to/image) right bottom no-repeat;
>· #fff is the background color, it can be 
>omitted or set to 'transparent' (without the quotes)
>· 'url' is an actual keyword, and the path should not be between quotes
>· reference: 
><http://www.w3.org/TR/CSS1#background>http://www.w3.org/TR/CSS1#background




______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to