'border-style' Example : border style « CSS « HTML / CSS






'border-style' Example

  
    
<html>
<head>
<style>
.style1 { 
    border:5px solid #cccccc; 
    border-style:dashed; 
    font-family:verdana; 
    font-weight:bold
}
.style2 { 
    border:"none"; 
    font-family:verdana; 
    font-weight:bold 
}
</style>
</head>
<body>
Move mouse in and out to see the style change.
<div id="myL" 
     style="width:230; 
            height:100; 
            background-color:beige"
     onmouseover="this.className='style1'"
     onmouseout="this.className='style2'">This is a div element.
</div>
</body>
</html>

    
      
        
    
  








Related examples in the same category

1.The border-style Property
2.Border style all values
3.border style shorthand with three values
4.border-style: solid dotted;
5.border style shorthand with two values
6.border-style: hidden
7.border-style: dotted
8.border-style: dashed
9.border-style: solid
10.border-style: groove
11.border-style: ridge
12.border-style: inset
13.border-style: outset
14.border-style: none
15.border-style: solid dashed double dotted;
16.border-style: solid dashed dotted;
17.border-style: solid dashed double inset;
18.border-style: solid; border-width: 5px;
19.border-style: double; border-width: medium;
20.All border styles
21.border-style: hidden;
22.border-style: double
23.border-style: none
24.border-style: solid dashed double dotted
25.Various border-styles
26.When no border-color is specified, the border color is the value of the color property.
27.Individual border-style properties can be combined into a single property.
28.Shading border for paragraph
29.Use different border style to highlight
30.Border styles, color and size