Closed Bug 7291 Opened 25 years ago Closed 25 years ago

hover and active problems

Categories

(Core :: Layout, defect, P3)

x86
Windows 95
defect

Tracking

()

VERIFIED DUPLICATE of bug 6647

People

(Reporter: tapio.markula, Assigned: peterl-retired)

References

()

Details

A:Hover and A:active doesn't work properly
- hover in transparent GIFs is only the HALF of the image (IE use the whole image)
- active doesn't accept borders (by the way IE doesn't also accept it to hover)
- focus?
- button?
Where it should work?

Here is the CSS-definition, which doesn't work correctly

A:link {color: #977066; text-decoration: underline; }
A:visited {color: #706A6A; text-decoration: underline; }
A:hover {color: #DCD2D3; text-decoration: none; background-color:#706A6A;outline: maroon thin solid;}
A:active {color: #DCD2D3; text-decoration: none; background-color:#F85B07; outline: maroon thin solid;}
:focus {outline: maroon medium solid;} /* at least doesn't work in image maps, but I got not enough information from specifications, where it should work*/
BUTTON {outline: maroon medium solid;} /* don't work in IE - I have not tested with Mozilla*/

A:focus {color: #DCD2D3; text-decoration: none; background-color:#F85B07; outline: maroon medium solid;}
.tausta-sivustot A:hover {color: #DCD2D3; text-decoration: none; background-color:#706A6A;}
.linkkikirjojen-ohjaus A:hover {color: #DCD2D3; text-decoration: none; background-color:#706A6A;}
.alkusivut A:hover {color: #F85B07; text-decoration: none; background-color:white;}
A.orange:hover {color: #DCD2D3; text-decoration: none; background-color:#F85B07; outline: maroon thin solid;} /* only half of the image does have the background color*/
Assignee: rickg → peterl
Peter -- this may be yours or Jokis. Please take a look, then tell me where the
problem was.
Support for 'outline' is not yet implemented. Dup of bug 6647.
The hover behavior seems to work for me.

*** This bug has been marked as a duplicate of 6647 ***
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Status: RESOLVED → VERIFIED
Agreed. This is a duplicate of 6647.
You need to log in before you can comment on or make changes to this bug.