GPL wrote: > I have a live DEV site up now, but it seems to do it to more than > just the shoutbox: http://tinyurl.com/dy7t79 > > IT DOES IT TO ALMOST ANYTHING ON THE RIGHT and left SIDE COLUMN. > > Scroll the page slowly and look at the right side column as it does > the effect in the picture above. I only see this in IE. > > I'm lost with out firebug helping me tinker, so if anyone has a > suggestion, much appreciation to you.
It seems to be caused by the 'background:none;' declaration on the inner divs. (line 822 in your template.css) You use it to cancel out the box-tl.gif that is set on the direct parent of those divs, but somehow it causes problems. Setting any colour on that div fixes the problem, but of course it's a gradient behind it, so you can't have a solid colour. background:transparent; does not fix the problem. What does fix the problem, is setting a different background image on it, such as 'clear.gif', a simple small totally transparent image. I've seen this behaviour before in IE, where in some case you need to use a transparent background image to fix a layout or link clickability issue, but I have no clue whatsoever why. I just call it "IE" :-) -- Els ______________________________________________________________________ css-discuss [cs...@lists.css-discuss.org] 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/