suggestions on a website

Discussions about anything Computer Hardware Related. Overclocking, underclocking and talk about the latest or even the oldest technology. PCA Reviews feedback
Post Reply
User avatar
honz
Golden Member
Posts: 623
Joined: Fri Jan 25, 2002 1:52 pm
Location: Nebraska
Contact:

suggestions on a website

Post 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.
<img src=http://www.liquidninjas.net/dc/ln_dc_sig.php?xuser=honz&xteam=78>

Must st ay a wa k e zzzzzzzzzzzzzzzzzzz......
Absolut Talent
Almighty Member
Posts: 2868
Joined: Mon Jan 07, 2002 12:30 pm

Post 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
Gone for good. But never say never
User avatar
honz
Golden Member
Posts: 623
Joined: Fri Jan 25, 2002 1:52 pm
Location: Nebraska
Contact:

Post by honz »

alright i'll try it. i at least have somewhat of a clue about html compared to the others, lol.
<img src=http://www.liquidninjas.net/dc/ln_dc_sig.php?xuser=honz&xteam=78>

Must st ay a wa k e zzzzzzzzzzzzzzzzzzz......
NascarFool
Posts: 3263
Joined: Thu Nov 23, 2000 1:21 pm

Post by NascarFool »

Your linky is brokie, I fixy. :D SITE
User avatar
honz
Golden Member
Posts: 623
Joined: Fri Jan 25, 2002 1:52 pm
Location: Nebraska
Contact:

Post 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>
<img src=http://www.liquidninjas.net/dc/ln_dc_sig.php?xuser=honz&xteam=78>

Must st ay a wa k e zzzzzzzzzzzzzzzzzzz......
User avatar
Busby
Golden Member
Posts: 1890
Joined: Tue Nov 28, 2000 6:25 pm
Location: Atlanta Area, GA, USA
Contact:

Post 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.
<a href="mailto:busby1218@charter.net">
<img src="http://justinbusby.com:8080/signature.gif" border="0"></a>
blade
Posts: 9113
Joined: Wed Nov 22, 2000 1:56 am
Location: LV-426
Contact:

Post 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. :)
[align=center]<img src="http://www.statgfx.com/statgfx/folding/?&username=blade&border=0,0,64&custom=21,138,255&label=79,79,255&header=149,202,255&stats=0,255,255&bgcolor=0,0,181&trans=no&template=fah_original&.jpg" alt="www.Statgfx.com" />
<img src="http://www.pcabusers.org/funnies/monkey2.gif">
<i><small>"Too much monkee business"</i></small>[/align]
Sean
Posts: 2360
Joined: Wed Jul 25, 2001 7:33 pm
Location: Rapid City, SD
Contact:

Post 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. :)
- Sean
User avatar
honz
Golden Member
Posts: 623
Joined: Fri Jan 25, 2002 1:52 pm
Location: Nebraska
Contact:

Post 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.
<img src=http://www.liquidninjas.net/dc/ln_dc_sig.php?xuser=honz&xteam=78>

Must st ay a wa k e zzzzzzzzzzzzzzzzzzz......
Post Reply