Help with javascript
-
Hi! i’m having problems adding a javascript file in my wordpress theme for my blog. I’m using three javascript files; two for “nifty cube”(rounded corners) and one for the navbar menu but nothing seems to happen.This is my html:
`<?php wp_get_archives(‘type=monthly&format=link’); ?>
<?php //comments_popup_script(); // off by default ?>
<?php wp_head(); ?><script type=”text/javascript” src=”niftycube.js”></script>
<script type=”text/javascript” src=”niftysk.js”></script>
</head>
<body>
<div id=”logo”>
</div>
<div id=”envoltura”>
<div id=”menu”>
<script type=”text/javascript” src=”menu_.js”>
</script>`Please, help me. Any reply will be appreciated.
thanks
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Help with javascript’ is closed to new replies.