Help with fontsize

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
WeeR
Beginner
Beginner
Posts: 3
Joined: Thu Mar 01, 2007 2:44 pm

Help with fontsize

Post by WeeR »

Hi!
Thanks again for a great product :)
I'm redoing my homepage, and I need to have some adjustments to the menu..
The problem is that I can't figure out how to change the font size..
After I have got the font size to work i guess I just resize all the gifs to 80% or something..
The site is located here;
http://www.mabu.no/test/


(I'm aware of the mouseover problems++, but I figured I should start with the layout..)

Here's my main_embed;

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
position='relative';

itemheight=31;
itemwidth=90;
styleid=1;
separatorimage="http://milonic.com/menuimages/disco_sep.gif";
fontsize='75%';

aI("align=center;bgimage=http://milonic.com/menuimages/disco ... w.mabu.no/;");
aI("align=center;bgimage=http://milonic.com/menuimages/disco ... .com/mabu/;");
aI("align=center;bgimage=http://milonic.com/menuimages/disco ... =Produkter;");
aI("align=center;bgimage=http://milonic.com/menuimages/disco ... ce/Support;");
aI("align=center;bgimage=http://milonic.com/menuimages/disco ... sberegning;");
aI("align=center;bgimage=http://milonic.com/menuimages/disco ... ext=Linker;");
aI("align=center;bgimage=http://milonic.com/menuimages/disco ... xt=Kontakt oss;");
drawMenus();
}

Thanks in advance!
WeeR
Beginner
Beginner
Posts: 3
Joined: Thu Mar 01, 2007 2:44 pm

Post by WeeR »

Got it :)
Post Reply