* Michael Schr�pl wrote: > What about changing the top and bottom margins of the <h3> > tags? They currently "fly around" between two sections - I > think they should rather be located a little closer to the > section they belong to. > Maybe decrease margin-bottom and increase margin-top a little?
good point. Added some CSS to make it work. >> It works with NN4 (Win), IE5 & 6, Opera 5 & 6(Win), Mozilla (1.0 >> & 1.1 beta tested), Lynx (DOS). (NN4 probably reaches his limits, >> but it works ;-) > > Netscape 4 doesn't show a border around the > <table class="related"> > which would be very helpful IMHO (and is already there > in browsers like Mozilla or MSIE 5.0). > Is there any possibility to enable this border for NS4? It's a big caveat (forgot to mention that, sorry). NN, tables and borders don't like each other. Now I put a <div> around the related table that creates the border for NN. But I'm not very happy with this <div> and would rather abandon that border in NN. > Which XML are the "local navigation" links (those with the > little arrow images) being generated from? Are they the same > XML tag as other links (to different Apache documents etc.)? The toc is autogenerated from the section titles and IDs. IIRC, all other links (except to modules and directives) are written as <a href...></a>. nd -- die (eval q-qq:Just Another Perl Hacker :-) # Andr� Malo, <http://www.perlig.de/> # --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
