navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
FrontPage Alternative
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Free FrontPage Templates

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

 

Thumbnail -> grow in place??

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Design >> Web Graphics >> Thumbnail -> grow in place??
Page: [1]
 
mdwyer

 

Posts: 34
Joined: 1/26/2002
From: Leesburg va USA
Status: offline

 
Thumbnail -> grow in place?? - 1/31/2002 21:16:59   
Is there a simple way to have a thumbnail link to a larger size photo in the same 'place'? In other words, instead of just linking to a blank page with a larger photo, have the thumbnail pop out to the larger size in the same location?

I realize there are some page designs where this would be a mess, but for a simple design, it might be nice. Then, I could have several thumbnails that you could enlarge without having to hit the back key to get back to the page.

Matt Dwyer

garry

 

Posts: 858
From: Northern Territory Outback Australia
Status: offline

 
RE: Thumbnail -> grow in place?? - 1/31/2002 21:49:34   
Hi Matt

You are after a pop up window !! that will be sized to your image.
At this stage you will need to have your photos placed on seperate pages, with that page having its sizes set.

Try this link
http://www.echoecho.com/toolpopupgenerator.htm
for a pop up maker from a link.

Not too sure if this is affected by POPUP Killers.


Cheers from the Outback
Get your didgeridoos from http://www.didj-territory.com.au

(in reply to mdwyer)
imouthere

 

Posts: 401
Joined: 1/23/2002
From: Greenville NC USA
Status: offline

 
RE: Thumbnail -> grow in place?? - 2/1/2002 10:58:02   
FYI
quote:
Try this link
http://www.echoecho.com/toolpopupgenerator.htm
for a pop up maker from a link.

Not too sure if this is affected by POPUP Killers.



I occasionaly use PopNot while downloading music and um other material to keep from being bombarded with ads. It will not allow the above popup links to open.


"ut oh ... that's what that's for!"

(in reply to mdwyer)
godshall2

 

Posts: 370
From: Telford PA USA
Status: offline

 
RE: Thumbnail -> grow in place?? - 2/2/2002 15:04:20   
www.dynamicdrive.com has a cool script that would accomplish this without using a popup...
http://www.dynamicdrive.com/dynamicindex4/thumbnail.htm

Well, at least I thought it was cool:)

Troy | www.aplustemplates.com

 

(in reply to mdwyer)
Go Joe

 

Posts: 9
Joined: 2/7/2002
From:
Status: offline

 
RE: Thumbnail -> grow in place?? - 2/7/2002 3:08:31   
There is an easy way it is called ZOOM
Put this in the head of your document

<!-- script for New Zoom Images ----------->
<SCRIPT language="JavaScript">
function Zoom(imgName,imgWidth,imgHeight) {

var count = 0;

zoomWindow = window.open('', 'zoomWin', 'width='+imgWidth+',height='+imgHeight+'top=0,left=0,toolbar=0,menubar=0,location=0,scrollbars=0')

zoomWindow.document.write("<html><head><title>Please Wait...<\/title><\/head><body background='popupbacking.gif' leftmargin=0 topmargin=0 marginwidth=0 marginheight=0 text='",imgWidth,imgHeight,"' onBlur='close();'><center><a href='#' onClick =javascript:window.close()><img src='",imgName,"' alt='Click to Close' border='0'><\/a><\/center><\/body><\/html>")
zoomWindow.focus()
zoomWindow.window.resizeTo(imgWidth+8, imgHeight+29);
zoomWindow.document.title = "Name your title here"
}

</SCRIPT>
<!-- END script for New Zoom Images ----------->

Then put this in place of your hyper link
with NO http:// in front of it.
javascript:Zoom('name and location of file.jpg',350,220)
Then what ever the graphic size is put that where the 350 width and 220 height numbers are.


(in reply to mdwyer)
Page:   [1]

All Forums >> Web Design >> Web Graphics >> Thumbnail -> grow in place??
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts