Jessica Steinbomer wrote:
> Here's where I'm calling the images in the styles:
>
> .t {background: url(newsite/images/index/top_middle.gif) 0 0 repeat-x; }
> .b {background: url(newsite/images/index/bottom_middle.png) 0 100%
> repeat-x; height: 2%}
> .l {background: url(newsite/images/index/middle_left.png) 0 0 repeat-y}
> .r {background: url(newsite/images/index/middle_right.gif) 100% 0 repeat-y}
> .bl {background: url(newsite/images/index/bottom_left.gif) 0 100% no-repeat}
> .br {background: url(newsite/images/index/bottom_right.gif) 100% 100% 
> no-repeat}
> .tl {background: url(newsite/images/index/top_left.gif) 0 0 no-repeat}
> .tr {background: url(newsite/images/index/top_right.gif) 100% 0 no-repeat; }
>
>
> I've checked the images and they don't have any white so I'm at a loss :P
Hello,

Since you keep a fixed width in your design, I would avoid using all 
those nested divs and use three divs to include my content 
(header/main/footer), with one background image in each. The rounded 
corners would be in the header and footer divs. Its too late to produce 
an example or find something ready, but I believe this should clear up 
your code a lot and make future bugs easier to solve.

Regards,

Panagiotis
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to