Results 1 to 12 of 12

Thread: Click Thumbnail or Link, Make It Appear in Center of Page
      
   

  1. #1
    etower464i is offline Staff Sergeant
    Join Date
    Jul 2005
    Location
    GA
    Posts
    49

    Exclamation Click Thumbnail or Link, Make It Appear in Center of Page

    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 05:40 PM. Reason: mispelled words
    Bluevoda Website
    www.bluevodaxtra.com

  2. #2
    Sarah's Avatar
    Sarah is offline Colonel
    Join Date
    May 2005
    Location
    Wilmington, Delaware
    Posts
    513

    Default

    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 :)

    VodaHost

    Your Website People!
    1-302-283-3777 North America / International
    07031847328 / United Kingdom

    ------------------------

    Top 3 Best Sellers

    Web Hosting - Unlimited disk space & bandwidth.

    Reseller Hosting - Start your own web hosting business.

    Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)



  3. #3
    Maddog's Avatar
    Maddog is offline Lieutenant Colonel
    Join Date
    May 2005
    Location
    UK
    Posts
    514

    Default

    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!

  4. #4
    RiverGal is offline Private
    Join Date
    Sep 2005
    Posts
    3

    Default

    I am sorry - could you help a very beginner and map out where to put that code?
    I would be extemely appreciative.

    Thank You.

  5. #5
    Maddog's Avatar
    Maddog is offline Lieutenant Colonel
    Join Date
    May 2005
    Location
    UK
    Posts
    514

    Default

    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. #6
    specialtiesbarbados is offline Sergeant First Class
    Join Date
    Sep 2005
    Posts
    50

    Default

    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 *****t that has increased the rate of spin, I am going to post under IMAGE BOOKLET

    Norbert

  7. #7
    Maddog's Avatar
    Maddog is offline Lieutenant Colonel
    Join Date
    May 2005
    Location
    UK
    Posts
    514

    Default

    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. #8
    Maddog's Avatar
    Maddog is offline Lieutenant Colonel
    Join Date
    May 2005
    Location
    UK
    Posts
    514

    Default

    Quote Originally Posted by specialtiesbarbados
    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 *****t that has increased the rate of spin, I am going to post under IMAGE BOOKLET

    Norbert
    Norbert,

    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. #9
    specialtiesbarbados is offline Sergeant First Class
    Join Date
    Sep 2005
    Posts
    50

    Default

    Quote Originally Posted by Maddog
    Norbert,

    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
    You are a genius! Precisely what I am looking for. Great photos too! You shot them?

    Let me study the page source a little.

    Will send you an email.

    Thanks,
    Norbert

  10. #10
    Maddog's Avatar
    Maddog is offline Lieutenant Colonel
    Join Date
    May 2005
    Location
    UK
    Posts
    514

    Default

    Quote Originally Posted by specialtiesbarbados
    You are a genius! Precisely what I am looking for. Great photos too! You shot them?

    Let me study the page source a little.

    Will send you an email.

    Thanks,
    Norbert
    Hi Norbert, email sent to you, any problems let me know. Wish I did take the pictures, they general ones with XP and I had for something else.
    www.bluevodaexchangelink.com
    BluevodaExchangeLink Help Center
    Bluevodaexchangelink Forum

    The only place for bluevoda site to be linked with!

  11. #11
    specialtiesbarbados is offline Sergeant First Class
    Join Date
    Sep 2005
    Posts
    50

    Default

    Quote Originally Posted by Maddog
    Hi Norbert, email sent to you, any problems let me know. Wish I did take the pictures, they general ones with XP and I had for something else.
    Got your email, Simon, thanks.

    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. #12
    Maddog's Avatar
    Maddog is offline Lieutenant Colonel
    Join Date
    May 2005
    Location
    UK
    Posts
    514

    Default

    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!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. How to run a successful link exchange program
    By VodaBot in forum eBusiness and Concept Development Talk
    Replies: 12
    Last Post: 08-24-2006, 04:51 PM
  2. 4 Things to Look for in a Link Building Service
    By VodaBot in forum eBusiness and Concept Development Talk
    Replies: 2
    Last Post: 07-07-2006, 09:44 AM
  3. Link Building - The Waiting Game
    By VodaBot in forum eBusiness and Concept Development Talk
    Replies: 3
    Last Post: 06-30-2006, 09:06 AM
  4. Link Building in Light of VIsion-based Page Segmentation
    By VodaBot in forum eBusiness and Concept Development Talk
    Replies: 0
    Last Post: 11-17-2005, 08:57 PM
  5. BlueVoda 7.0
    By VodaHost in forum CSS Cascading Style Sheets
    Replies: 27
    Last Post: 07-31-2005, 05:52 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49