Click to See Complete Forum and Search --> : one letter in smoothscroll effect not working in IE


Captainkewl
06-02-2009, 02:52 PM
Hey guys. If you go here: http://kmkwebdevelopment.com/bizbug/categorylist.html and click on one of the alphabet letters, it will scroll down to that letter section (using smoothscroll effect). For some reason the letter "N" will not work in IE only. It works fine in Firefox. Does anyone know why that is? This has me stumped. Thanks.

coothead
06-03-2009, 04:39 AM
Hi there Captainkewl,

I cannot tell you why it is not working in IE but changing this...

<li><a href="#n" class="linkstyle2">n</a></li>

...to this...

<li><a href="#nn" class="linkstyle2">n</a></li>

...and this...

<div class="letters" id="n">N</div>

...to this...

<div class="letters" id="nn">N</div>

...seems to make IE behave.

coothead

Captainkewl
06-03-2009, 08:02 AM
Hey thanks man!! That worked. That's a weird issue in IE (it should have worked with the single "n"). I appreciate the solution. Thanks again!

Kris.

coothead
06-03-2009, 09:39 AM
Hi there Captainkewl,
That's a weird issue in IE
It's a weird browser and has been sent to test and try us.;)

coothead

Captainkewl
06-03-2009, 09:42 AM
I think your right LOL. It must have been sent from hell to test us. IE = nightmare for web standards!! Thanks again man!

Kris.

coothead
06-03-2009, 10:13 AM
No problem, you're very welcome. ;)