How to add a URL and Buttons on top of an existing header Image [closed]
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 years ago.
Improve this question1) I have a header JPEG image that spans a width of 996px that has a square logo to the left of this header.
My question is that I would like to use this square logo section only and place a href
tag so that when the user hover's over this section only, the cursor changes to a hand pointer and the user will be redirected back to the landing page.
2) On this same image, I would also like to place two buttons with rollover effects, so when the user hovers over the buttons, the rollover effect takes control and then would like these buttons to also point to a href
url.
If you're using an <img>
tag to display the image, you can use a simple image map to make only a section of the image a link.
As for number 2, I'm not clear on what effect you're trying to achieve.
精彩评论