What I want to achieve now is to display the large image and detailed information when the mouse slides over the small image. I found a piece of code on the Internet
t;
;%#Eval("product_img") %>" id="oimg" alt="" width="100px" height="100px" style="border:0" />
;img src="images/<%#Eval("product_img") %>" border="0" width="212px" height="212px">
Test Test Test
🎜> http://img.my.csdn.net/uploads/201304/16/1366081185_5840.jpg
Now I want to add some detailed information under the big picture, such as name, price, etc. Yes, there is a problem
>" border="0" width="212px" height="212px">
¥
This won’t work , the effect is as follows
http://img.my.csdn.net/uploads/201304/16/1366081185_6372.jpg
How can I make it display in order line by line? ?