Support Spidean |
Do you like our FREE downloads? How about the FREE support for the FREE downloads? Please help us out and donate any amount! It's fast and easy through PayPal.
|
SILVERjl
Newbie   Posts: 1 Registered: 11/10/2008 Status: Offline
|
posted on 11/30/2008 at 07:48 AM |
Hey all, Im running AT 1.77 and PHP-NUKE.
I just created a new theme following the tutorial, and everything standard
is working fine. I am trying to add a roll-over navigation bar however,
and my images are appearing broken. I used dreamweaver to generate the
code for this nav. bar. Are there issues with using java script in the
theme.html? Heres the code.
quote:
<body bgcolor="#ffffff"
onLoad="MM_preloadImages('images/inactive_home.jpg','images/inactive_news.j
pg','images/inactive_about.jpg','images/inactive_db.jpg','images/inactive_c
ity.jpg','images/inactive_account.jpg')">
<!-- Header Begins !-->
<table border="0" cellpadding="0" cellspacing="0" >
<tr>
<td><a href="http:web-templates.webvida.com"><img
name="Logoslice" src="themes/Spidean/images/Logoslice.png" width="290"
height="139" border="0" alt=""></a>
</td>
<td >
</td>
</tr>
</table></td>
</tr>
<!-- Navigation Begins !-->
<tr>
<td><table border="0" cellpadding="0" cellspacing="0" >
<tr>
<td><img name="navleft"
src="themes/Spidean/images/navleft.png" width="100%" height="32" border="0"
alt=""></td>
<td >
<a href="http://www.mmocity.com/jedi/index.php"
onMouseOut="MM_swapImgRestore()"
onMouseOver="MM_swapImage('Home','','images/inactive_home.jpg',1)"><i
mg src="images_home.jpg" name="Home" width="76" height="30"
border="0"></a>
<a href="www.mmocity.com" onMouseOut="MM_swapImgRestore()"
onMouseOver="MM_swapImage('AboutUs','','images/inactive_about.jpg',1)">&
lt;img src="images_about.jpg" name="AboutUs" width="89" height="30"
border="0"></a>
<a href="http://www.mmocity.com/jedi/modules.php?name=News"
onMouseOut="MM_swapImgRestore()"
onMouseOver="MM_swapImage('News','','images/inactive_news.jpg',1)"><i
mg src="images_news.jpg" name="News" width="71" height="30"
border="0"></a>
<a href="www.mmocity.com" onMouseOut="MM_swapImgRestore()"
onMouseOver="MM_swapImage('Database','','images/inactive_db.jpg',1)"><
;img src="images_db.jpg" name="Database" width="90" height="30"
border="0"></a>
<a href="www.mmocity.com" onMouseOut="MM_swapImgRestore()"
onMouseOver="MM_swapImage('TheCity','','images/inactive_city.jpg',1)">&l
t;img src="images_city.jpg" name="Image8" width="89" height="30"
border="0"></a>
<a
href="http://www.mmocity.com/jedi/modules.php?name=Your_Account"
onMouseOut="MM_swapImgRestore()"
onMouseOver="MM_swapImage('YourAccount','','images/inactive_account.jpg',1)
"><img src="images_account.jpg" name="YourAccount" width="115"
height="30" border="0"></a></td>
<td><img name="navright"
src="themes/Spidean/images/navright.png" width="100%" height="32"
border="0" alt=""></td>
</tr>
</table>
<!-- Navigation Ends !-->
<!-- Header Ends !-->
Let me know what you think!
Thanks!
~Silv
[Edited on 30/11/2008 by SILVERjl] |
| |
| |
Mars
Moderator   Posts: 349 Registered: 3/11/2003 Status: Offline
|
posted on 11/30/2008 at 04:01 PM |
Replace all instances of images/ with { image-path }
Remove the spaces to make it work. ____________________ PostNuke Themes
PHPNuke Themes
AutoThemes
Your #1 source for FREE and custom AutoThemes! |
| |
|
|
|
|