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
How to make all columns have rounded corners?
Old 10-08-2006, 04:44 PM How to make all columns have rounded corners?
Experienced Talker

Posts: 45
Name: Julie
Trades: 0
Hold on to your hats y'all, cause I am very new to rounded corners!

I have figured out somewhat how to do a column with rounded corners with text inside the column. Right now it rests (in peace) at the bottom of my browser screen.

My questions are:

How do I apply rounded corners to all my columns, not just the one?

Do I have to use classes for each one with the ensuing coding that I had to do to get just the one rounded corner column?

And since my one, lonely rounded corner column is resting in peace at the bottom of my screen, how to I position the darn thing up higher and to the left or right?

Probably sounds like pretty simple stuff to y'all, but I am getting frustrated ~ and we can't have that now, can we?

Thanks a bunch!

Jules

Last edited by Jules; 10-08-2006 at 04:49 PM.. Reason: Double posted after corrections! Sorry!
Jules is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 10-08-2006, 06:28 PM Re: How to make all columns have rounded corners?
chrishirst's Avatar
Missing! presumed drunk.

Posts: 41,519
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
the problem must be at line 65 of the CSS file
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 10-08-2006, 06:35 PM Re: How to make all columns have rounded corners?
vangogh's Avatar
Post Impressionist

Posts: 10,688
Name: Steven Bradley
Location: Boulder, Colorado
Trades: 0
Julie I think what Chris is saying is we need to see some code or better yet a link to the page in question. There's generally not a one size fits all approach to coding.

You can try the approach of spiffy corners for creating rounded corners. I belive there are a few others that have modified versions of the spiffy corners approach.
__________________
l Search Engine Friendly Web Design |
Please login or register to view this content. Registration is FREE

l Tips On Marketing, SEO, Design, and Development |
Please login or register to view this content. Registration is FREE

l
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
vangogh is offline
Reply With Quote
View Public Profile Visit vangogh's homepage!
 
Old 10-08-2006, 07:56 PM Re: How to make all columns have rounded corners?
Experienced Talker

Posts: 45
Name: Julie
Trades: 0
Thanks guys...I used images with this, but see there is a way to do it without, so that might be an option, too. I don't have this uploaded to my site yet, so...

Here is the CSS:


div.rounded {
background: #663333 url(../images/bottomleft.gif) no-repeat bottom left;
color: #dddddd;
position: relative;
padding-top: 0;
padding-bottom: 18px;
margin: 1em 10px 0 0 ;
height:100%;
}

div.rounded * {
background: #663333 url(../images/bottomright.gif) no-repeat bottom right;
color: #dddddd;
padding: 1em 2em 18px 0;
margin: 0 0 -18px 18px;
height:100%;
}

div.rounded {
background: #663333 url(../images/topleft.gif) no-repeat top left;
color: #dddddd;
position: relative;
padding-top: 0;
padding-bottom: 18px;
margin: 1em 10px 0 0 ;
height:100%;
}

div.rounded * {
background: #663333 url(../images/topright.gif) no-repeat top right;
color: #dddddd;
padding: 1em 2em 18px 0;
margin: 0 0 -18px 18px;
height:100%;
}

Thanks a bunch,
Jules
Jules is offline
Reply With Quote
View Public Profile
 
Old 10-08-2006, 09:19 PM Re: How to make all columns have rounded corners?
Experienced Talker

Posts: 45
Name: Julie
Trades: 0
Okay, Steve, I added a width to the first div.rounded and my column is now a good width. But, since I can see all of it now, there are no bottom rounded corners to it.

I am probably going to go to spiffy and see what I can get from that site and especially since you don't need images to do it at spiffy ~ the one I got my present coding from makes it seem like way too much code to have to do for every column I want to create.

Unless there is a way to use what I have for other div's/classes within the current coding I have?

And now I have to figure out why the bottom rounding isn't working.

Spiffy, here I come??

Thanks ~ and thanks, too for deleting my double-post!

Jules
Jules is offline
Reply With Quote
View Public Profile
 
Old 10-10-2006, 08:37 AM Re: How to make all columns have rounded corners?
jason_bristol's Avatar
Ultra Talker

Latest Blog Post:
New site - ConnectFrench.com
Posts: 310
Name: Jason Eyermann
Location: england bristol
Trades: 0
I have just added rounded corners to my the current site i'm working on located at www.jasoneyermann.toucansurf.com.
You can take a look at my code if you want think this is what you are looking for.
__________________

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


Please login or register to view this content. Registration is FREE
jason_bristol is offline
Reply With Quote
View Public Profile Visit jason_bristol's homepage!
 
Old 10-11-2006, 06:41 PM Re: How to make all columns have rounded corners?
Experienced Talker

Posts: 45
Name: Julie
Trades: 0
Thank you, Jason ~ I will check it out! I need all the help I can get here. It stinks to be a newbie at this stuff!

Jules
Jules is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to How to make all columns have 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.25991 seconds with 12 queries