View Single Post
  #1  
Old 08-27-2012, 05:00 AM
 
miniatures-workshop miniatures-workshop is offline
 

Newbie
  
Join Date: Nov 2009
Location: UK
Posts: 7
 

Default margin property issue in Google Chrome

Hello,

I'm trying to get a left and right margin of 20px, so this the coding I have in my main.css

html,body {
height: 100%;
background-color: #ffffff;
margin-right: 20px;
margin-left: 20px;
padding: 0px;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 11px;
border: 0px none;
}

It works fine with I.E. and Firefox, but not with Google Chrome; the body overlaps the right side of the screen and there is no right margin present.

I also tried "margin: 0px 20px;" and even tried using padding to get the job done, but with the same results.

Is there something I should add to /main.GC.css ?

My xcart version is 4.3.0 I forgot to change my old settings...

Many thanks, Colin
__________________
Version 4.3.0
Windows
United Kingdom
Reply With Quote