Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

CSS Forum


You are currently viewing our CSS Forum as a guest. Please register to participate.
Login



Reply
Boxes with rounded corners
Old 09-14-2008, 08:13 PM Boxes with rounded corners
Burnsie's Avatar
Skilled Talker

Posts: 81
Trades: 0
Hi All
I want to build a box that has 'rounded corners'. I think there are various ways of achieving this but am not sure which the best way is! Also are there are browser/validation problems with rounded corners? If not what is the best way to achieve this?
As always cheers in advance
Burnsie
Burnsie is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 09-15-2008, 01:36 PM Re: Boxes with rounded corners
LadynRed's Avatar
Defies a Status

Posts: 10,016
Location: Tennessee
Trades: 0
There are many, many methods, some validate better than others.

http://www.smileycat.com/miaow/archives/000044.php
\
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Old 09-17-2008, 09:51 AM Re: Boxes with rounded corners
Angelosanto's Avatar
Webmaster Talker

Posts: 548
Name: Danny Angelosanto
Trades: 0
This is the most interesting one I've come across:

http://www.webreference.com/programming/css_borders/

Reason being, this method doesn't actually require any graphics
__________________
"The only reason some people get lost in thought is because it's unfamiliar territory."
_____________________________________
Angelosanto is offline
Reply With Quote
View Public Profile Visit Angelosanto's homepage!
 
Old 09-19-2008, 01:31 AM Re: Boxes with rounded corners
seomax's Avatar
Skilled Talker

Posts: 65
Name: Mahendra Rajeshirke
Location: India
Trades: 0
some box corner tricks comes from javascript they dont wnt images
__________________

Please login or register to view this content. Registration is FREE
seomax is offline
Reply With Quote
View Public Profile
 
Old 09-19-2008, 07:17 AM Re: Boxes with rounded corners
Average Talker

Posts: 25
Trades: 0
Hi

I m looking for this method, and thanks for the links. both links are very important for me.
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
masteryooshi is offline
Reply With Quote
View Public Profile
 
Old 09-25-2008, 03:03 AM Re: Boxes with rounded corners
Average Talker

Posts: 21
Trades: 0
heres my example for rounded corners
Code:
<div class="top">
<div class="top-left-corner"></div>
<div class="top-right-corner"></div>
</div>
<div class="content">Content goes here</div>
<div class="bottom">
<div class="bottom-left-corner"></div>
<div class="bottom-right-corner"></div>
</div>

<style>
.top-left-corner{
background: url('yourimage.gif') no-repeat;
float: left;
}
.top-right-corner{
background: url('yourimage.gif') no-repeat;
float: right;
}

.bottom-left-corner{
background: url('yourimage.gif') no-repeat;
float: left;
}

.bottom-right-corner{
 background: url('yourimage.gif') no-repeat;
 float: right;
 }
</style>
__________________

Please login or register to view this content. Registration is FREE
- Creative Marketplace for Designers and Musicians | Design Contests | Sell & Buy creative content
denook is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Boxes with rounded corners
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.16121 seconds with 12 queries