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
Fontsize DHTML Menu gets smaller after implementing GBook
-
- Posts: 1
- Joined: Wed Mar 28, 2007 11:46 am
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.
Changeto (remove font-size: 11px;)
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
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;
}
Code: Select all
BODY, TD {
color : black;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
Greetings,
Henrie