February 14, 201115 yr Hey all, Ive customised a template for a client, and theres a prob with the menu on one page only. The menu is supposed to look like this link black bar, top right. On this page link it appears briefly when the page is loaded then dissappears, and stays as lines and the title of the current page. Any ideas? Thanks Gem
February 14, 201115 yr Just looking at code and missing </li> on exhibition menu link replace yours with this. <div class="grid_8"> <ul class="sf-menu"> <li ><a href="index.html">Home</a></li> <li> <a href="networking.html">Networking</a> </li> <li> <a href="seminars.html">Seminars</a> </li> <li class="activelink"> <a href="exhibition.html">Exhibition</a></li> <li> <a href="location.html">Location</a> </li> <li class="last-link"> <a href="register.html">Register</a> </li> </ul> </div> On ALL pages Edited February 14, 201115 yr by ricrod
February 14, 201115 yr Strange this I used your code locally worked fine Does it work ok locally for you ? I didn't read that it only effects this page I shall investigate further Edited February 14, 201115 yr by mteam
February 14, 201115 yr It looks like the htc thats causing it I cant see why its only on this page like ricrod said your missing a closing li but I can't see any other errors Edited February 14, 201115 yr by mteam
February 15, 201115 yr Author Thanks peeps. I shall try the li tag. Thank you, will let you know how I get on. Gem
February 15, 201115 yr Author Have added the closing </li> and its still happening....Any other ideas? Thanks
February 15, 201115 yr If you disable the JS scripts on that page (in IE), the menu background re-appears so I would assume it's something to do with that. So the likely culprit is the superfish.js but you might want to disable all the other scripts one by one to make sure. Personally, I'd tidy up all the code in the list ie: remove all the extra spaces in the <li> tags and then try and work out why the script is affecting the menu on that page.
Create an account or sign in to comment