0

请帮忙!我曾尝试使用 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>
4

1 回答 1

1

position: absolute必须指定宽度和高度。如果要在a标签上指定宽度和高度,则需要使用display: block

于 2012-08-21T20:48:46.273 回答