Re: [WSG] Background issues in a div

2008-08-30 Thread Michael Horowitz
What is css-d.  Any ideas how to start testing or researching this type 
of problem.



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



tee wrote:


#signup{
  position: relative;
  float: left;
  top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  height: 135px;
  width: 180px;
  border:thick;
  /*background:url(../images/background.png);
  background-repeat: no-repeat;
  */
  background-color:#00;
}

When I use the background image in IE 7 only part of the image shows 
but it works completely find in Firefox and opera.  However when  use 
background-color it works ok in all three browsers.


So I'm wondering what IE-7 might be doing to my background image.


I vaguely remember reading about bug somewhere, probably the css-d, 
but can't find the thread.


tee


***
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] Background issues in a div

2008-08-30 Thread tee


#signup{
  position: relative;
  float: left;
  top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  height: 135px;
  width: 180px;
  border:thick;
  /*background:url(../images/background.png);
  background-repeat: no-repeat;
  */
  background-color:#00;
}

When I use the background image in IE 7 only part of the image shows  
but it works completely find in Firefox and opera.  However when   
use background-color it works ok in all three browsers.


So I'm wondering what IE-7 might be doing to my background image.


I vaguely remember reading about bug somewhere, probably the css-d,  
but can't find the thread.


tee


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



[WSG] Background issues in a div

2008-08-29 Thread Michael Horowitz
Thanks for the help on my last issue, figured out my problem was caused 
by another part of my css.


Anyway this issue is interesting.  I have a left side box


#signup{
   position: relative;
   float: left;
   top: 0px;
   padding-left: 0px;
   padding-right: 0px;
   height: 135px;
   width: 180px;
   border:thick;
   /*background:url(../images/background.png);
   background-repeat: no-repeat;
   */
   background-color:#00;
}

When I use the background image in IE 7 only part of the image shows but 
it works completely find in Firefox and opera.  However when  use 
background-color it works ok in all three browsers.


So I'm wondering what IE-7 might be doing to my background image.

Thanks for any ideas. 



--
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]
***