> One can't have position:fixed and position:absolute on the same DIV, so
> unfortunately this does not get the effect I am after.

Have you tried using position properties with the div that is fixed? I
believe that is what I have done in the past.  A quick search showed
that the fixed position property is absolutely positioned. So set the
div to fixed and then use the same position properties that you would
if it were absolute (top, bottom, left, right).
______________________________________________________________________
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/

Reply via email to