Changes

Jump to: navigation, search

CSS GUIDE BORDER STYLE

3 bytes added, 14:02, 22 November 2006
Legal Values
<table border = "1" width="350">
 
<tr>
<th>Value</th>
<td>Defines a dashed border</td>
</tr>
 
<tr>
<td>solid</td>
<td>Defines a solid border</td>
</tr>
 
<tr>
<td>double</td>
<td>Defines two borders. The width of the two borders are the same as the border-width value</td>
</tr>
 
<tr>
<td>groove</td>
<td>Defines a 3D grooved border. The effect depends on the border-color value</td>
</tr>
 
<tr>
<td>ridge</td>
<td>Defines a 3D ridged border. The effect depends on the border-color value</td>
</tr>
 
<tr>
<td>groove</td>
<td>Defines a 3D grooved border. The effect depends on the border-color value</td>
</tr>
 
<tr>
<td>inset</td>
<td>Defines a 3D inset border. The effect depends on the border-color value</td>
</tr>
</tr>
<tr>
<td>outset</td>
<td>Defines a 3D outset border. The effect depends on the border-color value</td>
</tr>
 
</table>
1
edit

Navigation menu