Menu buttons without underline when hyperlinked

Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default Menu buttons without underline when hyperlinked

    Can anyone help me with my menu buttons? I want to have a red text without
    underline, but they turn blue and underlined when I hyperlink them. What can I
    do to avoid the automatic formatting for hyperlinks? I have the menu buttons in
    a table in the library.

    Earlier I used flash text, but then I first had to click at the button to
    delete some kind of security filter before I had to click again at the button I
    wanted. Anyone that knows something about that? I really liked the flash text
    buttons that changed color when you rolled over them, but now I can't use it
    because of the extra clicking everyone has to do.

    MariNor Guest

  2. Similar Questions and Discussions

    1. HomeSite 5.5 Menu Custom Buttons
      I couldn't find a way of using icons of any kind, with the exception if the called program has it own icon, otherwise it shows just a blank space,...
    2. Hyperlinked models slowing everything down
      Hi. I've made a project in Shockwave 3d, and the navigation was fairly smooth and consistent until I went through and specified about 15 of the...
    3. Fix for Missing Acrobat menu and tool buttons in MS Word
      For all those with PDFMaker5 problems in MS Word, I have just spent the past 9 hours trouble-shooting this problem on 2 computers and I believe I...
    4. Flyout Menu buttons not working, please help!!!
      I am in the process of creating a nice animated flyout menu that is created in a separate movie clip. When the site is tested the menu flyout works...
    5. flash menu bar buttons stop working eventually?
      hi i have a flash nav bar at the top of one of my websites. the buttons, when pressed, jump to named anchors within the same page, with the aid...
  3. #2

    Default Re: Menu buttons without underline when hyperlinked

    Use CSS...

    a:visited { font-weight: bold; color: #CCCCCC; text-decoration: none}
    a:hover { font-weight: bold; color: #FF0000; text-decoration: none}
    a:active { font-weight: bold; color: #6633CC; text-decoration: none}
    a:link { font-weight: bold; color: #CCCCCC; text-decoration: none}

    (set colors as desired)



    "MariNor" <webforumsuser@macromedia.com> wrote in message
    news:enudia$71j$1@forums.macromedia.com...
    > Can anyone help me with my menu buttons? I want to have a red text without
    > underline, but they turn blue and underlined when I hyperlink them. What
    > can I
    > do to avoid the automatic formatting for hyperlinks? I have the menu
    > buttons in
    > a table in the library.
    >
    > Earlier I used flash text, but then I first had to click at the button to
    > delete some kind of security filter before I had to click again at the
    > button I
    > wanted. Anyone that knows something about that? I really liked the flash
    > text
    > buttons that changed color when you rolled over them, but now I can't use
    > it
    > because of the extra clicking everyone has to do.
    >

    Michael Hager Guest

  4. #3

    Default Re: Menu buttons without underline when hyperlinked

    (by the way, you can remove or change the font-weight if you like)

    Michael Hager
    [url]www.cmhager.com[/url]

    "Michael Hager" <michael@cmhager.com> wrote in message
    news:eo0d5l$jn0$1@forums.macromedia.com...
    > Use CSS...
    >
    > a:visited { font-weight: bold; color: #CCCCCC; text-decoration: none}
    > a:hover { font-weight: bold; color: #FF0000; text-decoration: none}
    > a:active { font-weight: bold; color: #6633CC; text-decoration: none}
    > a:link { font-weight: bold; color: #CCCCCC; text-decoration: none}
    >
    > (set colors as desired)
    >
    >
    >
    > "MariNor" <webforumsuser@macromedia.com> wrote in message
    > news:enudia$71j$1@forums.macromedia.com...
    >> Can anyone help me with my menu buttons? I want to have a red text
    >> without
    >> underline, but they turn blue and underlined when I hyperlink them. What
    >> can I
    >> do to avoid the automatic formatting for hyperlinks? I have the menu
    >> buttons in
    >> a table in the library.
    >>
    >> Earlier I used flash text, but then I first had to click at the button to
    >> delete some kind of security filter before I had to click again at the
    >> button I
    >> wanted. Anyone that knows something about that? I really liked the flash
    >> text
    >> buttons that changed color when you rolled over them, but now I can't use
    >> it
    >> because of the extra clicking everyone has to do.
    >>
    >
    >

    Michael Hager Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139