Tagged Questions
6
votes
9answers
38k views
JQuery Rounded Corners in Internet Explorer (IE) messed up
I'm using JQuery's jquery.corner.js to create rounded corners on some td tags, and they look fine in IE EXCEPT
if you open a new tab and then come back to the page
if you go to another tab, click a ...
0
votes
2answers
70 views
Setting rounded corners(Border radius) for Internet explorer IE6+
I am trying to get rounded corners in IE6, 7 and 8 using ie-css3.htc
source: http://fetchak.com/ie-css3/
here is css class:
.box {
position: absolute;
display: block;
background: ...
0
votes
2answers
275 views
conditional formatting: I want to use javascript for rounded corner but only if it's in IE
I use -moz-border-radius and -webkit-border-radius for making rounded corner. However as we know IE 7 doesn't support that. What I would like to do is to basically use standard for firefox and Safari ...