Hi guys, Am new to web development and enjoy reading postings.Need some assistance as well.
I have created on my test website links that give me an image background when hovered over.However when this happens the test is almost invisible thus cannot be seen clearly.Code am using is
#menu a:hover{display:block; text-decoration:none; background:url(picture.jpeg); width:100px; height:200px;}
However this does not produce desired outcomes.I would like a picture to display when a link is hovered over but not on the link but instead on the side of the link.
Please advice how that can be done.
Thanks.
Saboi