There is a picture on the right side of the hyperlink text. Is it put together using CSS?
How should I write it? Thank you
You can append a DIV after the hyperlink, containing the image inside, and then control the LEFT and TOP of the image. POSITION can use relative position
.position { position: relative; left: 0px; top: 0px}
You can append a DIV after the hyperlink, containing the image inside, and then control the LEFT and TOP of the image. POSITION can use relative position
.position { position: relative; left: 0px; top: 0px}
There are actually several ways to do this:
1. Put the hyperlink and the picture in the same DIV, and set the mouse style of the DIV to a hand shape and add a CLICK event
2. IMG set the mouse style to a hand shape and add a CLICK event
LZ can Choose one of the two
There are actually several ways:
1. Put the hyperlink and the picture in the same DIV, and set the mouse style of the DIV to hand type and add a CLICK event
2. IMG Set the mouse style to hand type and add the CLICK event
LZ can choose one of the two
I directly use css background