Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old July 20th, 2005, 04:11 PM
reneeccwest
Guest
 
Posts: n/a
Default round table

Hello, how can I make the end angle to be round?

<table border="1">
<tr>
<td>test
</td>
</tr>
</table>

If I run that table, it is a ratnagluar. Is it possible to round the 4 ends?
  #2  
Old July 20th, 2005, 04:11 PM
David Dorward
Guest
 
Posts: n/a
Default Re: round table

reneeccwest wrote:

<snip>

http://www.cs.tut.fi/~jkorpela/usenet/xpost.html

--
David Dorward http://david.us-lot.org/
Redesign in progress: http://stone.thecoreworlds.net/
Microsoft announces IE is dead (so upgrade):
http://minutillo.com/steve/weblog/20...ces-ie-is-dead
  #3  
Old July 20th, 2005, 04:11 PM
Leslie
Guest
 
Posts: n/a
Default Re: round table

On 11 Jul 2003 16:16:59 -0700, reneeccwest@hotmail.com (reneeccwest)
wrote:
[color=blue]
>Hello, how can I make the end angle to be round?
>
><table border="1">
><tr>
><td>test
></td>
></tr>
></table>
>
>If I run that table, it is a ratnagluar. Is it possible to round the 4 ends?[/color]


You can't code a table to have round corners. You make that effect
with graphics placed in the corners you want to appear "round."

Leslie
  #4  
Old July 20th, 2005, 04:12 PM
Davmagic com
Guest
 
Posts: n/a
Default Re: round table

[color=blue]
>From: reneeccwest@hotmail.com
>(reneeccwest)
>Hello, how can I make the end angle to be
>round?[/color]

Have a look on this page for some Custom Table Designs:
http://davmagic.com/PAGES50.html

Web Design-Magic-Painting-Junking-Games
INFO 2000 For You
http://www.davmagic.com

  #5  
Old July 20th, 2005, 04:12 PM
Lloyd Dalton
Guest
 
Posts: n/a
Default Re: round table

Here's a simple way to do it, (which works in mozilla-based browsers
only)

<table border="1" style="-moz-border-radius:5px;">
<tr>
<td>test
</td>
</tr>
</table>

Since a round-cornered table usually has just a single cell, it's
easier to do:

<div style="border:solid 1px #000000;-moz-border-radius:5px;">
test
</div>

Here's a compliated (and very fancy) way to do it, which works in
most modern browsers:

http://www.sovavsiti.cz/css/corners.html

- Lloyd Dalton
http://www.daltonlp.com


reneeccwest@hotmail.com (reneeccwest) wrote in message news:<9f9d6d21.0307111516.54731d73@posting.google. com>...[color=blue]
> Hello, how can I make the end angle to be round?
>
> <table border="1">
> <tr>
> <td>test
> </td>
> </tr>
> </table>
>
> If I run that table, it is a ratnagluar. Is it possible to round the 4 ends?[/color]
  #6  
Old July 20th, 2005, 04:13 PM
Lauri Raittila
Guest
 
Posts: n/a
Default Re: round table

In article <22264-3F11A868-73@storefull-2372.public.lawson.webtv.net>,
Davmagic com wrote:[color=blue]
>[color=green]
> >From: reneeccwest@hotmail.com
> >(reneeccwest)
> >Hello, how can I make the end angle to be
> >round?[/color]
>
> Have a look on this page for some Custom Table Designs:
> http://davmagic.com/PAGES50.html[/color]

Those are all stupid and need extra markup. With some CSS all could be
replaced. And, there doesn't seem to be rounded table...

Here is some round cornered table, needs different images to be round
bordered table. (and bit different code, if there is more cells)
http://www.student.oulu.fi/~laurirai.../test022b.html

I think it works on IE5.5 and of course with better.


--
Lauri Raittila <http://www.iki.fi/lr> <http://www.iki.fi/zwak/fonts>
Saapi lähettää meiliä, jos aihe ei liity ryhmään, tai on yksityinen
tjsp., mutta älä lähetä samaa viestiä meilitse ja ryhmään.

 

Bookmarks

Thread Tools

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 Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles