Go Back   Ultimate Web Site Drop Down Menu Forum > UDM4 > Troubleshooting
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Unread 01-28-2009, 08:33 PM
p9142 p9142 is offline
Junior Member
Join Date: Jan 2009
Posts: 10
  #1  
Default Unable to see the menu indicator character/image

Can someone please explain to me why I can see the menu indicator image for this page: http://www.wiu.edu/users/ppc102/menu1/ but not for this page http://www.wiu.edu/users/ppc102/menu1/baseball/

My un.items portion of udm-custom.js script looks like this:

Code:
	"right-green.gif",// menu indicator character/image ["text"|"image.gif"|"none"]
	"right-red.gif",// menu indicator rollover character/image ["text"|"image.gif"|"none"] (must be same type)
	"7",		// clipping width of indicator image ["n" pixels] (only when using image arrows)
	"..",		// alt text of indicator image ["text"] (only when using image arrows)
	];
The first page has this code to reference the menus:
Code:
<!-- http://www.udm4.com/ -->
<script type="text/javascript"
	src="udm-resources/udm-custom.js"></script>
<script type="text/javascript"
	src="udm-resources/udm-control.js"></script>
<script type="text/javascript"
	src="udm-resources/udm-style.js"></script>
</head>
while the second page has this:
Code:
<!-- http://www.udm4.com/ -->
<script type="text/javascript"
	src="../udm-resources/udm-custom.js"></script>
<script type="text/javascript"
	src="../udm-resources/udm-control.js"></script>
<script type="text/javascript"
	src="../udm-resources/udm-style.js"></script>
</head>
Why would the ../ make the images go away while the script keeps working?
Reply With Quote
 


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT. The time now is 12:09 PM.


Powered by vBulletin® Version 3.0.1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.