How do I get rounded corners that don't show picture behind it

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm working in FrontPage2003

I have a left border picture that is square at the top. I applied cell
corners that are green, but the picture behind it pokes out at the left and
right top of the corners, thereby nullifying my round corner look I'm after.
Will someone please help me figure out how to keep my picture background
while at the same time give it a rounded edged top.

Thank you very, very much.

Timothy
 
Can we see it?
Can't you do everything it needs in your image editing software program?
Eleanor
 
Timothy said:
I'm working in FrontPage2003

I have a left border picture that is square at the top. I applied
cell corners that are green, but the picture behind it pokes out at
the left and right top of the corners, thereby nullifying my round
corner look I'm after. Will someone please help me figure out how to
keep my picture background while at the same time give it a rounded
edged top.

Thank you very, very much.

Timothy

I have a setup like this
<table align="center" id="picname" cellpadding="0" cellspacing="0"
onclick="window.close()">
<tr>
<td style="height:20px; width:20px">
<img id="tl" src="images/display/silver/tl.gif" alt="" width="20"
height="20"/></td>
<td id="tc"></td>
<td><img id="tr" src="images/display/silver/tr.gif" alt="" width="20"
height="20"/></td>
</tr>
<tr>
<td id="mc" colspan="3"></td>
</tr>
<tr>
<td style="height:20px; width:20px">
<img src="images/display/silver/bl.gif" alt="" width="20"
height="20"/></td>
<td></td>
<td><img src="images/display/silver/br.gif" alt="" width="20"
height="20"/></td>
</tr>
</table>

You need the topleft topright bottom left and bottom right images in the
correct colour for this to work
e.g. silver/tl.gif silver/tr.gif silver/bl.gif silver/br.gif

I wish I could remember where I got it from. I have a zip file of 96
different colours which I can post, but maybe on to the newsgroup.
 
Back
Top