Beauty In Design Community
Welcome, Guest
Please Login or Register.
Lost Password?
Sliding Image Menu (1 viewing)
_GEN_GOTOBOTTOM Post Reply

TOPIC: Sliding Image Menu

#102
OPC Joomler (User)
Fresh Boarder
Posts: 3
graphgraph
Sliding Image Menu 2007/05/10 07:48  
In your "Increasing User Experience With Javascript" tutorial you are showing how to create a sliding image menu that can change content on the same page using Ajax. I am not too familiar with JavaScript so I was wondering if you could post a solution how to link such images to other pages instead of just changing content on one page.

Thanks
OPC Joomler
  The administrator has disabled public write access.
#104
Rick (Admin)
Admin
Posts: 48
graph
Re:Sliding Image Menu 2007/05/10 17:13  
Follow the lesson up until the part about inserting the ajax code in the link. All you have to do is add the link to the image (href="YourLinkHere").
The Attractive Media Experience,
beautyindesign.com
  The administrator has disabled public write access.
#111
OPC Joomler (User)
Fresh Boarder
Posts: 3
graphgraph
Re:Sliding Image Menu 2007/05/16 02:44  
I am sorry but I am still having problems to make it work. Can you please post here a sample code how to make it a link? I also have another question: is it possible to set one of the slides (first) to be expanded?

Thanks
  The administrator has disabled public write access.
#112
Rick (Admin)
Admin
Posts: 48
graph
Re:Sliding Image Menu 2007/05/16 08:45  
@OPC

For a reference, check out the original source it should have the rest of the answers for you (as well as updates to the script itself).
The Attractive Media Experience,
beautyindesign.com
  The administrator has disabled public write access.
#115
OPC Joomler (User)
Fresh Boarder
Posts: 3
graphgraph
Re:Sliding Image Menu 2007/05/16 20:16  
Unfortunately this is beyond my capabilities. I would really use some help and sample code to do it (or even a Quick Clip tutorial) would be very beneficial. If you are not able to do it as a part of our subscription, some additional gratification is also possible.

Thanks
  The administrator has disabled public write access.
#116
Rick (Admin)
Admin
Posts: 48
graph
Re:Sliding Image Menu 2007/05/18 16:47  
Try this (though this isn't my favorite solution...it works):

HTML
Code:

<li class="kwick opt1" onclick="go('YourPageHere.html');"><span>Picture</span></li>




Javascript below:
Code:

<script language="Javascript"> function go (uri){ location.href=uri; return false; } </script>

The Attractive Media Experience,
beautyindesign.com
  The administrator has disabled public write access.
_GEN_GOTOTOP Post Reply
© Copyright 2007 Best of Joomla, Powered by FireBoardget the latest posts directly to your desktop
Contact Information