James Alvies wrote:
> Is there any chance I could get some assistance with this bugger?
> http://techsoup-global.org/node/1132

Hi James,

You need a hasLayout fix on your #container element.
#container {zoom:1} should do the trick.

You can test this by visiting your page and entering this into the URL:
javascript:(document.getElementById('container').style.cssText=null)();

Make sure it's all on one line obviously, but that fixed it in my tests. 
It's also only a local fix, meaning you can test that to set hasLayout 
on an element on the local version you're viewing during development, 
but visitors to the page won't benefit unless you include a hard-coded 
hasLayout fix in the CSS.

Hope it helps.
--Bill


-- 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bill Brown, MacNimble.com :: "From dot concept to dot com since 1999"
WebDevelopedia.com, TheHolierGrail.com, Cyber-Sandbox.com, Anytowne.com
"The intuitive mind is a sacred gift and the rational mind is a
faithful servant. We have created a society that honors the servant and
has forgotten the gift. -- Albert Einstein
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
______________________________________________________________________
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