Hi
How would you get curved corners on tables. I would prefer not to use
graphics but will try anything.
Cheers Possum..
Pic Example
http://udopage.com/Round%20Curves%20on%20Tables.php

Signature
Posted via a free Usenet account from http://www.teranews.com
Amer Neely - 26 Dec 2006 23:10 GMT
> Hi
>
[quoted text clipped - 5 lines]
> Pic Example
> http://udopage.com/Round%20Curves%20on%20Tables.php
I don't know about IE, but you can play with this:
<table style=" border: 2px solid black;-moz-border-radius: 25px;">
You can also apply that to a cell:
<td style="border: 2px solid black;-moz-border-radius: 25px;">
There are other Mozilla-specific rules, but it is generally not advised
to use any browser-specific hacks.

Signature
Amer Neely
w: www.softouch.on.ca/
b: www.softouch.on.ca/blog/
Perl | MySQL programming for all data entry forms.
"We make web sites work!"
kdarling@basit.com - 27 Dec 2006 01:23 GMT
> How would you get curved corners on tables. I would prefer not to use
> graphics but will try anything.
This is asked quite often.
Google "rounded corners css" and "nifty corners" and you'll get lots of
ideas.
Have fun!
Kev