Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

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

rounding off corners on cell boarders


  #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,768 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
Need rounded off corners on menu boarders nickcee Page & Category Menu Bars 4 Nov 21, 2013 11:47 AM
[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
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 12:55 PM.


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