![]() |
|
| |||||||
| Notices |
| General Support Issues Answers to general questions and help with common problems. For help with a specific issue, post to one of the forums below. |
![]() |
| | LinkBack | Thread Tools |
|
#1
| |||
| |||
|
I was wondering when creating galleries, could you create a gallery of thumbnails within an area on your webpage, but once you clicked on an image in your gallery it showed up or "enlarged" on the same page. kind of like when you go to certain websites and you click a link on the left and the image displays in the center of the page without having to reload the entire page. If anyone could help me with this, I would very much appreciate it* - this pretty much is the only problem I have with bluevoda, which is super tiny compared to the other software I've used. I would highly recommed bluevoda to anyone wishing to create websites. Last edited by etower464i; 07-01-2005 at 06:40 PM. Reason: mispelled words |
|
#2
| ||||
| ||||
|
Hi, what you are describing requires frames. Go to the following thread where pable describes how this can be done in Blue Voda: http://www.vodahost.com/vodatalk/sho...ghlight=frames Sarah :)
__________________ Sarah Anders Customer Service Manager +1-302-283-3777 USA / Canada / International (0044) 020 8816 8319 / United Kingdom Military Ranking System Explained Click Here to take the royal VodaHost Tour Click Here for the VodaHost Help Centre & Tutorials Got a question? - Try a forum search! Available at the top of every page! |
|
#3
| ||||
| ||||
|
Try this Place in head <script language="javascript" type="text/javascript"> <!-- /************************************************** ** Author: Eric King Url: http://redrival.com/eak/index.shtml This script is free to use as long as this info is left in Featured on Dynamic Drive script library (http://www.dynamicdrive.com) ************************************************** **/ var win=null; function NewWindow(mypage,myname,w,h,scroll,pos){ if(pos=="random"){LeftPosition=(screen.width)?Math .floor(Math.random()*(screen.width-w)):100;TopPosition=(screen.height)?Math.floor(Mat h.random()*((screen.height-h)-75)):100;} if(pos=="center"){LeftPosition=(screen.width)?(scr een.width-w)/2:100;TopPosition=(screen.height)?(screen.height-h)/2:100;} else if((pos!="center" && pos!="random") || pos==null){LeftPosition=0;TopPosition=20} settings='width='+w+',height='+h+',top='+TopPositi on+',left='+LeftPosition+',scrollbars='+scroll+',l ocation=no,directories=no,status=no,menubar=no,too lbar=no,resizable=no'; win=window.open(mypage,myname,settings);} // --> </script> Then Put this in a HTLM box, place the box where you want it <a href="http://www.yoursite/image" onclick="NewWindow(this.href,'message','495','600' ,'no','center');return false" onfocus="this.blur()">Click Here too enlarge Image</a> How this helps PS you can change the size of new page etc, use PIX to set the size of your image on opening
__________________ www.bluevodaexchangelink.com BluevodaExchangeLink Help Center Bluevodaexchangelink Forum The only place for bluevoda site to be linked with! |
|
#5
| ||||
| ||||
|
HI Rivergal 1st you need to download Pixresize http://www.vodahost.com/help.htm then make 2 copies of the image, one small and one large save both and upload to your site using the FTP program then copy and past the following into the "between the head" ( right click on your page, page HTML) <script language="javascript" type="text/javascript"> <!-- /************************************************** ** Author: Eric King Url: http://redrival.com/eak/index.shtml This script is free to use as long as this info is left in Featured on Dynamic Drive script library (http://www.dynamicdrive.com) ************************************************** **/ var win=null; function NewWindow(mypage,myname,w,h,scroll,pos){ if(pos=="random"){LeftPosition=(screen.width)?Math .floor(Math.rand om()*(screen.width-w)):100;TopPosition=(screen.height)?Math.floor(Mat h.random()*((screen.height-h)-75)):100;} if(pos=="center"){LeftPosition=(screen.width)?(scr een.width-w)/2:100;TopPosition=(screen.height)?(screen.height-h)/2:100;} else if((pos!="center" && pos!="random") || pos==null){LeftPosition=0;TopPosition=20} settings='width='+w+',height='+h+',top='+TopPositi on+',left='+LeftPosition+',scrollbars='+scroll+',l ocation=no,directories=no,status=no,menubar=no,too lbar=no,resizable=no'; win=window.open(mypage,myname,settings);} // --> </script> then using HTML box ( left of the screen) place the following <a href="http://www.yoursitename/largeimage.jpeg" onclick="NewWindow(this.href,'message','800','500' ,'no','center');return false" onfocus="this.blur()"><img src=" http://www.yoursitename/smallimage.jpg" align="top" border=0 width=109 height=27 ></a> you will need to change the size width/height to you small image I publish a test site for you see how it works http://www.easttilburyinfantschool.c...st2/test1.html Let me know if you need any more help either email me or replay here Hope this is what you wanted
__________________ www.bluevodaexchangelink.com BluevodaExchangeLink Help Center Bluevodaexchangelink Forum The only place for bluevoda site to be linked with! |
|
#6
| |||
| |||
|
Hi Maddog, What if one wants the larger image onmouseover (not clicking on thumbnail, just hovering over it) and on the same page, say, in an empty area on the right side of menu/thumbnails... then, when you move the mouse over the next thumbnail the previous larger image is replaced with new one ?? I have tried so many combinations, my head is spinning. An other java applet that has increased the rate of spin, I am going to post under IMAGE BOOKLET Norbert |
|
#7
| ||||
| ||||
|
Now your asking alot lol!, let me think about it a few days and I will get back to you.
__________________ www.bluevodaexchangelink.com BluevodaExchangeLink Help Center Bluevodaexchangelink Forum The only place for bluevoda site to be linked with! |
|
#8
| ||||
| ||||
| Quote:
Is this what your after? http://www.easttilburyinfantschool.c...llovertest.php if it is then drop me line and I will try and take your through it
__________________ www.bluevodaexchangelink.com BluevodaExchangeLink Help Center Bluevodaexchangelink Forum The only place for bluevoda site to be linked with! |
|
#9
| |||
| |||
| Quote:
Let me study the page source a little. Will send you an email. Thanks, Norbert |
|
#10
| ||||
| ||||
| Quote:
__________________ www.bluevodaexchangelink.com BluevodaExchangeLink Help Center Bluevodaexchangelink Forum The only place for bluevoda site to be linked with! |
|
#11
| |||
| |||
| Quote:
Didn't have as much free time today as I thought I would have. I am just now starting to enter the info you sent. That's about 21:42 your time zone. Something not quite clear yet but I am going to fiddle around a bit. Will email URL re test.
__________________ Norbert N. Majerus Specialties Distributors Inc. Barbados, W.I. http://specialties-distributors.com |
|
#12
| ||||
| ||||
|
Norbert, I here on line if you need me.
__________________ www.bluevodaexchangelink.com BluevodaExchangeLink Help Center Bluevodaexchangelink Forum The only place for bluevoda site to be linked with! |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to run a successful link exchange program | VodaBot | eBusiness and Concept Development Talk | 12 | 08-24-2006 05:51 PM |
| 4 Things to Look for in a Link Building Service | VodaBot | eBusiness and Concept Development Talk | 2 | 07-07-2006 10:44 AM |
| Link Building - The Waiting Game | VodaBot | eBusiness and Concept Development Talk | 3 | 06-30-2006 10:06 AM |
| Link Building in Light of VIsion-based Page Segmentation | VodaBot | eBusiness and Concept Development Talk | 0 | 11-17-2005 09:57 PM |
| BlueVoda 7.0 | VodaHost | CSS Cascading Style Sheets | 27 | 07-31-2005 06:52 AM |