Forum Moderators: not2easy
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
Did not understand this : "the test is almost invisible thus cannot be seen clearly." Do you see the image or not at all? If not, check the url above. Check earlier links declarations too, because in some cases they may interfere and affect that one.