Forum Moderators: not2easy
The css is:
a.menu { background-image: url(images/menu-2.gif); color: #FFFFFF; height: 20px; width: 70px; font-size: 12px; font-weight: normal; background-attachment: fixed; background-repeat: no-repeat; background-position: left bottom; text-align: center; font-style: normal; text-decoration: none; line-height: 20px}
.menu:hover { background-image: url(images/menu-white.gif); color: #000099; background-attachment: fixed; background-repeat: no-repeat; background-position: left bottom; height: 20px; width: 70px}
QUESTION:
I would like to be able to keep the white hover(ed) image showing when each tab is clicked i.e. when the page is active.
a.menu:active does not work.
Thanks in advance.
<No sigs or URLs, please. See TOS [webmasterworld.com]>
[edited by: tedster at 8:35 pm (utc) on Jan. 8, 2004]