Fontsize DHTML Menu smaller after implementing Guestbook

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
Minuteman123
Beginner
Beginner
Posts: 1
Joined: Wed Mar 28, 2007 1:09 pm

Fontsize DHTML Menu smaller after implementing Guestbook

Post by Minuteman123 »

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
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

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
Post Reply