Re: [WSG] IE loses background image

2008-07-31 Thread Gonzalo González Mora
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=css21warning=0uri=http%3A%2F%2Fwww.horowitzfamily.net%2F

 #mainNav ul a {
   margin:0;
   padding:0;
   display:block;
   line-height:40px;
   text-decoration:none;
   color:#00;
   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]
***

Re: [WSG] IE loses background image

2008-07-31 Thread Сергей Кириченко
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=css21warning=0uri=http%3A%2F%2Fwww.horowitzfamily.net%2F

 #mainNav ul a {
   margin:0;
   padding:0;
   display:block;
   line-height:40px;
   text-decoration:none;
   color:#00;
   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]
***


Re: [WSG] IE loses background image

2008-07-31 Thread Michael Horowitz
That does it.  Shame it doesn't fail validation for such a problem. 


Michael Horowitz
Your Computer Consultant
http://yourcomputerconsultant.com
561-394-9079



Gonzalo González Mora wrote:
On Thu, Jul 31, 2008 at 1:50 AM, Michael Horowitz 
[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED] wrote:


My background image is disappearing in IE 7 but shows up in
Firefox, Opera and safari.  It's at horowitzfamily.net
http://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=css21warning=0uri=http%3A%2F%2Fwww.horowitzfamily.net%2F

http://jigsaw.w3.org/css-validator/validator?profile=css21warning=0uri=http%3A%2F%2Fwww.horowitzfamily.net%2F

#mainNav ul a {
  margin:0;
  padding:0;
  display:block;
  line-height:40px;
  text-decoration:none;
  color:#00;
  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]
mailto:[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]
***



[WSG] IE loses background image

2008-07-30 Thread Michael Horowitz
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=css21warning=0uri=http%3A%2F%2Fwww.horowitzfamily.net%2F


#mainNav ul a {
   margin:0;
   padding:0;
   display:block;
   line-height:40px;
   text-decoration:none;
   color:#00;
   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]
***