Hi,
I have included the latest version of a guestbook called 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 smaller after implementing Guestbook
-
- Beginner
- Posts: 1
- Joined: Wed Mar 28, 2007 1:09 pm
Hi,
It's your style.css file. On that page that file has the font size set to 11px for the generic body tag and the generic TD tag. Then in the menu_data file you have fontsize="55%"; so it is taking it as 55% of 11px. On your main page, the default css file doesn't have the generic body or table, tr, td tags set, so the font size is 55% of whatever the browser setting is.
Ruth
It's your style.css file. On that page that file has the font size set to 11px for the generic body tag and the generic TD tag. Then in the menu_data file you have fontsize="55%"; so it is taking it as 55% of 11px. On your main page, the default css file doesn't have the generic body or table, tr, td tags set, so the font size is 55% of whatever the browser setting is.
Ruth