【发布时间】:2012-07-16 07:38:35
【问题描述】:
所以,我需要我的标题的两个小部分是可点击的。问题是我不能使用地图标签,因为我的图像在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%;
【问题讨论】: