Page 1 of 1

Fontsize DHTML Menu gets smaller after implementing GBook

Posted: Wed Mar 28, 2007 12:01 pm
by Minuteman123
Hi,

I have included the latest version of GBook on the following webpage: http://www.svduiveland.nl/gbook.php

For some reason the fontsize of the main and subchapters in the DHTML-menu of Milonic gets drastically smaller after inserting the GBook.

Has anybody encountered a similar problem before?

Cheers,
Minuteman

Posted: Wed Mar 28, 2007 5:03 pm
by Henrie
Really strange.

I took a look at your stylesheets and saw nothing that could have this result.

You could try the following.

Open the file style.css which is placed inside the same folder as the gbook.php file.
Change

Code: Select all

BODY, TD {
	color : black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
to (remove font-size: 11px;)

Code: Select all

BODY, TD {
	color : black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
I do not know if this will help (in theory it should have no effect on the menu but it could have some effect on the texts just above entries) but if you don't try you'll never know.

Greetings,
Henrie