Metadata
- Source
- FLUID-72
- Type
- Bug
- Priority
- Blocker
- Status
- Closed
- Resolution
- Fixed
- Assignee
- Michelle D'Souza
- Reporter
- Shaw-Han Liem
- Created
2007-10-25T16:23:02.000-0400 - Updated
2007-11-15T10:57:24.000-0500 - Versions
- N/A
- Fixed Versions
-
- 0.1
- Component
-
- Image Reorderer
Description
Some visual cues and UX behaviour needs to be added.
Comments
-
Michelle D'Souza commented
2007-11-06T16:43:31.000-0500 The orderable-hover style needs to be applied to the image on mouse over.
-
Joseph Scheuhammer commented
2007-11-06T16:54:20.000-0500 Are these css pseudo classes relevant here? They are ":hover", ":active", and ":focus". The w3c documentation is here:
http://www.w3.org/TR/REC-CSS2/selector.html#dynamic-pseudo-classesIt appears that they can be applied to any element, but then, I would think it would apply to all elements of that type (e.g., all <li>), not just the ones the Lightbox is interested in. But, I'm no css expert.
-
Shaw-Han Liem commented
2007-11-08T15:46:38.000-0500 The "hover" pseudo class will work in FF and IE7 but it's only supported on <a> elements in IE6. I believe the same is true of "focus". I'm not sure about Safari or other browsers but it can be tested here:
http://www.w3.org/Style/CSS/Test/CSS3/Selectors/20021129/html/full/flat/css3-modsel-18b.html
-
Michelle D'Souza commented
2007-11-08T16:39:00.000-0500 I used the onmouseover and onmouseout to implement the hover style.