Link is Not working in firefox & Safari

Discussion in 'CSS' started by shamsh, Sep 13, 2007.

  1. #1
    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
     

    Attached Files:

    shamsh, Sep 13, 2007 IP
  2. mikebrad0927

    mikebrad0927 Peon

    Messages:
    266
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #2
    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.
     
    mikebrad0927, Sep 13, 2007 IP
  3. shamsh

    shamsh Peon

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Thanx for ur suggestion.

    But if i remove the javascrip code from the link and put another direct link it doesn't work too.
     
    shamsh, Sep 17, 2007 IP
  4. simonpeterong

    simonpeterong Peon

    Messages:
    62
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    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.
     
    simonpeterong, Sep 17, 2007 IP