Ticket #206 (new enhancement)

Opened 2 years ago

set position:fixed on an element

Reported by: jeremy.lal@m4x.org Assigned to: somebody
Priority: normal Milestone: MochiKit 1.5
Component: component1 Version:
Severity: normal Keywords:
Cc:

Description

I thought mochikit.style lacks a function to make an element behave as position:fixed in a cross browser way. I began writing code to do this, it works well on Firefox 1.5 / IE6 / Konqueror? I couldn't test on safari 2.

If anyone is interested, you can see an example here : http://www.edagames.com/jerry/javascripts/positionFixed/

resize (reduce) the window to make scrollbars appear.

Jérémy Lal