Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Make IE Versions CSS Act Normal Re: Make IE Versions CSS Act Normal

#48757
TheDoc
Member

I wouldn’t bother using any JS for rounded corners. Just use CSS3 and make sure it degrades nicely in older versions of IE. There are things like:

http://www.modernizr.com/
http://code.google.com/p/ie7-js/

You will never be able to get things to look pixel perfect across browsers, though, even across modern browsers.