Tagged Questions

6
votes
9answers
37k 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 ...
3
votes
1answer
426 views

Rounded corners in IE using border radius

I've made a site using this border radius code: http://code.google.com/p/curved-corner/ I'm referencing to url(border-radius.htc) to make it work in IE but it is not. Please help, thanks. P.S. ...
1
vote
4answers
253 views

CSS - Top left corner background image (curved)

I am currently making a website here. And to the right is a postcode search div. The top corner of that needs to be rounded. I am using images to round the corners. I do not want to use another ...
1
vote
1answer
248 views

CSS Rounded Corner Div

I have been googling for rounded corners with a css div.. but found very cluttered stuff.. some are still using for images of rounded corners and placing them on four corners... can somedoby help ...
1
vote
3answers
10k views

Method to render rounded corners on form submit buttons

What I'm looking for is a clean method to round the corners of all inputs with the class "submit". I've experimented with a number of javascript techniques, but none worked well for form elements. ...
0
votes
2answers
56 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
1answer
159 views

Rounded corners on a Webpart will not display

After having researched how to add rounded corners to a webpart, I settled on using this method - ...
0
votes
2answers
270 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 ...