use*_*306 0 javascript css php hyperlink
这似乎是一个基本问题,但我目前没有工作.我不确定为什么会发生这种情况,它可能是javascript,或者我用PHP编写了页面或者我使用z-index,但我无法解决它.
你可以在这里看到问题:http: //www.maxrichardson.co.uk/home.php
问题出在右边的黄色"CV按钮"上:
我使用的代码是:
#CV-Download {
position: fixed;
margin: 50px 0 10px 10px;
z-index: 888;
right:0;
cursor:pointer;
width: 75px;
height: 75px;
background:url(images/cv.png);
}
#CV-Download:hover {
background:url(images/cv-hover.png);
z-index: 889;
}
<div id="CV-Download">
<a href"Max Richardson CV" onclick="_gaq.push(['_trackEvent', 'Side CV Button']);" title="My CV" rel="0" class="newWindow" >CV</a>
</div>
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
350 次 |
| 最近记录: |