Can't change hover tag in CSS

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

  1. #1

    Default Can't change hover tag in CSS

    Just got rolling with CSS. So far its great but I'm snagged on something dumb
    for sure. I'm simply trying to change my <a> link hover to underline. I did
    it once on m page and trying in another spot but can't. I know its just
    something small I'm missing. can I show anyone my html and css so they can
    find this easy bug for me?

    Koolkat67 Guest

  2. Similar Questions and Discussions

    1. change color of cells at hover
      I want to build a navigation , without graphics, where the cell containing the link changes color when hovered over. I have applied a css style to...
    2. Link color doesn't change on hover
      hi;) , I am having problems with color change of links on rollover, so I'm here for some help. Ok, I have some links which are in a frame. First...
    3. links in text field - change color on hover
      is there a way to make the links in a text field have a css equivalent of a:hover?
    4. Hover Help
      Could someone please tell me how to do hover help in flash? For example, say I have the words ?Pop up? underlined. When the user puts their mouse...
    5. Hover
      I have a line of 5 links with a bullet point between and spaces between the bullet points. The odd thing is that when the finger/pointer just before...
  3. #2

    Default Re: Can't change hover tag in CSS

    It's very inportant that your links are listed in the css in the correct
    order.
    They should be:

    link
    visited
    hover
    active

    if they are not, some things won't work


    "Koolkat67" <webforumsuser@macromedia.com> wrote in message
    news:ekdbao$ekc$1@forums.macromedia.com...
    > Just got rolling with CSS. So far its great but I'm snagged on something
    > dumb
    > for sure. I'm simply trying to change my <a> link hover to underline. I
    > did
    > it once on m page and trying in another spot but can't. I know its just
    > something small I'm missing. can I show anyone my html and css so they
    > can
    > find this easy bug for me?
    >

    Michael Hager Guest

  4. #3

    Default Re: Can't change hover tag in CSS

    Show us a URL please.
    mzanime.com 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