Konstantin Piroumian wrote:

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 ;) ).
Don't ask me how, but by slightly tweaking the HTML in the left menu I have a working version on my laptop right now. No need for changing the (extremely messy) CSS. Will deploy tonight, with some nice little new things added. The edit page will be skinned now, too, FWIW.

Thanks Konstantin & Rob for the motivation for further messing around ;)

I'll try to set up a CVS repo with the JSPWiki skin, so that (hopefully) others join me in maintaining this messy HTML/CSS/JSP stuff ;-)

(JSPWiki is great, the JSPs are clean too, but somehow using JSP to generate HTML is giving me the creeps - I wonder why)

</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]>

Reply via email to