Results 1 to 6 of 6

Thread: NS6 strange menu links

  1. #1
    scoutt
    Guest

    NS6 strange menu links

    ok something wierd happened. when I downloaded NS6 just to see what the hype was about and to see what my page looked like in it. Well I noticed it took out the menu links. it made it all text instead. if you have NS6 go here

    www.motorcycleridersassoc.org

    it works fine in NS4.7 and IE5.5, and I was hoping in NS6 it would be the same. can anybody explain this. or tell me how to fix it.

  2. #2
    PowerPoster sail3005's Avatar
    Join Date
    Oct 2000
    Location
    Chicago, IL, USA
    Posts
    2,340
    that is strange that it does not work in NS6. The only thing that i can suggest is to change all of the links over to CSS. that way you can get rid of the tables and javascript.

    The links still work for me in NS6, just the tables don't highlight.

    If you want me to explain more about how to switch the thing to use more css, i can show you. I have done it before.

    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA

  3. #3
    scoutt
    Guest
    well I am not worried about the table changing, they don't change in NS4.x anyway. so you have the links working in NS6. crap it is just text in mine. there we go again with the different outcomes with the same browser.

    I would change them over to CSS but the menu is 2 PHP scripts.


    actually why don't you give me an example of how to do it.

    thanks

  4. #4
    PowerPoster sail3005's Avatar
    Join Date
    Oct 2000
    Location
    Chicago, IL, USA
    Posts
    2,340
    You can just make them all links, without the tables:

    Code:
    <a href="#" class="wideLink">Whatever</a>
    ...the "wideLink" class:

    Code:
    .wideLink{
    
    padding-left: 3px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 0px;
    border: 1px solid #eeeeee;
    text-decoration: underline;
    font-family: Arial, Tahoma, Sans-Serif;
    font-size: 9pt;
    color: #000000;
    font-weight: bold;
    display:block;                                            <------this is crutial
    }
    
    A.wideLink:hover{
    
    padding-left: 3px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 0px;
    text-decoration: none;
    font-family: Arial, Tahoma, Sans-Serif;
    font-size: 9pt;
    color: #555555;
    font-weight: bold;
    border: 1px solid #aaaaaa;
    display:block;                                           <------this is crutial
    }
    ok, thats pretty much it, that will create the same affect you had before, but with a lot less code. You will have to change the style sheet class so you get the effect that you want, because i just copied it from my other page, but, you get the idea.

    tell me if you need any more help.

    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA

  5. #5
    scoutt
    Guest
    thanks Sail, I will look into that.

  6. #6
    PowerPoster sail3005's Avatar
    Join Date
    Oct 2000
    Location
    Chicago, IL, USA
    Posts
    2,340
    no problem...tell me if you run into any problems...becuase i know that i did when i started

    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width