ronnmachio
03-29-2006, 06:37 PM
hey guys am a newbie here and to design so I hope you dont hold that aganist me when I ask stupid questions. I tried to get this script to work with what I have but no luck please tell me what am doing wrong, am used yahoo sitebuilder which is a WYSIWYG to create the nav bars the code looks like this for them.
name=nav1.nav
assetID=%NavbarAsset:/navigation_bars/nav1.nav
$--><!--$begin exclude$--><table border="0" cellspacing="0" cellpadding="0"><tr><td><a href="index.html" onMouseOver="document.images['i0'].src='sitebuilder/images/nav1-0-mouseOver-03618.png'" onMouseOut="document.images['i0'].src='sitebuilder/images/nav1-0-active-03528.png'"><img name="i0" src="sitebuilder/images/nav1-0-active-03528.png" width="100" height="27" border="0" alt=""/></a></td><td><a href="investment.html" onMouseOver="document.images['i1'].src='sitebuilder/images/nav1-1-mouseOver-03808.png'" onMouseOut="document.images['i1'].src='sitebuilder/images/nav1-1-inactive-03688.png'"><img name="i1" src="sitebuilder/images/nav1-1-inactive-03688.png" border="0" width="100" height="27" alt=""/></a></td><tr></table><!--$end exclude$--></td>
and
name=nav2.nav
assetID=%NavbarAsset:/navigation_bars/nav2.nav
$--><!--$begin exclude$--><table border="0" cellspacing="0" cellpadding="0"><tr><td><a href="Mywarning.html" onMouseOver="document.images['i2'].src='sitebuilder/images/nav2-0-mouseOver-12158.png'" onMouseOut="document.images['i2'].src='sitebuilder/images/nav2-0-inactive-12048.png'"><img name="i2" src="sitebuilder/images/nav2-0-inactive-12048.png" border="0" width="100" height="27" alt=""/></a></td></tr><tr><td><a href="Novelty.html" onMouseOver="document.images['i3'].src='sitebuilder/images/nav2-1-mouseOver-12308.png'" onMouseOut="document.images['i3'].src='sitebuilder/images/nav2-1-inactive-12208.png'"><img name="i3" src="sitebuilder/images/nav2-1-inactive-12208.png" border="0" width="100" height="27" alt=""/></a></td></tr></table><!--$end exclude$--></td>
for the second. all am trying to do is make the second nav bar appear on mouseover on the home button and customizing it has really been a challeng fo me, I know basic html and can follow just about any other js or css.
thanks a bunch. anyway the site with the two nav bars is
http://www.ea-warning.com.
I would appreciate any suggestions all, I really need is a sigle drop down menu that appears on mouseover thanks.
p/s: if there is a simpler script please lemme know too
name=nav1.nav
assetID=%NavbarAsset:/navigation_bars/nav1.nav
$--><!--$begin exclude$--><table border="0" cellspacing="0" cellpadding="0"><tr><td><a href="index.html" onMouseOver="document.images['i0'].src='sitebuilder/images/nav1-0-mouseOver-03618.png'" onMouseOut="document.images['i0'].src='sitebuilder/images/nav1-0-active-03528.png'"><img name="i0" src="sitebuilder/images/nav1-0-active-03528.png" width="100" height="27" border="0" alt=""/></a></td><td><a href="investment.html" onMouseOver="document.images['i1'].src='sitebuilder/images/nav1-1-mouseOver-03808.png'" onMouseOut="document.images['i1'].src='sitebuilder/images/nav1-1-inactive-03688.png'"><img name="i1" src="sitebuilder/images/nav1-1-inactive-03688.png" border="0" width="100" height="27" alt=""/></a></td><tr></table><!--$end exclude$--></td>
and
name=nav2.nav
assetID=%NavbarAsset:/navigation_bars/nav2.nav
$--><!--$begin exclude$--><table border="0" cellspacing="0" cellpadding="0"><tr><td><a href="Mywarning.html" onMouseOver="document.images['i2'].src='sitebuilder/images/nav2-0-mouseOver-12158.png'" onMouseOut="document.images['i2'].src='sitebuilder/images/nav2-0-inactive-12048.png'"><img name="i2" src="sitebuilder/images/nav2-0-inactive-12048.png" border="0" width="100" height="27" alt=""/></a></td></tr><tr><td><a href="Novelty.html" onMouseOver="document.images['i3'].src='sitebuilder/images/nav2-1-mouseOver-12308.png'" onMouseOut="document.images['i3'].src='sitebuilder/images/nav2-1-inactive-12208.png'"><img name="i3" src="sitebuilder/images/nav2-1-inactive-12208.png" border="0" width="100" height="27" alt=""/></a></td></tr></table><!--$end exclude$--></td>
for the second. all am trying to do is make the second nav bar appear on mouseover on the home button and customizing it has really been a challeng fo me, I know basic html and can follow just about any other js or css.
thanks a bunch. anyway the site with the two nav bars is
http://www.ea-warning.com.
I would appreciate any suggestions all, I really need is a sigle drop down menu that appears on mouseover thanks.
p/s: if there is a simpler script please lemme know too