Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
hey
ich wollte einfach mal die frage in die runde schmeißen, ob position:absolute; hier von irgendjemandem benutzt wird oder was ihr davon haltet.
soweit ich hier gelesen habe wird eher float benutzt.
wieso?
Of course, it’s all about when you use which method. In some cases, absolute positioning breaks faster and it’s better to use floats, while in other situations it’s better to use absolute positioning because floats would break the layout. luckily for us, there is one very simple rule:
If elements should not interact, use absolute positioning, if they should, use floats.
In his book, Transcending CSS: The Fine Art of Web Design, author Andy Clarke argues in favor of content-out markup. [...]
That CSS should be the predominant source for layout and other style information is undeniable; I agree with Clarke wholeheartedly. Where I think he errs is his abandonment of floats for absolute positioning.