Autonav problems with IE

Permalink
Hello everyone,

I've created my own simple theme and only tested it with Chrome and Firefox all the time. Now I tested it with IE 9 and I got some problems concerning the autonav block.

In IE it shows an additional "button" in first position which leads to the mainpage without any name. This button isn't there in Chrome.

I can't find any page which could cause this problem and don't know what I can do now. I'm not too familiar with PHP so I don't know exactly what I can edit to get rid of it.

You can find screenshots of the menu in chrome (how it should be) and of IE (which I'm trying to fix).


Thank you in advanced,
Jan

2 Attachments

 
JanBraun replied on at Permalink Reply
I think IE is displaying "currentPage" + the first Page I've selected at autonav..

Maybe someone got a solution for this issue.. for now I just hardcode the navigation so it won't even use the autonav anymore..
JanBraun replied on at Permalink Reply
Oh man...I got it now..

I have a picture as a header linking to my mainpage. There I forgot to put the </a> tag for closing the <a href>...


Now it's working great.
I'm just wondering why Chrome, Firefox etc. are ignoring it while IE is showing it..