0
Responsive web page using absolute position?
Hello, Is it a good idea to use absolute position for responsive web page? Positioning the header, navigation, section, article....etc entirely using " position: absolute; top: X; left: X; ". Please address any issues using this property. Thank you.
2 Réponses
+ 1
absolute position can be useful for "header", "nav" and some others, but DO NOT USE absolute position for "article", "section", "main", ...
0
Thank you.