Closed
Bug 833962
Opened 12 years ago
Closed 12 years ago
Picture moves up and down a pixel when link is clicked.
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: streetwolf52, Unassigned)
References
()
Details
User Agent: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:21.0) Gecko/20130123 Firefox/21.0
Build ID: 20130123102211
Steps to reproduce:
Went to http://www.ryanmagic.com/
Clicked on "learn more >>".
Actual results:
Picture moves up and down about a pixel.
Expected results:
Picture should not move.
Reporter | ||
Comment 1•12 years ago
|
||
Picture does not move using IE10.
![]() |
||
Comment 2•12 years ago
|
||
in <link rel="stylesheet" href="/css/style.css?ver=1.0">
a:active { position:relative; top:1px; }
so, I think this is intentional behavior of the site
Reporter | ||
Comment 3•12 years ago
|
||
I would normally agree but IE10 doesn't do this 'jump'.
![]() |
||
Comment 4•12 years ago
|
||
Opera 12.13 and Chrome 26 behave like Firefox does.
It sounds like IE discrepancy:
:active css selector not working for IE8 and IE9
http://stackoverflow.com/questions/5594102/active-css-selector-not-working-for-ie8-and-ie9
Comment 6•12 years ago
|
||
based on comment 2, 4, 5
Status: UNCONFIRMED → RESOLVED
Closed: 12 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•