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:#000000;
}

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

Reply via email to