Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Navbar images

Status
Not open for further replies.

wshively

Technical User
Joined
Apr 23, 2002
Messages
2
Location
US
Hi all...

I have created a navbar and when I open the local site and switch from page to page the image comes up with an X. When I open the home page (or any page for that matter) the images show up fine it's when I use the navbar to link to the next page that the images get jacked up. Any suggestions? It's probably pretty simple, but then again, so am I =0)

Thanks!

W-
 
A link to it would be good.

If you feel like it or else post your code or something.

Trying to help ;-) Have Fun...

Sharky99 >(::O>
 
Are the linked pages in sub directories? That will cause the images to not load. When in doubt, deny all terms and defnitions.
 
Here is the code for the navbar. Hope this helps.

<table border=&quot;1&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; bgcolor=&quot;#000000&quot; bordercolor=&quot;#000000&quot;>
<tr>
<td height=&quot;46&quot;><a href=&quot; onClick=&quot;MM_nbGroup('down','group1','Peterson_Power_Home','/Peterson_Power_Home_Down.gif',1)&quot; onMouseOver=&quot;MM_nbGroup('over','Peterson_Power_Home','/Peterson_Power_Home_Over.gif','',1)&quot; onMouseOut=&quot;MM_nbGroup('out')&quot;><img name=&quot;Peterson_Power_Home&quot; src=&quot;/Peterson_Power_Home_Up.gif&quot; border=&quot;0&quot; onLoad=&quot;&quot; width=&quot;111&quot; height=&quot;44&quot;></a></td>
<td><a href=&quot;/XQ5200_Home_Page.htm&quot; onClick=&quot;MM_nbGroup('down','group1','XQ5200_Home_Page','/Home_Down.gif',1)&quot; onMouseOver=&quot;MM_nbGroup('over','XQ5200_Home_Page','/Home_Over.gif','',1)&quot; onMouseOut=&quot;MM_nbGroup('out')&quot;><img name=&quot;XQ5200_Home_Page&quot; src=&quot;/Home_Up.gif&quot; border=&quot;0&quot; onLoad=&quot;&quot; width=&quot;100&quot; height=&quot;44&quot;></a></td>
<td><a href=&quot;/XQ5200_Techinical_Data.htm&quot; onClick=&quot;MM_nbGroup('down','group1','XQ5200_Technical_Data','/Technical_Data_Down.gif',1)&quot; onMouseOver=&quot;MM_nbGroup('over','XQ5200_Technical_Data','/Technical_Data_Over.gif','',1)&quot; onMouseOut=&quot;MM_nbGroup('out')&quot;><img name=&quot;XQ5200_Technical_Data&quot; src=&quot;/Technical_Data_Up.gif&quot; border=&quot;0&quot; onLoad=&quot;&quot; width=&quot;123&quot; height=&quot;44&quot;></a></td>
<td><a href=&quot;/Brochures_and_Datasheets.htm&quot; onClick=&quot;MM_nbGroup('down','group1','Brochures_and_Datasheets','/Brochures_and_Datasheets_Down.gif',1)&quot; onMouseOver=&quot;MM_nbGroup('over','Brochures_and_Datasheets','/Brochures_and_Datasheets_Over.gif','',1)&quot; onMouseOut=&quot;MM_nbGroup('out')&quot;><img name=&quot;Brochures_and_Datasheets&quot; src=&quot;/Brochures_and_Datasheets_Up.gif&quot; border=&quot;0&quot; onLoad=&quot;&quot; width=&quot;111&quot; height=&quot;44&quot;></a></td>
<td><a href=&quot;/Markets_We_Power.htm&quot; onClick=&quot;MM_nbGroup('down','group1','Markets_We_Power','/Markets_We_Power_Down.gif',1)&quot; onMouseOver=&quot;MM_nbGroup('over','Markets_We_Power','/Markets_We_Power_Over.gif','',1)&quot; onMouseOut=&quot;MM_nbGroup('out')&quot;><img name=&quot;Markets_We_Power&quot; src=&quot;/Markets_We_Power_Up.gif&quot; border=&quot;0&quot; onLoad=&quot;&quot; width=&quot;111&quot; height=&quot;44&quot;></a></td>
<td><a href=&quot;/Related_Links.htm&quot; onClick=&quot;MM_nbGroup('down','group1','Related_Links','/Related_Links_Down.gif',1)&quot; onMouseOver=&quot;MM_nbGroup('over','Related_Links','/Related_Links_Over.gif','',1)&quot; onMouseOut=&quot;MM_nbGroup('out')&quot;><img name=&quot;Related_Links&quot; src=&quot;/Related_Links_Up.gif&quot; border=&quot;0&quot; onLoad=&quot;&quot; width=&quot;107&quot; height=&quot;44&quot;></a></td>
<td width=&quot;101&quot; valign=&quot;top&quot;><a href=&quot;/Contact_Us.htm&quot; onClick=&quot;MM_nbGroup('down','group1','Contact_Us','/Contact_Us_Over.gif',1)&quot; onMouseOver=&quot;MM_nbGroup('over','Contact_Us','/Contact_Us_Over.gif','',1)&quot; onMouseOut=&quot;MM_nbGroup('out')&quot;><img name=&quot;Contact_Us&quot; src=&quot;/Contact_Us_Over.gif&quot; border=&quot;0&quot; onLoad=&quot;&quot;></a></td>
</tr>
</table>

Thanks again,

The Rookie
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top