Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有什么方法可以让区域点击图?
Image-map 不适合,因为应该考虑调整图像大小。
例如,我有 html 构造:
<a href="#"> <img src="image.png" alt="image"/> </a>
CSS:
a { width: 30%; } img{ width: 100%; }
图像,带区域集团
I am trying to fetch List from table FlexiBooking and then add this to another list i.e. to move to another table and delete those entries fetched from this table. I have used Hi