karansokhey
01-25-2007, 04:03 AM
How would I make text underline in h3?
My HTML looks like this:
<h3 class="block-click"><div class="title-name">New Albums</div></h3>
css looks like this:
h3 {
font:normal 100% Arial, sans-serif;
font-size:25px;
color: #fff;
height:30px;
margin: 5px 0px 0px 0px;
padding:5px;
letter-spacing:2px;
cursor:pointer;
}
How would I make it so when you take your mouse over the h3 the text underlines?
My HTML looks like this:
<h3 class="block-click"><div class="title-name">New Albums</div></h3>
css looks like this:
h3 {
font:normal 100% Arial, sans-serif;
font-size:25px;
color: #fff;
height:30px;
margin: 5px 0px 0px 0px;
padding:5px;
letter-spacing:2px;
cursor:pointer;
}
How would I make it so when you take your mouse over the h3 the text underlines?