[css-d] Benefits of resetting all divs to position:relative?

2011-04-21 Thread John Jimenez
Hello all, I am looking for the benefits of setting all divs to position:relative. I have come across a number of sites (included some of the ones I work for) that have this reset and I can't find the pros or cons via Google. I ask because this seems to trigger a bug in IE (tested as high as 8)

Re: [css-d] Benefits of resetting all divs to position:relative?

2011-04-21 Thread Alan Gresley
On 21/04/2011 11:09 PM, John Jimenez wrote: Hello all, I am looking for the benefits of setting all divs to position:relative. I have come across a number of sites (included some of the ones I work for) that have this reset and I can't find the pros or cons via Google. I ask because this seems

Re: [css-d] Benefits of resetting all divs to position:relative?

2011-04-21 Thread G.Sørtun
On 21.04.2011 15:09, John Jimenez wrote: Anyone here able to provide some insight on the pros/cons of this seemingly increasingly common reset? Read... http://www.satzansatz.de/cssd/onhavinglayout.html#rp ...and the rest of the article. As a *general* (re)set there is no pros, and more cons

Re: [css-d] Benefits of resetting all divs to position:relative?

2011-04-21 Thread John Jimenez
Read... http://www.satzansatz.de/cssd/onhavinglayout.html#rp ...and  the rest of the article. As a *general* (re)set there is no pros, and more cons than I care to list. As a fix targeting *only real bugs* in the old and outdated IE versions, well-placed R:P is quite useful. Beyond that

Re: [css-d] Benefits of resetting all divs to position:relative?

2011-04-21 Thread Rowan @ Jetboy
As others have said, it fixes a bunch of other bugs in older IEs, and I used to use it as a matter of course. It's IE though, and as you've found out, things are never that simple. I stopped using it when I found that on complex layouts it really slowed down the rendering of the page in IE, and