looking for a gallery script like this:
http://www.fergusnoone.com/wedding-gallery.php
I was going to recreate it using IFRAMES, but it wont work how i want. Just wondering how i go about making it a rollover effect really.
- mike
looking for a gallery script like this:
http://www.fergusnoone.com/wedding-gallery.php
I was going to recreate it using IFRAMES, but it wont work how i want. Just wondering how i go about making it a rollover effect really.
- mike
-----------------------------------
-----------------------------------
http://www.DistrasDesigns.com
-----------------------------------
-----------------------------------
Do you want the same like that?
Not hard to make![]()
Last edited by nightscream; 10-26-2007 at 05:57 PM.
------------------------------------------------------------------------------------------
If you have any troubles with a website or a script, just send me a pm.
I also code websites in xHTML/css, can code javascript and php too if needed
i know its probaly like... reeeaally simple to make but i dont have a clue how to do it! haha
Errrm either exactly the same, or click to make the image appear (instead of rollover)
- Mike
-----------------------------------
-----------------------------------
http://www.DistrasDesigns.com
-----------------------------------
-----------------------------------
By looking at the source of the page...it definitely is JavaScript.
For example:
I found some websites that explain how it is done:<img src="photos/wedding0Photo51THUMB.JPG" border='1' alt="" onMouseover="changeMainImage('photos/wedding0Photo51.JPG');"></td>
<SCRIPT language='Javascript'>
var Image51=new Image();
Image51.src='photos/wedding0Photo51.JPG';
</SCRIPT>
JavaScript OnMouseOver - http://www.javascripter.net/faq/onmouseo.htm
OnMouseOver image change effect - http://www.ecybers.com/webdesign/javascriptonmouse.htm
Background Image-Change from Link - http://www.codebelly.com/javascript/...gechange.html#
mouseover thumbnail changes same image full size elsewhere on same page?
- http://www.codingforums.com/showthread.php?t=31883
You might also want to take a long peek into the pages source code!![]()
Thats easy, just create a function in your head like:
make a div where you want your image to be displayed and set a default image the way you normaly would:function swapImg(imageUrl)
{
docement.getElementById('myBigPictureDiv').innerHT ML = '<img src="'+imageUrl+'" width="xx" height="yy" />';
}
then in the thumnail images set the extra attribute:<div id="myBigPictureDiv">
<img src="default.jpg" width="xx" height="yy" />
</div>
And your done!onMouseover="swapImg('myimg.jpg');"
Edit: somehow the innerHTML gets a space within HT and ML remove that ;)
Last edited by Thewinator; 10-27-2007 at 01:01 PM.
-----------------------------------
-----------------------------------
http://www.DistrasDesigns.com
-----------------------------------
-----------------------------------
Search for the lightbox effect script, its so much cooler![]()
Easiest 70 points you'll make on x10
Feel free to add my reputation by clicking on theif you found my post helpful to you :P
If I am not responding to your PMs, that means I am ignoring you. Take a hint.
09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0
I know its a lot cooler, but it isnt upto me, haha.
Its what my client wants
-----------------------------------
-----------------------------------
http://www.DistrasDesigns.com
-----------------------------------
-----------------------------------
hii
you just put the photos in the folder which i attacted. (open that attachment with winRAR -itis compressed) and upload it .
thats right you sholud go to index.php file
features:
slide show,
automatic thumbbnails,
roolover effect and fade effect.
its very nice ,i have designed it.bye
// www.naimonline.net.ms //