View Single Post
  #2  
Old 02-25-2009, 03:29 AM
  Victor D's Avatar 
Victor D Victor D is offline
 

X-Adept
  
Join Date: Aug 2008
Posts: 643
 

Default Re: Background is wrong in IE6?

there is white border in default main.IE6.css that brokes templates lookout.
find there
Code:
/* page container */ #page-container { height: 100%; border-left: 780px solid #ffffff; float: left; position: relative; } #page-container2 { float: left; margin-left: -780px; position: relative; height: 620px; /* bottom-expand */ }/* page container */

and change to
Code:
/* page container */ #page-container { height: 100%; border-left: 0px none; float: left; position: relative; } #page-container2 { float: left; margin-left: 0px; position: relative; height: 620px; /* bottom-expand */ }
__________________
Regards,
Victor Dubiniuk

X-Cart Skins Store
- twenty two different skins for 4.1.x and 4.2.x;
- 4.3.x compatible versions are available;
- refresh you store now!

Smart menu X-Cart add-on for 4.1.8 - 4.3.x
Featured Products Slide Show X-Cart add-on for 4.1.8 - 4.3.x
Reply With Quote