所以,我需要我的标题的两个小部分是可点击的。问题是我不能使用地图标签,因为我的图像在 css 中设置为 div 的背景。而且我不允许更改它(改为使用 img src )。我怎么能做到这一点,而不使用图像后面两个 div 的绝对定位。
CSS:
#bg_top { /*the design for the header*/
background:url(../images/header_bg_new.png) center top no-repeat;
min-height: 100%; /*stick footer to bottom of the page*/
text-align:left;
width:100%;