Elle Meredith wrote:
> The logo is appearing behind the main image on the home page -- even 
> though it has higher z-index

Absolute positioned elements that are children of absolute or relative
positioned elements, can't escape their parents' stacking level, no
matter how high z-index is given to the children. A genuine IE/win bug.

Solution in your case is to stack the relative positioned parent higher
by adding...

#branding a {z-index: 1;}

...which will then lift the logo-image high enough too.

> and on the gallery page, the stage images line up good when the page 
> loads -- but if you leave the page on for a little while, the top 
> background image appears and continues below the stage.

Jump triggered when hovering over image-links, so it is probably a
question of placing a 'hasLayout' trigger on the right element.

I can't debug it at my end since parts of the styling/scripting get lost
on download.

>> http://designbyelle.com.au/poinciana/

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