[jQuery] position: fixed with

[jQuery] position: fixed with

Bonjour:
Has anybody successfully used 'position: fixed;' with Interface FX?
http://interface.eyecon.ro/demos/ifxslide.html
In particular, the 'slide toggle down' function.
I'm using...
html>body #footer {
position:fixed;
bottom:0;
z-index:10;
}
// jquery layer
html>body #toggled {
position: fixed;
bottom: 0;
z-index: 9;
background: #fff20d;
width: 100%;
height: 200px;
}
The #footer works as it should. #toggled loads fine as well. But when
the function is enacted it ends up operating from the upper left.
Any ideas on this?
Thanks...
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


























    • Topic Participants

    • txt