Wordpress Themes - WP Forum at BFA
Click Here To DONATE! Support the theme development, get more attention and additional benefits based on your donation level. Your forum name will be highlighted.

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme »

rounding off corners on cell boarders


Build custom WP THEMES, without
coding.
Click here for THEMEFRAME

From the author of Atahualpa, the #1 most
downloaded (700,000+) theme @ wordpress.org
  #1  
Old Jun 10, 2009, 10:41 PM
nickcee
 
27 posts · Feb 2009
How can a have rounded off corners on each of my cells boarders? What would be the best way to do this?
  #2  
Old Jun 11, 2009, 12:05 AM
nickcee
 
27 posts · Feb 2009
I think I should explain more of what I'm trying to do before I get any responses...

I don't know if it's possible to round off corners of cells within one table or if I have to create a separate table and round off the corners of each table. In the body of my site I would like to have two "rounded off corner content areas" on top and three smaller ones directly below that.

I did some searching and now know that I need to create images to get that rounded off corner affect, now it's just a question of how to create the look I'm after. Do I need create multiple tables or one table with multiple cells?
  #3  
Old Jun 12, 2009, 05:29 AM
Flynn's Avatar
Flynn
 
3,730 posts · Oct 2008
Munich, Germany
You would have to put DIV container inside the table cells and put round corners on those

<table><tr>
<td><div class="mydiv"> ... </div></td>
<td><div class="mydiv"> ... </div></td>
<td><div class="mydiv"> ... </div></td>
</tr></table>

CSS Insert

div.mydiv {
-moz-border-radius:10px;
-khtml-border-radius: 10px;
-webkit-border-radius:10px;
border-radius: 10px;
}

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] where to style comment container? (rounded corners) mirdin Comments, trackbacks & pings 6 Nov 3, 2009 12:50 PM
[SOLVED] Any way to set style for Header Image (Rounded corners) juggledad Header configuration & styling 5 Apr 10, 2009 02:53 PM
Need rounded off corners on menu boarders nickcee Page & Category Menu Bars 2 Mar 19, 2009 12:47 PM
Can't get table cell to have a background color (or border) Eric Bobrow Atahualpa 3 Wordpress theme 2 Feb 3, 2009 04:19 AM


All times are GMT -6. The time now is 07:02 AM.


Powered by vBulletin® Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.