Hi. Is there any reason why I should NOT put something like the following at or near the beginning of my style sheets?
Obviously, I may absolute-position some elements that come after in the style sheet, but I often find myself having to go back and add position: relative to various elements and thought I could save myself the trouble by doing the above. Might it cause any problems? Any downside?Code:* { position: relative; }
Thanks!








Bookmarks