This is my first question here but I\'m sure there are many more to come. I have a small position problem that I would like to know if it\'s even possible to achieve.
I want to position an element in normal css relative to the element before it, and then once it\'s been initially positioned makes its position independant of the one bef开发者_JAVA技巧ore it.
I\'m encountering a frustrating but seemingly random rendering bug in IE8. I have some absolutely positioned elements on the page (positioned in relation to the page body), the displaying of which are
I have: .event { float:left; position:relative; top: 50px; width: 100%; height: 100px; background-color: #FFFFFF;