View Single Post
  #1  
Old 03-19-2010, 03:02 PM
  beetlejuice's Avatar 
beetlejuice beetlejuice is offline
 

eXpert
  
Join Date: Apr 2007
Posts: 251
 

Default image not showing in IE8

This won't be another IE8 rant or will it?

Still fast tracking myself in CSS as all the other sites have done have been in the "old" table versions.

I can't seem to get a background image showing up for page-container2 in 4.3X.
Shows perfectly as usual in the Fox.

Code:
#page-container2 { background: url(images/custom/tablebg.jpg) no-repeat; }

The very next line is content-container and the image appears fine in both browsers

Code:
#content-container { background: url(images/custom/mwwin.jpg) no-repeat; padding-bottom: 100px; margin-top: 130px; }

Can anyone explain how this is caused? Surely not padding nd margin tags making the difference in IE?

thanks
__________________
XCart 4.5.4, 4.6.1, 4.64 stores
Many, many mods from Altered Cart
XCart Mods Reboot template
The XCart Store Templates and Mods
WCM CDSEO Pro
BCSE Rewards Points and Gallery Mods
and a few others
Reply With Quote