hi all,
i have a question regarding the typo scripting on my site http://www.jeanpaulfrijns.nl.
the way i have the menu lay outed is what i like a lot.
i would like the menu lay out to be leading for the rest of the lay out of my site.
thing is, i don't know how to manage the same typeface as used in the menu on the rest of the site.
as you can see, when you click on one of the buttons (f.e. design/concept or dtp) the text "soon..." shows up in a bold typo and not in regular as i want it to be.
for the menu, i used the following scripting:
body {
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
color: #AAAAAA ;
background: #fff;
letter-spacing: 0,5px;
line-height: 200%
}
and...
#menu ul li.section-title {
font-size: 14px;
font-family: arial;
font-weight: bold;
letter-color: #cfcfcf;
width: 200px;
border-bottom-color: #cfcfcf;
border-bottom-style: solid;
border-bottom-width: 1px;
}
help!
anyone?...
