- Jun 23, 2001
- 13,674
- 1
- 76
If I'm making a width of a website a set 744 pixels, height is based on the amount of content.
So, if I have the setup like this:
In a 10x10px graphic, how do I make a 1 px corner so that it is almost perfectly round? Please note that it has to align with the other borders that I can use HTML to make.
I hope this makes sense. Any help is appreciated.
So, if I have the setup like this:
<table>
<tr>
<td width="10" height="10" background="topleft corner.png"></td>
<td width="724" height="10" style="border-top-color: #000000; border-top-style: solid; border-top-width: 1>blank shit</td>
<td width="10" height="10" background="topright corner.png"></td>
</tr>
</table>
In a 10x10px graphic, how do I make a 1 px corner so that it is almost perfectly round? Please note that it has to align with the other borders that I can use HTML to make.
I hope this makes sense. Any help is appreciated.
