Since I've updated to IE7, the sideboxes overflow the header/logo which was not the case with IE6. Firefox doesn't have this problem either...
Example site
www.creativesportsart.com
..any ideas?
Since I've updated to IE7, the sideboxes overflow the header/logo which was not the case with IE6. Firefox doesn't have this problem either...
Example site
www.creativesportsart.com
..any ideas?
Ro,
Take a look here please stylesheet.css
Notice you have not associated a background image in the red lettering below?
Try eliminating this declaration and look in IE 7
#logoWrapper{
background-image: ;
background-repeat: repeat-x;
background-color: #ffffff;
height:70px;
}
Are You Vulnerable for an Accessibility Lawsuit?
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL, Domain, and MagicThumb with semi-annual and longer hosting
Ro,
Notice your logo.gif image has this size below.
815px × 86px
Notice your logowrapper declaration height is only 70 px..
#logoWrapper{
background-image: ;
background-repeat: repeat-x;
background-color: #ffffff;
height:70px;
}
Change to 86
Are You Vulnerable for an Accessibility Lawsuit?
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL, Domain, and MagicThumb with semi-annual and longer hosting
Ro,
Glad I could assist you... Thanks for the reply on the fix..
Nice clean site to view...
Are You Vulnerable for an Accessibility Lawsuit?
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL, Domain, and MagicThumb with semi-annual and longer hosting