From: "Steven Noels" <[EMAIL PROTECTED]>
> Konstantin Piroumian wrote:
>
> > Sorry, it shoud be read as:
> >
> >
> >> You can easily notice that this problem is NOT present on the
> >> Forrest site
> >
> > and
> >
> >> it looks like a typo or so in CSS.
>
> Sure. Now has anyone an idea how to fix it? ;-)

Let's try.
You have a class assigned to menu items (<a class="wikipage"></a>), but
don't have a CSS style for this in the page.css, so I assume that default
a.hover is used, which has font color the same as the menu background.
So, either remove the class from the link or add style like this to the CSS
file:
.menu .wikipage a:hover { color: #FFCC00; text-decoration : none; }

 (didn't test it, sorry, I'm too lazy and too busy right now ;) ).

--
  Konstantin

>
> </Steven>
> --
> Steven Noels                            http://outerthought.org/
> Outerthought - Open Source, Java & XML Competence Support Center
> Read my weblog at            http://blogs.cocoondev.org/stevenn/
> stevenn at outerthought.org                stevenn at apache.org
>
>
> ---------------------------------------------------------------------
> Please check that your question  has not already been answered in the
> FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>
>
> To unsubscribe, e-mail:     <[EMAIL PROTECTED]>
> For additional commands, e-mail:   <[EMAIL PROTECTED]>
>
>


---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail:     <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>

Reply via email to