Im having a problem coding some CSS mouse over drop down menus. I can create the menu using text as the heading, for the mouse over but i want an icon there. So when the mouse goes over the icon a drop down menu appears. Any suggestions.
Iv just been and read this article and it does look like a posibility. The other way is if i create the menu using text and then use the span to add an image next to the text. I can add an image to the left or right but not the top.
You wouldn't have to use a span, set the image as a background of the element and use padding to position the text, that way there's no presentational markup in the code