I have zero idea if this actually works, but maybe "conditional
comments" would work?

<!--[if lt IE 8]>
<script type="text/javascript">
     //stuff you would only do in IE8 and other browsers
</script>
<![endif]-->

On Sep 2, 7:20 am, IschaGast <cont...@ischagast.nl> wrote:
> I am having rounded corners in a site but I don't want them in IE
> because it does strange things with the corners.
>
> Something like below isn't that possible?
> .corners("4px").not($.browser.msie && $.browser.version <= 7)
>
> What are the other solution to only target IE for not rounding that
> corners?
>
> Gr Ischa

Reply via email to