I'm trying to use CSS to it's fullest as everyone keeps telling me to ;-)
I've got a menu on the left with 5 buttons in a vertical block, with an image in the background of each "cell". The text in each "cell" acts as the hyperlink at the moment, but i want the whole "cell" to act as the hyperlink.
The CSS is
#menuitem{
position:absolute;
background: url(egg2.jpg);
}
the html is
<div id="menuitem">
<a href=" Home </a>
</div>
If anybody can point me in the direction of a sample page or can tell me how to do this, that'ld be lovely
thanks
I've got a menu on the left with 5 buttons in a vertical block, with an image in the background of each "cell". The text in each "cell" acts as the hyperlink at the moment, but i want the whole "cell" to act as the hyperlink.
The CSS is
#menuitem{
position:absolute;
background: url(egg2.jpg);
}
the html is
<div id="menuitem">
<a href=" Home </a>
</div>
If anybody can point me in the direction of a sample page or can tell me how to do this, that'ld be lovely
thanks