Iemand hier ervaring mee?
Voor de mensen die er meer over willen weten:
http://www.wmbeurs.nl/index.php?topic=96.0
Ik ben ermee bezig..alleen heb een probleempje..
Ik krijg een melding "cufon is not defined" en dan staat er "www()"
Het is gek want heb precies gedaan wat er in de tutorial staat.
Dit is mijn code om ze te koppelen:
Dit is mijn code in de index.php
En dit is de code in de css
Weet iemand wat ik fout doe? Geef ik het verkeerd aan soms bij cufon replace in mijn header.php "waar ik alles koppel, zoals mijn css, javascripts etc".
If someone can help me
thnx alot
!
Voor de mensen die er meer over willen weten:
http://www.wmbeurs.nl/index.php?topic=96.0
Ik ben ermee bezig..alleen heb een probleempje..
Ik krijg een melding "cufon is not defined" en dan staat er "www()"
Het is gek want heb precies gedaan wat er in de tutorial staat.
Dit is mijn code om ze te koppelen:
Code:
<script src="../scripts/jquery-1.3.2.min.js" type="text/javascript"></script>
<script src="../scripts/cufon.js" type="text/javascript"></script>
<script src="../scripts/Edo_SZ_400.font.js" type="text/javascript"></script>
<script type="text/javascript">
Cufon.replace('#welcome h2');
</script>
Dit is mijn code in de index.php
Code:
<div id="welcome">
<span class="welcome-text">
<h2>WELCOME</h2>
<p><strong>Welcome to the home of Harworth Hurricanes BMX Club,<br />
If you like crown green bowling and snooker then you're in the<br />
wrong place. If you like fast paced, exciting and thrilling sports and<br />
want to know more about a club involved in such a sport then stick<br />
around and browse our site.<br /><br /></strong>
Harworth Hurricanes BMX Club is based in South Yorkshire and we are lucky<br />
enough to have our own national quality BMX race track, a track that has<br />
produced several national and regional champions and countless race winners<br />
year on year.</p>
</span>
</div>
En dit is de code in de css
Code:
h2 {
font: 26px/26px Verdana, sans-serif;
font-weight: 14px;
color: #ff3434;
height: 20px;
}
Weet iemand wat ik fout doe? Geef ik het verkeerd aan soms bij cufon replace in mijn header.php "waar ik alles koppel, zoals mijn css, javascripts etc".
If someone can help me

