Hacker News new | ask | show | jobs
by colorandcode 5645 days ago
position:relative helps fix a number of overflow and box model bugs in the IEs (especially IE7)
1 comments

Don't forget the even more magic cure-all: zoom: 1;

It doesn't cause z-index bugs like position relative does! :)