I have some problem with a link. It doesn't work on firefox.but it works on IE6,AOL. Here i attach the html and the css files also. But other links working properly. Cant any body help me? The link is, at the top of the page . Click here to view the description of each course
What do you mean other links are working properly? I don't see any other javascript links. First guess, there is a problem with your javascript.
Thanx for ur suggestion. But if i remove the javascrip code from the link and put another direct link it doesn't work too.
why do you need a javascript to link your pages? can't you simplify it and just make a link? and what do you mean it's not working? do you have a live site so we can easily test it out? Also, [HTML] <ul id=ulhorizmenu> <li><a href="<?php echo ROOT_PATH;?>vip/">7 Reasons</a> <li><a class=selected href="<?php echo ROOT_PATH;?>service/">Our Service</a> <li><a href="<?php echo ROOT_PATH;?>company/">The Company</a> <li><a href="<?php echo ROOT_PATH;?>testimonials/">Testimonials</a> <li><a href="<?php echo ROOT_PATH;?>support/">Support</a> <li><a href="https://www.ideallifestyle.net/secure/getstartedfree/">Get Started Free</a> </ul> HTML: close the list tag properly <li></li> Give us a more detailed problem, and also a live site to see the problem. Also, close the <ul> id with "" so that it will be recognized.