Topic: CSS Positioning... |
|
---|---|
Author | Thread |
Paranoid (IV) Inmate From: Minneapolis, MN, USA |
posted 09-23-2003 17:26
Okay, for those of you familiar with CSS-based layouts, a common trick is to nest an absolute positioned DIV inside a relative positioned DIV in order to reset the positioning context. In other words, this allows you to position a DIV absolutely from a relative position. This is useful if you have a header of variable height (depending on font size or somethign) and you want to use an absolute layout for whatever comes after it. |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 09-23-2003 18:08
jiblet: Nothing specific but see: |
Paranoid (IV) Inmate From: Minneapolis, MN, USA |
posted 09-23-2003 21:14
Hmm, thanks for the links. All the evidence points to the fact that absolute and static positioning can't be mixed (well absolute can go AFTER static, but not the other way around) when variable heights are involved. Oh well, it's not THAT much of a limitation. |