Rounded
Re: Rounded
i think this mite help:
border-radius: 3px; -ms-border-radius: 3px; -moz-border-radius:3px; x -webkit-border-radius: 3px; -khtml-border-radius: 3px;
Re: Rounded
You'll need to use image backgrounds for the corners to make it work in IE.
Please check out my CodeCanyon items.
Re: Rounded
it must be a solution without image just with css
Re: Rounded
Possibly Javascript, not sure. But there is no other way for older IEemma wrote:it must be a solution without image just with css
Re: Rounded
I used this once... works when all corners have the same rounded-nessEcazS wrote:Possibly Javascript
http://code.google.com/p/curved-corner/
Re: Rounded
Where i have to href these file?jacek wrote: I used this once... works when all corners have the same rounded-ness
http://code.google.com/p/curved-corner/
Re: Rounded
Jacek is not going to like this: http://jquery.malsup.com/corner/
Re: Rounded
mainly because its a javascript solution to a styling problem !libeco wrote:Jacek is not going to like this: http://jquery.malsup.com/corner/
Re: Rounded
Not even because it contains the word jQuery?
-
- Posts: 165
- Joined: Fri May 06, 2011 5:02 pm
Re: Rounded
This is actually bugged a bit as I have tried this in the past. Sometimes it throws the css of by 1px. Just FYIjacek wrote:I used this once... works when all corners have the same rounded-nessEcazS wrote:Possibly Javascript
http://code.google.com/p/curved-corner/
-
- Posts: 6
- Joined: Tue May 24, 2011 5:33 pm
Re: Rounded
If you check the sorce code for this it may help I have tried it but it does not show rounded corners when I re-create it, but that may be because it need to be on a server to display.emma wrote:Hi guys
I want to make a div with rounded cornesrs(border-radius:9px)...and the div is finish...but rounded corners are not compatible with IE
Please somebody help me. Thanks
anyway hope it helps.
http://www.bestinclass.com/blog/samples ... ample.html