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

后端 未结 7 2201
迷失自我
迷失自我 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:36
    <h4 style="float: right; position:relative; z-index:5;">
       <a href="#company" data-slide="prev">company</a>
       <a href="#city" data-slide="next">city</a>
    </h4>
    

    Try this one . . .

    0 讨论(0)
提交回复
热议问题