Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript ‘Jump to link’ works in FF, not IE Re: ‘Jump to link’ works in FF, not IE

#93819
davidlab.be
Participant

@StephBertha anchor links are case sensitive so check your code to make sure the link and the anchor are spelled the same. I have not looked at your code other then seeing the anchor (Saigorei) link starts with an upper case http://www.jeffreitz.com/portfolio-1.html#Saigorei change it to http://www.jeffreitz.com/portfolio-1.html#saigorei (lower case).