Anchor tag becomes non-working link in a div with float: right;

后端 未结 7 2202
迷失自我
迷失自我 2020-12-25 14:58

I have a link inside a div that floats to the right of the screen. The link does not work in FF or Chrome, but works in IE (have only tested with IE8).

The simplest

7条回答
  •  春和景丽
    2020-12-25 15:19

    My solution: make sure the z-index of the offending div is greater than those around it (that may be overflowing).

提交回复
热议问题