Re: [css-d] Markup for image URL in CSS rule

2008-02-21 Thread Usamah M. Ali
Once you grasped the basic concept of using background images, then it's a matter of trial & error until you get the perfect look you're after. Try changing the background position to left top or left bottom or applying padding the links in the CSS or a combination of all these and others. Good l

Re: [css-d] Markup for image URL in CSS rule

2008-02-21 Thread Usamah M. Ali
On Fri, Feb 22, 2008 at 12:34 AM, Big Moxy <[EMAIL PROTECTED]> wrote: > Thank you for the correction, Usamah! I also added height:37px to ensure the > full image was being displayed. What do I do about the extra image behind > the image "title"? It's not even full-size? > > Regards, > Tim > Yo

Re: [css-d] Markup for image URL in CSS rule

2008-02-21 Thread Big Moxy
ROTECTED] Sent: Thursday, February 21, 2008 1:22 PM To: Big Moxy Cc: Cory Shubert; CSS Discussion Subject: Re: [css-d] Markup for image URL in CSS rule On Fri, Feb 22, 2008 at 12:06 AM, Big Moxy <[EMAIL PROTECTED]> wrote: > Great catch Cory! I don't think background image is the right solut

Re: [css-d] Markup for image URL in CSS rule

2008-02-21 Thread Big Moxy
bject: Re: [css-d] Markup for image URL in CSS rule On Thu, Feb 21, 2008 at 11:54 PM, Cory Shubert <[EMAIL PROTECTED]> wrote: > > >h4 { > >background: transparent url("/images/windows-logo.gif") no-repeat > center center; > >padding-left: 42px; > >

Re: [css-d] Markup for image URL in CSS rule

2008-02-21 Thread Usamah M. Ali
On Fri, Feb 22, 2008 at 12:06 AM, Big Moxy <[EMAIL PROTECTED]> wrote: > Great catch Cory! I don't think background image is the right solution > though. Look at it now. www.zanalysts.net > > Tim > > > I'm very sorry, but the background positioning should be left center NOT center center. When yo

Re: [css-d] Markup for image URL in CSS rule

2008-02-21 Thread Usamah M. Ali
On Thu, Feb 21, 2008 at 11:54 PM, Cory Shubert <[EMAIL PROTECTED]> wrote: > > >h4 { > >background: transparent url("/images/windows-logo.gif") no-repeat > center center; > >padding-left: 42px; > >} > > Question on markup code in CSS. I have seen markup as above, where the > image tag insid

Re: [css-d] Markup for image URL in CSS rule

2008-02-21 Thread Big Moxy
[css-d] Markup for image URL in CSS rule >h4 { >background: transparent url("/images/windows-logo.gif") no-repeat center center; >padding-left: 42px; >} Question on markup code in CSS. I have seen markup as above, where the image tag inside parenthesis has quotation

[css-d] Markup for image URL in CSS rule

2008-02-21 Thread Cory Shubert
>h4 { >background: transparent url("/images/windows-logo.gif") no-repeat center center; >padding-left: 42px; >} Question on markup code in CSS. I have seen markup as above, where the image tag inside parenthesis has quotation marks and sometimes without. Which is it, q.marks or not? Thanks,