MudGuard: Positionierung von Elementen

Beitrag lesen

Hi,


A   position:relative

|        B   position:relative                  |
|  -------------------  ----------------------  |
|  |  position:  C   |  |  position:absolute |  |
|  |  relative       |  |         D          |  |
|  -------------------  ----------------------  |


E   position: relative

A braucht nicht positioniert werden.
B? Braucht es das überhaupt? Falls ja - nicht positionert *)
C float:left - also auch keine Positionierung
D float:left (oder margin-left) - keine Positionierung
E falls B nicht existiert, nur clear, keine Positionierung - falls B existiert, keine Positionierung und auch kein clear

Falls es B tatsächlich braucht, bräuchtest Du noch ein Element nach D, das clear setzt, um B auf die benötigte Größe zu bringen.

cu,
Andreas

--
MudGuard? Siehe http://www.Mud-Guard.de/
Fachfragen per E-Mail halte ich für unverschämt und werde entsprechende E-Mails nicht beantworten. Für Fachfragen ist das Forum da.