Hi folks, I am new to CSS but am a 'believer' I am trying to construct a style sheet to layout the graphics on my new site.
I have an issue with the sidebar.gif that will not repeat in IE6 unless the DocType statement is commented out, not good for validation! It is fine in Firefox.. My guess is that document switching may be the issue, but I cannot work out the fix. I have two test pages below to demonstrate the problem, links below and a copy of the CSS code.. Can anybody help??? Thanks Kevin http://www.agreatlife.co.uk/nodoctype.htm http://www.agreatlife.co.uk/doctype.htm body {color: black; background: transparent url(./live/FBWatermark.gif) repeat; } #corner {background: transparent url(./live/corner1.gif) no-repeat ; position:absolute; top:0; left:0; width: 220px; height: 170px; } /* This side bar GIF does not repeat in IE when called from a page with a "Doc Type" declaration*/ #sidebar {background: transparent url(./live/sidebar.gif) repeat-y; position:absolute; top: 170px; left:0; width: 100%; height: 100%; } #bannerbar1 { background: transparent url(./live/Bannerbar1.gif) repeat-x ; position:absolute; top: 0; right: 0; width:100%; height: 150px; } #bannerbar2 {background: transparent url(./live/bannerbar2.gif) no-repeat ; position:absolute; top: 0; left: 220px; width:792px; height: 150px; } #logo { background: transparent url(./live/fblogo1.gif) no-repeat ; position: absolute; top:11px; width: 450px; height:140px; left: 28px; } ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- 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/
