Good Afternoon,

We had a programmer design our website, and now we can't find him. He made a
menu using what appears to be jscript because it has the .js extension. He
told us how we can Add items to the menu, but I'm wondering if there is a
way that I can change the FONT in the menu. Any ideas?
Thanks!

Sincerely,
Anthony Smith

In God We Trust!

Re: Change font in menu jscript by Kevin

Kevin
Mon Apr 25 16:21:08 CDT 2005

Hi Anthony,

Unless you find some reference to the font in the script, it is likely that
the font is determined by either the HTML (inline) or by CSS.

--
HTH,

Kevin Spencer
Microsoft MVP
.Net Developer
What You Seek Is What You Get.

"Anthony Smith" <anthony@peconet.com> wrote in message
news:%23R%23D3JdSFHA.1176@TK2MSFTNGP12.phx.gbl...
> Good Afternoon,
>
> We had a programmer design our website, and now we can't find him. He made
> a menu using what appears to be jscript because it has the .js extension.
> He told us how we can Add items to the menu, but I'm wondering if there is
> a way that I can change the FONT in the menu. Any ideas?
> Thanks!
>
> Sincerely,
> Anthony Smith
>
> In God We Trust!
>
>



Re: Change font in menu jscript by Anthony

Anthony
Tue Apr 26 08:25:20 CDT 2005

Yes you are correct, it appears to be CSS. Do you know of any webpages that
can educate me on using CSS to change the fonts within the menu?

Thanks for your help!

Anthony...

"Kevin Spencer" <kevin@DIESPAMMERSDIEtakempis.com> wrote in message
news:%23NoR1ydSFHA.3184@TK2MSFTNGP09.phx.gbl...
> Hi Anthony,
>
> Unless you find some reference to the font in the script, it is likely
> that the font is determined by either the HTML (inline) or by CSS.
>
> --
> HTH,
>
> Kevin Spencer
> Microsoft MVP
> .Net Developer
> What You Seek Is What You Get.
>
> "Anthony Smith" <anthony@peconet.com> wrote in message
> news:%23R%23D3JdSFHA.1176@TK2MSFTNGP12.phx.gbl...
>> Good Afternoon,
>>
>> We had a programmer design our website, and now we can't find him. He
>> made a menu using what appears to be jscript because it has the .js
>> extension. He told us how we can Add items to the menu, but I'm wondering
>> if there is a way that I can change the FONT in the menu. Any ideas?
>> Thanks!
>>
>> Sincerely,
>> Anthony Smith
>>
>> In God We Trust!
>>
>>
>
>



Re: Change font in menu jscript by Ronx

Ronx
Tue Apr 26 09:06:17 CDT 2005

Try www.w3schools.com and look through the CSS tutorial.

--
Ron Symonds
Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.


"Anthony Smith" <anthony@peconet.com> wrote in message
news:u14pkNmSFHA.3176@TK2MSFTNGP09.phx.gbl...
> Yes you are correct, it appears to be CSS. Do you know of any
> webpages that can educate me on using CSS to change the fonts within
> the menu?
>
> Thanks for your help!
>
> Anthony...
>
> "Kevin Spencer" <kevin@DIESPAMMERSDIEtakempis.com> wrote in message
> news:%23NoR1ydSFHA.3184@TK2MSFTNGP09.phx.gbl...
>> Hi Anthony,
>>
>> Unless you find some reference to the font in the script, it is
>> likely that the font is determined by either the HTML (inline) or
>> by CSS.
>>
>> --
>> HTH,
>>
>> Kevin Spencer
>> Microsoft MVP
>> .Net Developer
>> What You Seek Is What You Get.
>>
>> "Anthony Smith" <anthony@peconet.com> wrote in message
>> news:%23R%23D3JdSFHA.1176@TK2MSFTNGP12.phx.gbl...
>>> Good Afternoon,
>>>
>>> We had a programmer design our website, and now we can't find him.
>>> He made a menu using what appears to be jscript because it has the
>>> .js extension. He told us how we can Add items to the menu, but
>>> I'm wondering if there is a way that I can change the FONT in the
>>> menu. Any ideas?
>>> Thanks!
>>>
>>> Sincerely,
>>> Anthony Smith
>>>
>>> In God We Trust!
>>>
>>>
>>
>>
>
>



Re: Change font in menu jscript by Kevin

Kevin
Tue Apr 26 10:29:46 CDT 2005

In addition, take a look at your style sheet. You should easily be able to
identify the font and change it without knowing CSS.

--
HTH,

Kevin Spencer
Microsoft MVP
.Net Developer
What You Seek Is What You Get.

