> I don't think that's how google does it. The border-radius is a property
> that is not yet supported by IE.
> On 1/3/07, piyush < piyush.pla@gmail.com> wrote:
> > its all about css
> > define a class
> > .tab{
> > background-color: #EEEEEE;
> > border: 1pt solid #E5E5E5;
> > border-bottom: 0;
> > border-radius-topleft: 0.4em;
> > border-radius-topright: 0.4em;
> > -moz-border-radius-topleft: 0.4em;
> > -moz-border-radius-topright: 0.4em;
> > }
> > in a tr add this class if u increase border width will get deeper
> > shadow there is something to do for you i have made top coners rounded
> > u have to make button corners rounded
> > for help use dreamweaver
> > piyush plaban praharaj