AW: [Mono-docs-list] Handbook Xhtmlified

Johannes Roith johannes@jroith.de
Sat, 10 May 2003 12:57:58 +0200


Hello!

I've seen the updated screenshot: http://www.fonicmonkey.net/monodoc.png
Pretty nice!!

I guess from the length of the scrollbar, that the "Mono Handbook" Logo
on the top is still there. IMO, this should be removed at runtime. 

The logo can be easily detected, it is _always_ in the first div, and
that div must have the class atrribute with the value "topframe".

<div class="topframe" width="100%">
<a href="index.html"><img src="mg.png" border="0" /></a></div>

If I think about it, the second div, containing the navigation can be
removed also:
The Mono Hanbdook > IDEs > Eclipse

It is always the second div and has the class "navbar".

<div class="navbar" width="100%"><a href="index.html">The Mono
Handbook</a> &gt; About</div>

It is the best if you remove both at runtime.
Johannes