Results 1 to 21 of 21

Thread: help with image scroll
      
   

  1. #1
    BrodWilkinson is offline Private First Class
    Join Date
    Jan 2009
    Posts
    8

    Question help with image scroll

    this is my first post so give me some leeway,

    now my site (deleted) is a gallery for my krew's work and as you can see it has some thumbnails and then a big picture of a xylophone now what i want to do i make it so once u hover over hte thumbnails they appear where the xylophone is.

    i use adobe dreamweaver CS3 and have the whole CS3 collection at my disposal.



    thanks in advance.
    -brod

  2. #2
    Join Date
    Mar 2006
    Location
    Mallorca, Spain
    Posts
    6,313

    Default Re: help with image scroll

    The above site is a non voda hosted site and this forum is all about voda customers.
    But, to achieve what you want, you place the large xylophone photo in an Iframe
    and then for each thumbnail, use an "onMouseover" event with the larger photo link and the "Target" being the Iframe name.

  3. #3
    BrodWilkinson is offline Private First Class
    Join Date
    Jan 2009
    Posts
    8

    Default Re: help with image scroll

    Quote Originally Posted by davidundalicia View Post
    The above site is a non voda hosted site and this forum is all about voda customers.
    But, to achieve what you want, you place the large xylophone photo in an Iframe
    and then for each thumbnail, use an "onMouseover" event with the larger photo link and the "Target" being the Iframe name.
    thankyou but could you give me some code using these variables:

    thumbnail = /images/thumb.jpg
    fullsize = /images/full.jpg

    and also the site has been changed to an unrelivant address.

  4. #4
    Join Date
    Mar 2006
    Location
    Mallorca, Spain
    Posts
    6,313

    Default Re: help with image scroll

    I am not conversant with dreamweaver, and the info I gave you applies to the bluevoda website builder, but the theory remains the same.

    You can see a working model here: (I have used the "onClick" event instead)

    Note:
    Your site URL has been changed because the example(when clicked) shows other hosting details which is against our rules.

  5. #5
    BrodWilkinson is offline Private First Class
    Join Date
    Jan 2009
    Posts
    8

    Default Re: help with image scroll

    Quote Originally Posted by davidundalicia View Post
    I am not conversant with dreamweaver, and the info I gave you applies to the bluevoda website builder, but the theory remains the same.

    You can see a working model here: (I have used the "onClick" event instead)

    Note:
    Your site URL has been changed because the example(when clicked) shows other hosting details which is against our rules.
    thankyou this is perfect now i have got no idea how to implement it into the site could you please give me a blank eg:

    <a href=http://yoursite.com/image.jpg>blahblahblahblahblahblah
    blahblahblahblahblahblahblahblahblahblahblahblahbl ahblahblahblah
    blahblahblahblahblahblahblahblahblahblahblahblahbl ahblahblahblah
    </a>


    or what is nessacary for my site.

    thankyou, ad i understand my site being changed.

  6. #6
    Join Date
    Mar 2006
    Location
    Mallorca, Spain
    Posts
    6,313

    Default Re: help with image scroll

    View my example page in your browser
    select VIEW .- SOURCE
    and you should be able to see ALL the html code.

    I repeat, that this is simple to do if you used the Bluevoda website Builder.

  7. #7
    BrodWilkinson is offline Private First Class
    Join Date
    Jan 2009
    Posts
    8

    Default Re: help with image scroll

    Quote Originally Posted by davidundalicia View Post
    View my example page in your browser
    select VIEW .- SOURCE
    and you should be able to see ALL the html code.

    I repeat, that this is simple to do if you used the Bluevoda website Builder.
    mm i did (ctrl +u for firefox) and then i saw all the code but it was to much for me to take in..

  8. #8
    Join Date
    Mar 2006
    Location
    Mallorca, Spain
    Posts
    6,313

  9. #9
    BrodWilkinson is offline Private First Class
    Join Date
    Jan 2009
    Posts
    8

    Default Re: help with image scroll

    Quote Originally Posted by davidundalicia View Post
    Perhaps you would be better off by going to this site: for info on dreamweaver.
    yeah perhaps..

  10. #10
    BrodWilkinson is offline Private First Class
    Join Date
    Jan 2009
    Posts
    8

    Default Re: help with image scroll

    Quote Originally Posted by BrodWilkinson View Post
    mm i did (ctrl +u for firefox) and then i saw all the code but it was to much for me to take in..
    hmm can i maybe get you to edit my index then email it to me? and i can work from their?

  11. #11
    nadiabodikian's Avatar
    nadiabodikian is offline First Lieutenant
    Join Date
    Apr 2008
    Posts
    189

    Default Re: help with image scroll

    Hello David,
    What you have explained above is exactly what I want to achieve, "The above site is a non voda hosted site and this forum is all about voda customers.
    But, to achieve what you want, you place the large xylophone photo in an Iframe
    and then for each thumbnail, use an "onMouseover" event with the larger photo link and the "Target" being the Iframe name."
    but where do you get the "onmousover: event?
    with what function do you get the thumbnails?
    and in what way do you insert the large photos in the ifarme?

    your help will be MUCH appreciated

    Nadia

  12. #12
    nadiabodikian's Avatar
    nadiabodikian is offline First Lieutenant
    Join Date
    Apr 2008
    Posts
    189

    Default Re: help with image scroll

    Hi, ok I read some posts and I got the hang of it, BUT 2 things.
    Firstly, how do you publish just a photo to fit the iframe?

    Secondly, granted that bord wilkinson is not using blue voda as his website provider, in which case you could put a text URL saying so, instead if you click on the link he provided, to see the xylophone you have made it lead to a porno site!
    This might be fun for you guys but surely I expect more seriousness from blue voda people!!!
    It is MOST offensive

  13. #13
    Join Date
    Mar 2006
    Location
    Mallorca, Spain
    Posts
    6,313

    Default Re: help with image scroll

    The vodahost video tutorial on Iframes is here:http://www.vodahost.com/vodatalk/add...a-webpage.html
    You can also view a step by step visual tutorial here:

    1) use any free software to create your thumbnails - double click the thumbnail to open the properties box - then EVENTS to find the "onMouseover" event

    2) You dont insert the larger photos, you create and publish a seperate photo page.

    3) in the thumbnail properties box, you put the link to the larger photo page AND just underneath the link, you put the name of the Iframe in the "TARGET" box.

  14. #14
    Join Date
    Mar 2006
    Location
    Mallorca, Spain
    Posts
    6,313

    Default Re: help with image scroll

    Quote Originally Posted by nadiabodikian View Post
    Hi, ok I read some posts and I got the hang of it, BUT 2 things.
    Firstly, how do you publish just a photo to fit the iframe?

    Secondly, granted that bord wilkinson is not using blue voda as his website provider, in which case you could put a text URL saying so, instead if you click on the link he provided, to see the xylophone you have made it lead to a porno site!
    This might be fun for you guys but surely I expect more seriousness from blue voda people!!!
    It is MOST offensive
    It was pure coincidence that when I xx'd out a few characters in that url, that there was actually a site with that name.

    I wont apologise, because you didnt have to press enter to view the contents, especially after that explicit warning.

    We do not play around as you have suggested, so chill out a little please.

    I have now deleted all reference to that URL................OK ?

  15. #15
    nadiabodikian's Avatar
    nadiabodikian is offline First Lieutenant
    Join Date
    Apr 2008
    Posts
    189

    Default Re: help with image scroll

    Hello,
    ok "you create and publish a seperate photo page"
    does this mean I open a blank page drag the photo in and publish?

    Also I tried the gallery function of blue voda, with an iframe on the same page, you can get almost everything done that way, but you have to click on the thumbnail it does not give you the mouseover option, so I suppose that is why you suggest a free thumbnail software?

  16. #16
    nadiabodikian's Avatar
    nadiabodikian is offline First Lieutenant
    Join Date
    Apr 2008
    Posts
    189

    Default Re: help with image scroll

    As far as the xxx website, the way the postings are you first read his post, and I did go in to see if what he has done is what I want to do, and was surprised that the xylophone were in fact blown up ladies breasts!
    This give a peculiar image for that person.
    Further down. after reading your post i realised the website was changed.
    I do not see why not to enter someone elses website only because it is not hosted by blue voda.After all BV does offer the website builder tool for free, some will buy their services, like i did and am happy so far, some will not.
    I dont expect an apology from you or anyone.

  17. #17
    Join Date
    Mar 2006
    Location
    Mallorca, Spain
    Posts
    6,313

    Default Re: help with image scroll

    No, you can use the thumbnails from that program if you wish.

    If you duble click on ANY image, you can always view the EVENTS box which
    leads to the various event options.

    To create the larger picture, open a blank page - put the photo at the extreme top left of the page, and publish.

    I like to make my photos all the same size and then create the Iframe just a fraction bigger, so that they all sit well in the Iframe.

    You may have to do a bit of tweaking.....................lol

  18. #18
    nadiabodikian's Avatar
    nadiabodikian is offline First Lieutenant
    Join Date
    Apr 2008
    Posts
    189

    Default Re: help with image scroll

    ok I got it cheers!!

  19. #19
    Join Date
    Mar 2006
    Location
    Mallorca, Spain
    Posts
    6,313

  20. #20
    nadiabodikian's Avatar
    nadiabodikian is offline First Lieutenant
    Join Date
    Apr 2008
    Posts
    189

    Default Re: help with image scroll

    Hello, sorry to trouble you again.
    When I use the photo gallery function and create thumbnail images, when I click onto a thumbnail, the photo gallery properties box opens, which does not give me the events option.
    Am I doing something wrong or missing out something?
    Whereas when it is an individual photo, the dialog box differs and you do get the events option.
    Cheers
    Nadia

  21. #21
    Join Date
    Mar 2006
    Location
    Mallorca, Spain
    Posts
    6,313

    Default Re: help with image scroll

    In your images folder, you should find the individual thumbnails.
    Dont use the photo gallery after it has created the thumbnails.

Thread Information

Users Browsing this Thread

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

     

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