Click to See Complete Forum and Search --> : body margins dont work in FF


ketanco
11-03-2009, 10:04 AM
Hello, the margins work for IE for the code below, but not for FF. See www.robotbuy.com/index3 Please advise...

<body style="background:url(http://www.robotbuy.com/pictures/main_bg.png);" leftmargin="0" topmargin="0" bottommargin="0" rightmargin="0" >

ssystems
11-03-2009, 10:14 AM
is this what you want?


style="background: transparent url(http://www.robotbuy.com/pictures/main_bg.png) repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; margin: 0;"

ketanco
11-03-2009, 01:43 PM
yes this works too thanks