请帮忙!我曾尝试使用Firebug来了解为什么我的href不能点击但我无法弄明白。我不使用表格。该网站为http://spiritfestcorpus.com/
大圆形图像包裹在href中
我真的很感激任何建议。
如果您在Firefox中查看资源
,这是第357行的代码<div id="slideshow_wrapper" )">
<div id="frame"></div>
<div id="slideshow_container">
<div id="slideshow">
<a style="z-index:9999999; position: absolute;" id="cdImage1" href="concertsbuy.aspx?eventId=53"><img id="Repeater1_ctl00_cdImage" src="images/slideshow/home/albums/2012/SPIRIT_Fest_Corpus/LMG_DC12Circle.png" style="border-width:0px;" /></a>
答案 0 :(得分:1)
使用position: absolute
必须指定宽度和高度。如果您要在a
标记上指定宽度和高度,则需要使用display: block