Todd Richards wrote:

> www.thurtconstruction.com

> Been struggling with this and maybe it's something obvious.

The only obvious factor here is that you can't stack any html element on
top of flash, and make it work across browser-land.

> [...] The menu <ul> has a z-index of 1000.

...which doesn't work in any case since 'z-index' has no effect on
elements that aren't 'position: relative/absolute/fixed'. Any of those
position-values will break that menu.
The obvious solution would have been to stack the #menu container itself
higher, but the flash will always be stacked on top so that's of no use
here.

The only reliable solution is to switch td's in the table, so the flash
stays on the right side and well away from the menu drop-downs. and the
"Custom Built Homes" text stays on the left side. May not look as
well-balanced design-wise, but at least it'll work - everywhere.


BTW: a source-code of such a low quality...
<http://validator.w3.org/check?uri=http://www.thurtconstruction.com/default.php>
...doesn't deserve a doctype...
<http://www.gunlaug.no/contents/wd_additions_25.html>
...and it sure doesn't make debugging and somewhat controllable
rendering any easier.

regards
        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
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