This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[docbook-apps] 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


To unsubscribe from this list, send a post to docbook-apps-unsubscribe@lists.oasis-open.org, or visit http://www.oasis-open.org/mlmanage/.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]