Bug #360
Main menu links don't work in IE
Start date:
September 29, 2012
Due date:
% Done:
100%
Estimated time:
Description
Internal links don't work correctly in IE.
If I get onto my site, if I click a link in my main header it will take me to that page, but when I click to go to another page it simply stacks the links up.
Eg:
http://www.domain.com/music > http://www.domain.com/music/videos/videos/videos
Its not using the main directory.
History
Updated by Batyr Mackenov over 8 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Fixed.
The solution is to make the baseHref meta option a first instruction in HEAD html section. Otherwise the statement will be ignored by IE7.
Committed at revision #2883.