Home > front end >  Add to the picture button
Add to the picture button

Time:10-07

So add the click enter button to this arrow?

CodePudding user response:

Write a div, as the arrow is big, absolute positioning to the arrow above, bind an event on the div

CodePudding user response:

reference 1st floor JiexC0la response:
write a div, with arrows, almost absolute positioning to the arrow above, bind an event on the div

Specific how to do ah, just like arrow is such a lane and absolute positioning?

CodePudding user response:

Your text and arrow can be a father and son, so that you can write the positioning, absolute positioning, relative positioning, arrow can enter

CodePudding user response:



CSS:
Div {
position:relative;
}
A: {
position:absolute;
Top: XXPX;
Left: XXPX;
}
Xx is a numerical adjustment

CodePudding user response:

In the picture and link with the map tag!

https://www.w3school.com.cn/tags/tag_map.asp

CodePudding user response:

The map TAB, select the multilateral type, find the picture several location, set;
But this position will be very fuzzy, precise words, need you to precise positioning
  • Related