John Michael Kinsella
02-06-2008, 12:43 PM
Dynamic-FX Slide-In Menu (v 6.5)
http://www.dynamicdrive.com/dynamicindex1/davidmenu.htm
ok, essentially the problem here should be easy to solve i'm sure. but for some reason, despite my best efforts though it isnt working.
so, the code (below) works, i get the slide bar, i can edit the text etc.
barText="DETAILS"; // <IMG> tag supported. Put exact html for an image to show.
however; it says i can add an image. so , i created an image and put in the link. (below.)
barText="<img src="images/details.gif" />"; // <IMG> tag supported. Put exact html for an image to show.
... the image does not show in place of the text. i cant figure out why...
i thought that maybe the img src should be relative to the script, not the page, tried copying the image folder there... that didnt work either..
my only other guess was that it was related to the face that it was on my computer and didnt have a full "http://" link.. but that shouldnt be a problem right?
any help would be greatly appreciated
cheers
John
http://www.dynamicdrive.com/dynamicindex1/davidmenu.htm
ok, essentially the problem here should be easy to solve i'm sure. but for some reason, despite my best efforts though it isnt working.
so, the code (below) works, i get the slide bar, i can edit the text etc.
barText="DETAILS"; // <IMG> tag supported. Put exact html for an image to show.
however; it says i can add an image. so , i created an image and put in the link. (below.)
barText="<img src="images/details.gif" />"; // <IMG> tag supported. Put exact html for an image to show.
... the image does not show in place of the text. i cant figure out why...
i thought that maybe the img src should be relative to the script, not the page, tried copying the image folder there... that didnt work either..
my only other guess was that it was related to the face that it was on my computer and didnt have a full "http://" link.. but that shouldnt be a problem right?
any help would be greatly appreciated
cheers
John