[thelist] Css background problem

Ken Snyder ksnyder at coremr.com
Fri Feb 16 11:57:30 CST 2007


Dan Craciun wrote:
> ... Well, this *almost* works.
> In Firefox 2 at the top of the left panel there is a 3px line and the 
> text of the right panel is pushed too far down.
> In IE 6 there is an additional 3px line at the bottom of the right panel.
>
> ...
>   
Looks like that div's 4px padding-top should be 0.  Took a few seconds 
to track down in Firebug (http://www.getfirebug.com).

main_test.css (line 9)
#partners {
...
padding-top: 0;
...
}

Ken Snyder



More information about the thelist mailing list