"Ronx" <ronx917@hotmail.com> wrote in message
news:%233fCfkmSFHA.3460@TK2MSFTNGP10.phx.gbl...
> Try www.w3schools.com and look through the CSS tutorial.
>
> --
> Ron Symonds
> Microsoft MVP (FrontPage)
> Reply only to group - emails will be deleted unread.
>
>
> "Anthony Smith" <anthony@peconet.com> wrote in message
> news:u14pkNmSFHA.3176@TK2MSFTNGP09.phx.gbl...
>> Yes you are correct, it appears to be CSS. Do you know of any webpages
>> that can educate me on using CSS to change the fonts within the menu?
>>
>> Thanks for your help!
>>
>> Anthony...
>>
>> "Kevin Spencer" <kevin@DIESPAMMERSDIEtakempis.com> wrote in message
>> news:%23NoR1ydSFHA.3184@TK2MSFTNGP09.phx.gbl...
>>> Hi Anthony,
>>>
>>> Unless you find some reference to the font in the script, it is likely
>>> that the font is determined by either the HTML (inline) or by CSS.
>>>
>>> --
>>> HTH,
>>>
>>> Kevin Spencer
>>> Microsoft MVP
>>> .Net Developer
>>> What You Seek Is What You Get.
>>>
>>> "Anthony Smith" <anthony@peconet.com> wrote in message
>>> news:%23R%23D3JdSFHA.1176@TK2MSFTNGP12.phx.gbl...
>>>> Good Afternoon,
>>>>
>>>> We had a programmer design our website, and now we can't find him. He
>>>> made a menu using what appears to be jscript because it has the .js
>>>> extension. He told us how we can Add items to the menu, but I'm
>>>> wondering if there is a way that I can change the FONT in the menu. Any
>>>> ideas?
>>>> Thanks!
>>>>
>>>> Sincerely,
>>>> Anthony Smith
>>>>
>>>> In God We Trust!
>>>>
>>>>
>>>
>>>
>>
>>
>
>



Re: Change font in menu jscript by Anthony

Anthony
Tue Apr 26 10:42:33 CDT 2005

Ok thanks guys, have a blessed day!


"Kevin Spencer" <kevin@DIESPAMMERSDIEtakempis.com> wrote in message
news:eiPKITnSFHA.2384@tk2msftngp13.phx.gbl...
> In addition, take a look at your style sheet. You should easily be able to
> identify the font and change it without knowing CSS.
>
> --
> HTH,
>
> Kevin Spencer
> Microsoft MVP
> .Net Developer
> What You Seek Is What You Get.
>
> "Ronx" <ronx917@hotmail.com> wrote in message
> news:%233fCfkmSFHA.3460@TK2MSFTNGP10.phx.gbl...
>> Try www.w3schools.com and look through the CSS tutorial.
>>
>> --
>> Ron Symonds
>> Microsoft MVP (FrontPage)
>> Reply only to group - emails will be deleted unread.
>>
>>
>> "Anthony Smith" <anthony@peconet.com> wrote in message
>> news:u14pkNmSFHA.3176@TK2MSFTNGP09.phx.gbl...
>>> Yes you are correct, it appears to be CSS. Do you know of any webpages
>>> that can educate me on using CSS to change the fonts within the menu?
>>>
>>> Thanks for your help!
>>>
>>> Anthony...
>>>
>>> "Kevin Spencer" <kevin@DIESPAMMERSDIEtakempis.com> wrote in message
>>> news:%23NoR1ydSFHA.3184@TK2MSFTNGP09.phx.gbl...
>>>> Hi Anthony,
>>>>
>>>> Unless you find some reference to the font in the script, it is likely
>>>> that the font is determined by either the HTML (inline) or by CSS.
>>>>
>>>> --
>>>> HTH,
>>>>
>>>> Kevin Spencer
>>>> Microsoft MVP
>>>> .Net Developer
>>>> What You Seek Is What You Get.
>>>>
>>>> "Anthony Smith" <anthony@peconet.com> wrote in message
>>>> news:%23R%23D3JdSFHA.1176@TK2MSFTNGP12.phx.gbl...
>>>>> Good Afternoon,
>>>>>
>>>>> We had a programmer design our website, and now we can't find him. He
>>>>> made a menu using what appears to be jscript because it has the .js
>>>>> extension. He told us how we can Add items to the menu, but I'm
>>>>> wondering if there is a way that I can change the FONT in the menu.
>>>>> Any ideas?
>>>>> Thanks!
>>>>>
>>>>> Sincerely,
>>>>> Anthony Smith
>>>>>
>>>>> In God We Trust!
>>>>>
>>>>>
>>>>
>>>>
>>>
>>>
>>
>>
>
>