Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Old 01-30-2008, 03:17 PM How do i do this?
dave9713's Avatar
Ultra Talker

Posts: 264
Name: David
Location: London
Trades: 2
http://www.estatesandletsinvestments...vestments.html

If you go down to the pictures you will see when you click on them they open in a nice little window on page. How would i go about doing this for one of my pages?

Thanks for any help,

Dave
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

dave9713 is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 01-30-2008, 03:25 PM Re: How do i do this?
Super Spam Talker

Posts: 755
Name: Barry O' Brien
Location: Ireland
Trades: 0
Its done with ajax I dont know other than that sorry. Try a search for it on google
__________________

Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE
audiomad is offline
Reply With Quote
View Public Profile Visit audiomad's homepage!
 
Old 01-30-2008, 03:40 PM Re: How do i do this?
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
That site is using GreyBox: http://www.orangoo.com/labs/GreyBox/
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Old 01-30-2008, 03:59 PM Re: How do i do this?
dave9713's Avatar
Ultra Talker

Posts: 264
Name: David
Location: London
Trades: 2
Thanks very much LadynRed for the helpful reply that is exactly what i needed.

Just one question in the installation it says this,

Append following to your header section. GB_ROOT_DIR

Were is this section located? I'm designing just a normal HTML site.

And it also says this below it:

Append also following scripts and one stylesheet

Were are these both located?

Thanks,

Dave
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

dave9713 is offline
Reply With Quote
View Public Profile
 
Old 01-31-2008, 05:02 AM Re: How do i do this?
rolda hayes's Avatar
Wannabe Adventurer...

Posts: 961
Name: Darren
Location: England
Trades: 0
Hi Dave,

I implemented this version to a site the other day so I'll talk you through it if you need any help but its pretty straight forward.

http://www.dynamicdrive.com/dynamici...tbox/index.htm

Just insert the first line of code in the <head> section of your html at the top of the page

then use one of the link examples shown and adjust suit.

then download the zip file and extract the contents and upload to your server.

Any problems, just ask!
__________________
I Just a test to see what happens...
Please login or register to view this content. Registration is FREE

"Let us be thankful for the fools. But for them the rest of us could not succeed..."
rolda hayes is offline
Reply With Quote
View Public Profile
 
Old 01-31-2008, 06:24 AM Re: How do i do this?
dave9713's Avatar
Ultra Talker

Posts: 264
Name: David
Location: London
Trades: 2
Thanks, i'll have to give it a try when i finish the site design if you have to add things to the server.

Cheers for the help

Dave
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE


Last edited by dave9713; 01-31-2008 at 06:28 AM..
dave9713 is offline
Reply With Quote
View Public Profile
 
Old 02-05-2008, 03:13 PM Re: How do i do this?
Junior Talker

Posts: 4
Trades: 0
Its done with ajax
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
john3teen is offline
Reply With Quote
View Public Profile
 
Old 02-05-2008, 03:19 PM Re: How do i do this?
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
Quote:
Append following to your header section. GB_ROOT_DIR
It means you have to put that in your <head></head> section - like this.
Quote:
<head>
<script type="text/javascript">
var GB_ROOT_DIR = "http://xxxxx.com/directory/greybox/";

</script>

</head>
Then you also need this to follow that first line in the <head> section with this:

Quote:
<script type="text/javascript" src="greybox/AJS.js"></script>
<script type="text/javascript" src="greybox/AJS_fx.js"></script>
<script type="text/javascript" src="greybox/gb_scripts.js"></script>
<link href="greybox/gb_styles.css" rel="stylesheet" type="text/css" />
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Old 02-16-2008, 11:38 AM Re: How do i do this?
dave9713's Avatar
Ultra Talker

Posts: 264
Name: David
Location: London
Trades: 2
Having some trouble guys... i think i have installed it correctly, however when i click on it then the image just loads on a new page.


Any idea why this is?

Thanks,

Dave
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

dave9713 is offline
Reply With Quote
View Public Profile
 
Old 02-17-2008, 07:26 AM Re: How do i do this?
rolda hayes's Avatar
Wannabe Adventurer...

Posts: 961
Name: Darren
Location: England
Trades: 0
Can you show the code or a link to the page please.
You had a few targer=blanks in your other pages you posted so it might be to do with that...
__________________
I Just a test to see what happens...
Please login or register to view this content. Registration is FREE

"Let us be thankful for the fools. But for them the rest of us could not succeed..."
rolda hayes is offline
Reply With Quote
View Public Profile
 
Old 02-17-2008, 05:23 PM Re: How do i do this?
dave9713's Avatar
Ultra Talker

Posts: 264
Name: David
Location: London
Trades: 2
Darren i hope you don't mind, i have private messaged the link to you. Thanks for helping a lot with this situation!

Dave
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

dave9713 is offline
Reply With Quote
View Public Profile
 
Old 02-18-2008, 01:57 PM Re: How do i do this?
rolda hayes's Avatar
Wannabe Adventurer...

Posts: 961
Name: Darren
Location: England
Trades: 0
I've PM'd you a zipped folder that contains all your files coded correctly.
You were nearly there...

You just did'nt adjust the url to the .JS files correctly.
__________________
I Just a test to see what happens...
Please login or register to view this content. Registration is FREE

"Let us be thankful for the fools. But for them the rest of us could not succeed..."
rolda hayes is offline
Reply With Quote
View Public Profile
 
Old 02-18-2008, 02:07 PM Re: How do i do this?
dave9713's Avatar
Ultra Talker

Posts: 264
Name: David
Location: London
Trades: 2
Much appreciated... it turned out to be a simple mistake i was making in the end

Thanks!
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

dave9713 is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to How do i do this?
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.60356 seconds with 12 queries