CSSmenu top & font color & hover
Posted: Sat Aug 12, 2006 5:05 pm
Hi CMSMS forum,
Thank you for af great site management system. I love to work with it.
I have a small problem and it puzzles me, since I was able to get this working in the 0.13 "canary" version,
but not in the latest release 1.0 beta4 version.
I want a horisontal CSS menu that should have blue background and white text on hover (sort of invert colors...).
excerpt from template: CSSMenu top + 1 column
excerpt from stylesheet: Layout: Top menu + 1 column
I get the blue background allright, but the text remains blue'ish (not white). See also snapshot attached.
How do I get the text to be white on hover? (it worked in 0.13 "canary").
Kind regards / Lars
CMSMS v. 1.0 Beta4
Opera v.9.0
IE v. 6.0
Firefox v.1.0.7
Webcalender v. 1.0.3
Windows XP platform SP2
XAMPP for Windows Version 1.5.3a (PHP Version 5.1.4, Apache 2.2.2)
[attachment deleted by admin]
Thank you for af great site management system. I love to work with it.
I have a small problem and it puzzles me, since I was able to get this working in the 0.13 "canary" version,
but not in the latest release 1.0 beta4 version.
I want a horisontal CSS menu that should have blue background and white text on hover (sort of invert colors...).
excerpt from template: CSSMenu top + 1 column
Code: Select all
::
::
<!-- Start Navigation -->
<div id="menu_vert">
<h2 class="accessibility">Navigation</h2>
{menu template='cssmenu.tpl'}
<hr class="accessibility" />
</div>
<!-- End Navigation -->
::
::
Code: Select all
::
::
/* remove underline on hover and change color */
a:hover {
text-decoration: none;
background-color: #0000FF; /*#C3D4DF*/
color: #FFFFFF; /*#385C72*/
}
::
::
How do I get the text to be white on hover? (it worked in 0.13 "canary").
Kind regards / Lars
CMSMS v. 1.0 Beta4
Opera v.9.0
IE v. 6.0
Firefox v.1.0.7
Webcalender v. 1.0.3
Windows XP platform SP2
XAMPP for Windows Version 1.5.3a (PHP Version 5.1.4, Apache 2.2.2)
[attachment deleted by admin]