Hi
I'm a new conrtibutor, so apologies if this question has already been posted. I installed Norcascade at http://www.needlesports.com/acatalog/index.html and fixed the menu using <a id="home" name="home"> in the primary template and
var left = 'window.page.elmPos("home").x - 0';
var top = 'window.page.elmPos("home").y + 5';
in norcascade_pop_data.js. This works fine in IE6 but in Opera the menu is positioned too high. In Firefox the position is fine but it hasn't picked up the text style from pop_style.css. Any help would be appreciated.
Thanks
Roger
I'm a new conrtibutor, so apologies if this question has already been posted. I installed Norcascade at http://www.needlesports.com/acatalog/index.html and fixed the menu using <a id="home" name="home"> in the primary template and
var left = 'window.page.elmPos("home").x - 0';
var top = 'window.page.elmPos("home").y + 5';
in norcascade_pop_data.js. This works fine in IE6 but in Opera the menu is positioned too high. In Firefox the position is fine but it hasn't picked up the text style from pop_style.css. Any help would be appreciated.
Thanks
Roger
Comment