fullmoon2
Technical User
- Aug 14, 2005
- 20
I'm trying to replace an ordinary font in my dropdownlist menu, with another none standard font with FontJazz.
But I have some problems to make it work..
The dropdownlist menu is in a Template in Dreamweaver.
I've tried the example:
in an ordinary index.html in <h1></h1>.
It works perfect, but when I try to use it in my template in:
<ul>
<li><a href="#"><h4>Contact</h4></a></li>
</ul>
and change h1 in the example to h4
<script type="text/javascript">
FontJazz.apply("h4", "font");
</script>
it doesn't help at all. I put the <script type="...FontJazz.apply..</script> inside the <ul></ul>.
The <script> tags in <head> are pointing to where I placed the "fontjazz.js" (src="../js/fontjazz.js" in the folder "js") and my generated "font.js"(src="../js/fonts.js") file.
Please ask if you need further explanation.
THANKS FOR ANY HELP!
...or if you think another font-generator would be better.
But I have some problems to make it work..
The dropdownlist menu is in a Template in Dreamweaver.
I've tried the example:
in an ordinary index.html in <h1></h1>.
It works perfect, but when I try to use it in my template in:
<ul>
<li><a href="#"><h4>Contact</h4></a></li>
</ul>
and change h1 in the example to h4
<script type="text/javascript">
FontJazz.apply("h4", "font");
</script>
it doesn't help at all. I put the <script type="...FontJazz.apply..</script> inside the <ul></ul>.
The <script> tags in <head> are pointing to where I placed the "fontjazz.js" (src="../js/fontjazz.js" in the folder "js") and my generated "font.js"(src="../js/fonts.js") file.
Please ask if you need further explanation.
THANKS FOR ANY HELP!
...or if you think another font-generator would be better.