SitePoint Enthusiast
How to make end of cells rounded?
http://gmail.google.com/gmail/help/about.html#signup
See the light blue cells at the top & bottom of the above link and how they are rounded instead of squared off. How can I accomplish this, specifically in MS FrontPage?
Thank you.
Matt Whelan
Looks to me like they are using images, tables and css. For example
.tl {
background-image: url(images/corner_tl_sharp.gif);
background-position:top left;
background-repeat:no-repeat;
}
and later:
<TR>
<TD class="bubble tl" width="4"></TD>
<TD class="bubble" rowspan=2 style="font-family:arial;text-align:left;font-weight:bold;padding:3px,0px;"><b>About Gmail</b></TD>
<TD class="bubble tr" width="4"></TD>
</TR>
Mike
SitePoint Enthusiast
Hmmm Ok. Is there a way that I can make the corners of my tables rounded without using images?
Thank you Mike.
Posting Permissions
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Rules
Bookmarks