Jump to content

Transparent Frame, Slider, etc....


in2tech

Recommended Posts

I am working on converting a template to a phpVMS skin. What I thought was a slider for images turns out to be something I have not come across. Here is a screenshot of the area in question, and the code is below:

Screenshot:

http://screencast.com/t/ce1i3VFnf

And here is the code, that has me totally confused. As you can see the Piper Cub is a static image for slot 1, I am trying to figure out how to change the image when you press the different numbers 1-6. If I put a image path in it opens in a new tab instead of the image area. I am confused to say the least.

<!-- Main -->

<div id="main">

<!-- Top Image -->

<ul class="navigate">

<li class="active"><a href="#">1</a></li>

<li><a href="#">2</a></li>

<li><a href="#">3</a></li>

<li><a href="#">4</a></li>

<li><a href="#">5</a></li>

<li><a href="#">6</a></li>

</ul>

<div class="transparent-frame">

<div class="frame"> </div>

<img src="/lib/skins/runway/css/images/cub.png" alt="" /> </div>

<div class="cl"> </div>

<!-- End Top Image -->

Link to comment
Share on other sites

Is that the code they supplied in the demo?

Yes, and when you clicked on number's 2-6 on the demo it took you to the template site. So you think it is meant to be external links only, or something like an internal page link, say like an about page or something? Seems odd and there is no more code like a slider would have, that is it.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...