On IE 6.0 on Windows, the access key char is red on red, e.g. not visible.
Screenshot:
--
TWiki:Main/PeterThoeny
- 15 Feb 2007
I see it on the bottom action links.
--
TWiki:Main.ArthurClemens
- 23 Jun 2007
This bug just happens on the footer links. For the same links on the top of the page ("Edit", "WYSIWYG", ...), the color is OK.
This problem is also happening with IE 7. On Firefox 2 it's working correctly.
I found a workaround for that problem. It's not a good solution, as I'm just forcing the access key char color to white, but it may give a help to someone that might be trying to solve this.
This bug just happens on the footer links. For the same links on the top of the page ("Edit", "WYSIWYG", ...), the color is OK.
This problem is also happening with IE 7. On Firefox 2 it's working correctly.
I found a workaround for that problem. It's not a good solution, as I'm just forcing the access key char color to white, but it may give a help to someone that might be trying to solve this.
302,303c302
< a:visited .twikiAccessKey,
< a:hover .twikiAccessKey {
---
> a:visited .twikiAccessKey {
305a305,307
> a:hover .twikiAccessKey {
> color:#FFFFFF;
> }
--
TWiki:Main.GuilhermeGarnier
- 04 Jan 2008