jgallen23 / toc

Table of Contents Plugin
http://projects.jga.me/toc/
MIT License
531 stars 111 forks source link

Scrollable div inside page body does not make anchor work well in IE8+9 #11

Closed jafin closed 3 years ago

jafin commented 12 years ago

Given a page with a div with scrollbars. I cannot get IE8+9 to navigate to the anchors (smoothscrolling = false). (Firefox + chrome no issues)

Hack to anchor to add to the anchor span:

 .css({display:"inline-block"})

resolved the issue.