PDA

View Full Version : Help with photo displayer


billvasko
11-20-2009, 01:46 AM
What do I need to do to make this photo displayer functional?

This is what I have:

http://www.webmaxxter.com/samples.htm

Here is the code:

<body>

<div id="content">

<div class="left">
<img src="images/top.gif" alt="" width="314" height="3" />
<img src="images/big.jpg" alt="" width="308" height="433" class="big" />
<img src="images/middle.gif" alt="" width="314" height="9" />
<div class="many">

<a href="#"><img src="images/leftar.gif" alt="" width="11" height="70" /></a>
<a href="#"><img src="images/many1.jpg" alt="" width="70" height="70" /></a>
<a href="#"><img src="images/many2.jpg" alt="" width="70" height="70" /></a>
<a href="#"><img src="images/many3.jpg" alt="" width="70" height="70" /></a>
<a href="#"><img src="images/many4.jpg" alt="" width="70" height="70" /></a>
<a href="#"><img src="images/rightar.gif" alt="" width="10" height="70" /></a>
</div>
<img src="images/bot.gif" alt="" width="314" height="3" />
</div>


</div>

</body>

mlseim
11-20-2009, 02:48 AM
You need to either use some kind of JQuery script, or Flash ...
to animate and control the sliding thing. Use Google to search
for "jquery image slide show".

And it even goes further than that ...
You could use PHP/MySQL to control a database that manages all
of your photos, with an admin section to upload, move, edit, delete, etc.
The PHP script would dynamically display the galleries as needed, and
use the jquery scripting for the interaction part.

You might want to hire a programmer if you're not sure what I'm talking about.