I get slightly confused sometimes with position:relative
Here's an example
"background-color: #c9ebe3; position: relative; height: 50px; padding:10px"
Wouldn't it have been just as easy to not have used position:relative;? Isn't this just a case of using position:static?
Here's an example
"background-color: #c9ebe3; position: relative; height: 50px; padding:10px"
Wouldn't it have been just as easy to not have used position:relative;? Isn't this just a case of using position:static?