View Single Post
  #1  
Old 06-07-2010, 04:39 AM
 
Jeremy Smith Jeremy Smith is offline
 

Senior Member
  
Join Date: Jan 2009
Posts: 167
 

Question main.css X Cart v4.3.2.

Just getting back to my old roots at the moment.

I am having problems with the above version, it all started going wrong when I put:

Code:
/* page layout */ #content-container { clear: both; float: left; overflow: hidden; position: relative; width: 100%; padding-bottom: 39px; margin-top: 140px; background-color:#FFFFFA; border-left:1px solid #D4D3CF; border-right:1px solid #D4D3CF; border-top:1px solid #D4D3CF; border-bottom:1px solid #D4D3CF; padding:10px !important; }

Whats happening is, when I place the above css in the relevant css element '#content-container', it displays incorrectly in Internet explorer 8 (fine in Firefox of course!) but I have forgotten the skills to get around cross browser compatibility, grrr!!!

Can someone help?

The original css for this element was:
Code:
/* page layout */ #content-container { clear: both; float: left; overflow: hidden; position: relative; width: 100%; padding-bottom: 39px; margin-top: 140px; }

Any help is greatly appreciated thanks,
Jeremy
__________________
Version 4.1.11 on Linux (Fedora)
X-Cart Gold
Reply With Quote