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

2008-02-21 Thread Big Moxy
Great catch Cory! I don't think background image is the right solution though. Look at it now. www.zanalysts.net Tim -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Cory Shubert Sent: Thursday, February 21, 2008 12:55 PM To: CSS Discussion Subject:

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 inside parenthesis

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

2008-02-21 Thread Big Moxy
: 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; } Question on markup code in CSS. I have seen markup as above

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

2008-02-21 Thread Big Moxy
, 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 solution though. Look at it now

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 You have

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 a links in the CSS or a combination of all these and others. Good