Page 1 of 1

suggestions on a website

Posted: Mon Jan 13, 2003 12:59 am
by honz
first site here so be gentle on the code-talk :p <a href="http://www.geocities.com/imperialsheltie" target=_blank> Site </a>
My main question is on the pic page. what i would like to do, is when u click on a pic, instead of opening another page with the pic enlarged, do one of two things:

1. show the enlarged pic off to the side, in a box or table. each different pic u clicked would change the pic in the 'box'

2. when a mouseover occured, make the said pic, bigger.

not sure if the 2nd is possible, or how hard it is. i've seen the first one done, but couldn't pic out what exactly i would need looking at the sites source.
also, if ya have any other suggestions, would be great.

Posted: Mon Jan 13, 2003 1:20 am
by Absolut Talent
i know for #2.....you could make it so when you mouseover, the pic will changed to another pic. that can be done in html.

for #1, you could do it in html also. But you would have to set it up with frames i beleive

I havnt done anything with html in a LONG time, so my skills are a little rusty as to what you would need to do


http://builder.cnet.com/webbuilding/0-7 ... .nose.3880

Posted: Mon Jan 13, 2003 9:28 pm
by honz
alright i'll try it. i at least have somewhat of a clue about html compared to the others, lol.

Posted: Mon Jan 13, 2003 9:54 pm
by NascarFool
Your linky is brokie, I fixy. :D SITE

Posted: Wed Jan 15, 2003 1:46 pm
by honz
OMG, hahaha. thx nascar. now i have proof of my scripting genius!!!! :S

alright, heres the code. and its still fugged up. what'd i do wrong?

<a href="http://www.geocities.com/imperialsheltie" target=_blank> Site </a>

Posted: Wed Jan 15, 2003 3:36 pm
by Busby
Add the [url]http://[/url]

#1: Showing the pic in a box or table can be done using onClick events and have a transparent image loaded by default and a script that changes the image when you click on the thumbnail.

#2: This is possible but it may be easier to have a link to a page or just the image file itself.

Posted: Wed Jan 15, 2003 3:44 pm
by blade
The reason the first link is broken and the last one is when linking you must include [url]http://[/url] before the www. Not including that code will make the link start with the site being linking from. ;)

Nice doggies. :)

Posted: Wed Jan 15, 2003 5:00 pm
by Sean
the onclick stuff is actually javascript. :) Both of the things you want can be done, just search around. I've never done em, so I can't help ya there. :)

Posted: Wed Jan 15, 2003 8:09 pm
by honz
never new about the http, mebbe thats why my links never work, lol. thx guyz.

alright, sounds like the first would be much easier, i'll take a stab at it.