Web Design Forum  

Go Back   Web Design Forum > Web and Graphic Design > Web Design

Like Tree2Likes

Reply
 
LinkBack Thread Tools Display Modes
Old 04-09-2012, 08:35 PM   #1
Silver Member
 
Join Date: Aug 2011
Location: Tennessee
Posts: 125
Default How do I get my div corners rounded?

Here is what I have defined.

border-top-left-radius: 10px;
border-top-right-radius: 10px;
-moz-border-radius-topright: 10px;
-moz-border-radius-topleft: 10px;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-o-border-top-left-radius: 10px;
-o-border-top-right-radius: 10px;
-ie-border-top-left-radius: 10px;
-ie-border-top-right-radius: 10px;

All work except, drum roll please, Internet Explorer. How do I get the rounded corners in IE?
Glenn is offline   Reply With Quote
Old 04-09-2012, 09:07 PM   #2
Platinum Member
 
CaldwellYSR's Avatar
 
Join Date: Jun 2011
Location: Riverton, WY
Posts: 658
Send a message via AIM to CaldwellYSR Send a message via Skype™ to CaldwellYSR
Default

Here's what google says...

Link 1
Link 2
CaldwellYSR is offline   Reply With Quote
Old 04-10-2012, 02:20 AM   #3
Diamond Member
 
ronaldroe's Avatar
 
Join Date: Jan 2011
Location: Oklahoma City, OK
Posts: 1,013
Send a message via Skype™ to ronaldroe
Default

Try this
CaldwellYSR and Fireproofgfx like this.
ronaldroe is offline   Reply With Quote
Old 04-10-2012, 03:28 AM   #4
Silver Member
 
Fireproofgfx's Avatar
 
Join Date: Jul 2011
Location: WAshington
Posts: 151
Default

Ronaldroe that was simply awesome!! I wonder if it works with Dragon speak... To cool.
Fireproofgfx is offline   Reply With Quote
Old 04-10-2012, 03:30 AM   #5
Silver Member
 
Join Date: Aug 2011
Location: Tennessee
Posts: 125
Default

Quote:
Originally Posted by ronaldroe View Post
Well, guess what. That's where I got the code I have. And guess what, it still doesn't work.
Glenn is offline   Reply With Quote
Old 04-10-2012, 03:43 AM   #6
Silver Member
 
Fireproofgfx's Avatar
 
Join Date: Jul 2011
Location: WAshington
Posts: 151
Default

I just used this off of the very first link posted by Caldwell and it works like a charm
PHP Code:
.tst_cnt  {
    
background-color:#a8a8a8;
    
marginauto;
    
height100%;
    
width831px;
    -
moz-border-radius20px/* HERE */
    
-webkit-border-radius20px;
    -
khtml-border-radius20px;
    
border-radius20px;               /* TO HERE    */
        
    

Fireproofgfx is offline   Reply With Quote
Old 04-10-2012, 05:16 AM   #7
Diamond Member
 
ronaldroe's Avatar
 
Join Date: Jan 2011
Location: Oklahoma City, OK
Posts: 1,013
Send a message via Skype™ to ronaldroe
Default

Fireproof, yours won't work in IE 8 and below. 6 and 7 are damn near irrelevant, but unfortunately, 8 still is.

Glenn, you can't always just go with the first search result. A few results down was CSS3PIE, which is the answer you're looking for.
ronaldroe is offline   Reply With Quote
Old 04-10-2012, 12:29 PM   #8
Platinum Member
 
CaldwellYSR's Avatar
 
Join Date: Jun 2011
Location: Riverton, WY
Posts: 658
Send a message via AIM to CaldwellYSR Send a message via Skype™ to CaldwellYSR
Default

Yeah and that's also the 2nd link I gave :/
CaldwellYSR is offline   Reply With Quote
Old 04-10-2012, 02:16 PM   #9
Silver Member
 
Join Date: Aug 2011
Location: Tennessee
Posts: 125
Default

Quote:
Originally Posted by ronaldroe View Post
Fireproof, yours won't work in IE 8 and below. 6 and 7 are damn near irrelevant, but unfortunately, 8 still is.

Glenn, you can't always just go with the first search result. A few results down was CSS3PIE, which is the answer you're looking for.
I checked many links. I never saw this one. It works great and many new ideas with it. Thanks.
Glenn is offline   Reply With Quote
Old 04-10-2012, 02:17 PM   #10
Silver Member
 
Join Date: Aug 2011
Location: Tennessee
Posts: 125
Default

Quote:
Originally Posted by CaldwellYSR View Post
Yeah and that's also the 2nd link I gave :/
No, it wasn't. I used that one originally and it did not work either. We just have to face that IE sucks compared to the other browsers.
Glenn is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 07:28 AM.


Camera Forum - Computer Forum - Web Design Forum

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.
Content Relevant URLs by vBSEO 3.6.0 ©2011, Crawlability, Inc.