Help about css3 positioning properties
I am creating an web template, so i created an header with positioning property fixed.. After that i created an menu with some transformations which requires positioning property as absolute.. And i created an image slider with the help of css and html and i used positioning property as relative... Now the main problem is when i scroll down the page navigation menu and image slider get over on header(i mean header contents goes beneath the menu and image slider) except them all my content works fine so please tell me any alternative option of using position property absolute or relative/how to fix this problem. Ps: i don't want to use any kind of Javascript in this web template. https://code.sololearn.com/WXMPZn6u9Er2/?ref=app Okey this is the code of web template i am working on it this code is in start stage please view this code in computer View the problem with header, menu and imageslider.