On Tue, Jan 11, 2011 at 4:23 PM, John Franks <[email protected]> wrote:
>.. Everything lines up great in Internet Explorer (7 & 8 only which is all I 
>need) and Opera. But if you view the website through Chrome, Firefox and 
>Safari the lines in the textured background do not line up at the join between 
>the main donut and the website background.

Try this
#introPanel {
 /*   background: url("../images/introPanelBackground.gif") no-repeat
scroll left top transparent; */
}
#wrapper
{
    background: url("../images/introPanelBackground.gif") no-repeat
scroll left top transparent;
}

Didn't investigate what was causing the misalignment, but the above
CSS seems to fix it :)

Cheers,
~Chetan
______________________________________________________________________
css-discuss [[email protected]]
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