'border-top-style' Example
<html> <head> <style> .style1 { border:5px solid #EEEEEE; border-top-style:dashed; font-weight:bold } .style2 { border:"none"; font-family:verdana; } </style> </head> <body> <div id="myL" style="width:230; height:100; background-color:beige" onmouseover="this.className='style1'" onmouseout="this.className='style2'">Move mouse in and out. </div> </body> </html>
1. | 'border-top-style' Syntax and Note | ||
2. | 'border-top-style' Possible Values | ||
3. | 'border-top-style' is applied to |