just add layout to "a"
it's usuall cause of bg'disapearing

2008/7/31 Gonzalo González Mora <[EMAIL PROTECTED]>

> On Thu, Jul 31, 2008 at 1:50 AM, Michael Horowitz <
> [EMAIL PROTECTED]> wrote:
>
>> My background image is disappearing in IE 7 but shows up in Firefox, Opera
>> and safari.  It's at horowitzfamily.net
>>
>> I'm thinking I have a conflict between different background images
>>
>> I have verified I have valid css
>> http://jigsaw.w3.org/css-validator/validator?profile=css21&warning=0&uri=http%3A%2F%2Fwww.horowitzfamily.net%2F
>>
>> #mainNav ul a {
>>   margin:0;
>>   padding:0;
>>   display:block;
>>   line-height:40px;
>>   text-decoration:none;
>>   color:#000000;
>>   background:url(../images/button3.jpg)no-repeat;
>>   font-size: 10px;
>>   color:#4d4325;
>>   font-weight:bold;
>>   text-indent:35px;
>>  }
>>
>> #mainNav img {
>>   margin:0px;
>>   padding:0px;
>>   display:block;
>>   float: left;
>> }
>>
>> body {
>>   font-family: Verdana, Arial, Helvetica, sans-serif;
>>   background-image:url(../images/background.jpg);
>>   font-size:10px;
>>  }
>>
>> --
>> Michael Horowitz
>> Your Computer Consultant
>> http://yourcomputerconsultant.com
>> 561-394-9079
>>
>>
>>
>> *******************************************************************
>> List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
>> Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
>> Help: [EMAIL PROTECTED]
>> *******************************************************************
>>
>>
> Add a space on the background property, like this:
>
> background:url(../images/button3.jpg) no-repeat;
>
> Gonzalo
>
> *******************************************************************
> List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
> Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
> Help: [EMAIL PROTECTED]
> *******************************************************************
>


*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to