OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Problems setting Website navtoc font color


I've set the navtoc background in HTML generated from DocBook Website
to the required corporate profile deep blue.

I need to set the font colours of the navtoc to something lighter, to
make the letters possible to read.

The lines below work for Konqueror, and IE.  But not for Opera 7.x and
Mozilla:

 p.navtoc {
   color: white;
 };

 p.navtoc span span a:link {
   color: white;
 };

 p.navtoc span span a:visited {
   color: white;
 };

Does anyone know why, and how to set the font colour in a way that
work for all browsers?

Thanx!


- Steinar



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]