Link color doesn't change on hover

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

  1. #1

    Default 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 these links were
    without the target attribute, so on clicking on the links the pages opened in
    the frame. But I wanted these pages to open in the parent page (I mean the page
    in which the frame is present) , so I gave the target attribute to the <a> tag
    ( target="_parent" ). But now, on rollover, the color of the links do not
    change (even though there is a different color for rollover in the external
    style sheet). So can someone help.:(

    redblue4356 Guest

  2. Similar Questions and Discussions

    1. 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...
    2. 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...
    3. CSS link color
      I apparently don't know CSS all that well. I am simply trying to have the text links in the nav column be white. And my other text links in the...
    4. Changing the font color of a link
      I've included the following code as an HTML fragment in Pub 2003. In my browser the resulting Hyperlink text appears in Times New Roman and colored...
    5. 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?
  3. #2

    Default Re: Link color doesn't change on hover

    You double checked your SS with other files to confirm the hover attribute works?
    withhisstripes Guest

  4. #3

    Default Re: Link color doesn't change on hover

    yes the style sheet works with other files
    redblue4356 Guest

  5. #4

    Default Re: Link color doesn't change on hover

    Now I have come to know that the problem is not because of the target
    attribute. Actually this happens, when I put the cursor on one of the links the
    color changes but when i visit one of the links and come back to the previous
    page the hover attribute stops working. So it is actually happening with the
    visited links.
    So can you help me now.

    redblue4356 Guest

  6. #5

    Default Re: Link color doesn't change on hover

    someone please help..........
    redblue4356 Guest

  7. #6

    Default Re: Link color doesn't change on hover

    I asked for help

    redblue4356 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