Hello, i got a website simply put those DIV id patten for a rounded corner, but i found it slow at all during that page loading, just use on my page.
<script type="text/javascript" src="javascript/jquery/ jquery-1.3.min.js"></script> <script type="text/javascript" src="javascript/jquery/ jquery.corners.js"></script> $('div[id^=_X_ev_]').corners({radio:5, outColor:'#7C0E1E'}); so is it anything can do to improve it? or any other workaround? as the browser status bar looked finish all loading already ( but internally it still cannot finish the whole rendered page output, if i tried comment out this JQuery coerner, it load in normal speed, at least what i expcted ) many for anyone input. Thanks/Davis.