On Oct 25, 2006, at 6:38 AM, Matt Dawson wrote: > And here's where the problem is: I've applied a tiled background > image to > #main_body to make the blue main content column stretch to the > footer, even > if the right sidebar is longer. Works fine in all browsers. > > BUT in dreamweaver, adding this tiled image to the background > through css > causes all of my text to "black out" in design view - that is, it > looks like > someone took a black higlighter to those two columns. > > As I've mentioned in past emails, I have to use Dreamweaver, as > it's the > software we've committed to as an organization.
They *still* haven't fixed that bug ????? I reported that problem while beta testing Dreamweaver back in 2004. (and I haven't used that app since those betas timed out). The fix that worked back then is absolutely stupid. background: url(../images/lt_blue_tile_homepage.gif) repeat-y 0px 0px; note the addition of px to position co-ordinates: instead of 0 0 make it 0px 0px. Philippe --- Philippe Wittenbergh <http://emps.l-c-n.com> ______________________________________________________________________ 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/
