Public Voice Network
- FACE EATER 1111
- alternatives to chrome?? 22
- Pic of the Day 6330163301
- Aging = Scary 22
- Music over 5.1 System 55
- Beeeees! 1010
- Chick of the Day 1538215382
- Random Fascinations? 55
- New York 77
- the gif animation thread 1283412834
- What is THEIR work? 55
- Battlefield 3 304304
- Meme of the day 1414
- Letterpress process video 33
- News of the day... 137137
- Video Cameras Under $2000 77
- ATTN: Greedy Republicans 2323
- Show your latest Pics 32943294
- XBMC 33
- what happened? 2222
- F1 2012 1919
- Vid of the Day 1203312033
- paper trail 88
- Facebook IPO 156156
CSS - rounded corners 1111 Responses
Last post: 2 years, 3 months ago | Thread started: Feb 8, 10, 6:25 p.m.
- amullins
use css3 rounded corners + the browser specific rounded corners properties (ie. -moz-border-radius and -webkit-border-radius). ie will require a little vml work ( http://snook.ca/archives/html_an… ). jonathon snook's experiment as a jquery plugin http://plugins.jquery.com/projec… . dd_roundies will work if you use x-ua-compatible meta tag set to IE=7. Another jQuery plugin that makes use of vml http://www.parkerfox.co.uk/labs/… . Use of vml will require an xhtml doctype and new namespace for vml elements - as snook points out in his post.


- Dog-earFeb 8, 10, 7:47 p.m. – Permalink
- fugged
I've always used variations on the sliding doors technique and recently starting to use CSS3 more and more. If the rounded corners aren't critical to the design, then I say CSS and fuck IE.
Personally not a big fan of JavaScript being used for rounding corners and the likes...

- Dog-earFeb 8, 10, 8:22 p.m. – Permalink
- Stugoo
Nah javascript is not an option for rounded corners to be honest.
I came across this a while ago.
http://dimox.net/cross-browser-b…
Been using it since.
well that is to say I dont use it all the time, I wont use it on inputs, or key layout elements but will for tertiary items whilst I still get into my comfort zone with it.
- Dog-earFeb 9, 10, 1:48 a.m. – Permalink
- colourform
CSS3 all the way for me. The hacks for IE only let it off the hook. By ignoring IE (square corners aint gonna kill usability) more and more people will realise the web looks better in modern browsers and make the switch.


- Dog-earFeb 9, 10, 1:57 a.m. – Permalink



