vijetha
08-13-2010, 10:09 AM
I want to add 3 icons at the headr of my page . so i created a class and named it as
.icone_hold and then i added the images on it one after that other and linked them accordingly.Is it the right way to achieve this ?
Hers the Live Demo (http://vijethansp.com/11/raja.htm) Of the page :
Here's the css :
.icons_hold{
float: right;
height: 55px;
width: 200px;
position: relative;
top: 10px;
right: 10px;
}
Here's the Mark Up
<div id="header">
<div class="icons_hold"><a href="#"><img src="images/home.png" title="home" /></a> <a href="#"><img src="images/help.png" title="help" /></a> <a href="#"><img src="images/sign_out.png" title="signe out" /></a></div>
</div>
.icone_hold and then i added the images on it one after that other and linked them accordingly.Is it the right way to achieve this ?
Hers the Live Demo (http://vijethansp.com/11/raja.htm) Of the page :
Here's the css :
.icons_hold{
float: right;
height: 55px;
width: 200px;
position: relative;
top: 10px;
right: 10px;
}
Here's the Mark Up
<div id="header">
<div class="icons_hold"><a href="#"><img src="images/home.png" title="home" /></a> <a href="#"><img src="images/help.png" title="help" /></a> <a href="#"><img src="images/sign_out.png" title="signe out" /></a></div>
</div>