使用CSS在热点地图中查找数字

时间:2015-08-12 18:36:51

标签: html css counting

我对我要制作的HTML 5热点地图有疑问。默认情况下,数字以1开始(发光的热点)。但我需要从7开始获取链接。

.cq-hotspots .hotspot-item a i {
display: block;
font-size: 12px;
position: relative;
width: 100%;
text-align: center;
font-style: normal;
color: #fff;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);

}

有没有办法让计数从7开始,而不是只使用CSS?

网页:http://www.welzendesign.com/drielandenpunt/dagje-drielandenpunt/plattegrond/

提前致谢

1 个答案:

答案 0 :(得分:0)

简短的回答是不,你不能用css改变文字。您将不得不使用JavaScript / JQuery