Hi,
Have spent the afternoon learning all about changing the document flow and positioning.
Just a couple of pointers I'd like to clarify:
In EW when creating a new style, in the positioning category there are properties for top, right, bottom, left. During my experimentation, these properties only seem to have an effect when used in conjunction with the Position: Absolute/Relative/Fixed properties. Is this the case or can they be used in other ways.
Regarding Position: Relative, I know the definition is that this property "moves an element relative to its normal position", but what is meant by normal position and how is it defined:
- Do you have to have two of the same elements (ie divs or paragraphs), one after the other, so that one uses the "normal position" and the other can be defined using Position: Relative.
- Will an element using Position: Relative just calculate its relative position from its parent container, whatever that may be.
I realise that I might be tying myself up in knots, but if some kind soul could put my straight I'd appreciate it.
In the meantime, I need a drink ;-)
TIA - Chris