rollandburn wrote:
> Hi everyone, I have a layout that is falling victim to the 1px jog in  
> firefox and wonder if there is somebody could lend a hand.  The  
> testing url is http://www.flexcomp.ca.php5-10.websitetestlink.com/

Changing the margin-left to -1px on the body worked for me in Firebug:
body{
background:#000000 url(/assets/interface/bg_body.jpg) repeat-y scroll 50% 0;
color:#333333;
font-family:Arial,sans-serif;
font-size:0.84em;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:1.4em;
margin:0 0 0 -1px;
padding:0 0 0 1px;
}

Does that do what you need?
--Bill

-- 
<!--
  ! Bill Brown <macnim...@gmail.com>
  ! Web Developologist, WebDevelopedia.com
-->
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to