Re: [css-d] negative background position for sprite

2008-10-24 Thread Richmond
How about something like: .mountain { color: #9b422d; background: url (images/h1-mountain-arrow.png) 0px no-repeat; margin-left: -15px; text-indent: 30px; } Cheers Richmond __ css-discuss [EMAIL PROTECTED]

Re: [css-d] negative background position for sprite

2008-10-24 Thread Marty Martin
This accomplished what I needed, thanks for the suggestions from everyone! Marty On Fri, Oct 24, 2008 at 11:56 AM, Richmond <[EMAIL PROTECTED]> wrote: > How about something like: > > .mountain { > color: #9b422d; > background: url (images/h1-mountain-arrow.png) 0px no-repeat; >

[css-d] negative background position for sprite

2008-10-24 Thread Marty Martin
Greetz everyone, So I have this H1 tag and I have a little graphic sprite I want to negatively position to the left of the H1 but when I do, the sprite gets cut off at the box border of the H1. Is there a way around that so I can negatively position the sprite without it getting cut off? Here's