Previous Message
Next Message

Tutorial/jargon: screen layout

Sent by David Dorward on 2 December 2003 13:01


On 2 Dec 2003, at 13:20, DL Neil wrote:
> 1 is the static footer even possible? (POSITION: STATIC; not available 
> in IE -
> I just told them this YESTERDAY!!! - and someone on the list)

Position: static works in IE, its position: fixed that doesn't (worse - 
IE treats position: fixed as position: static instead of ignoring it, 
so you can't do { position: absolute; position: fixed;}

There are various JavaScripts which attempt to implement position: 
fixed on IE, but the results aren't very nice - the 'fixed' element 
doesn't move _with_ the scrolling, it runs to catch up.

--
David Dorward
http://dorward.me.uk/

______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Previous Message
Next Message

Message thread:

Possibly related: