Is it possible to use gifs for all inactive images and a different for the active one displaying?
| Comment | File | Size | Author |
|---|---|---|---|
| #9 | 825450-breakouts.jpg | 234.01 KB | intyms |
Is it possible to use gifs for all inactive images and a different for the active one displaying?
| Comment | File | Size | Author |
|---|---|---|---|
| #9 | 825450-breakouts.jpg | 234.01 KB | intyms |
Comments
Comment #1
redndahead commentedIn thumbnailhover it's easy by just selecting a different field for your breakout fields. In singleframe there is a way to trick it to show it.
1) Add the thumbnail image you want to show as your top field.
2) In css hide that field from showing
singleFrame will pickup that image as the first image so it will use it as the thumbnail image.
Comment #2
netentropy commentedOK , I see what you are saying, let me clarify my support request..
Say there are 5 images in the slideshow
instead of pagination, I want to have 5 gray dots that represent the images, when an Image is active its corresponding dot will be green.
I have been playing with what you said above but cannot get the displayed image to show the active green dot
Comment #3
intyms commented@bjraines
add "Global:Custom" text to breakouts.
add the following html to that field:
add the following code to your CSS file:
Comment #4
redndahead commentedor you can use the numbered pager and add a background and move the text. Something like
The activeSlide may have to be attached to pagerItem like .pagerItem.activeSlide
Hope this helps
Comment #5
netentropy commentedthanks so much, this is the last thing i need to do for this client, i hope the a click area is big enough!!!
Comment #6
netentropy commentedwhat do you mean by "breakouts"
Comment #7
netentropy commentedhow do you pull it on top of the image though when top margins collapse?
Comment #8
intyms commented@#5 bjraines
You can change the "click area" in your CSS file.
I suggest you to download Firebug extension for firefox. With Firebug you can inspect HTML and modify style and layout in real-time.
Comment #9
intyms commented@ #6 bjraines
see attached file.
Comment #10
intyms commented@ #7 bjraines - June 13, 2010 - 07:47
I don't understand very good your question.
Try searchin google "CSS positioning".
Also you can start learning from here: http://www.w3schools.com/Css/css_positioning.asp
Comment #11
netentropy commented@ #10 intyms
I am pretty good with css, and have researched the positioning just to check to make sure things were correct.
I am trying to pull the pagination links on top of the photo, no manner of position or zindex has helped.
you can see me using the "dots" for the pager but I cannot get it to position over the photo here: http://174.121.159.2/~localp/
thanks again , y'all have been very helpful.
Comment #12
intyms commented@#11 bjraines
add this to your CSS file
Comment #13
netentropy commentedThis is by far the most helpful support i have ever had since I started using Drupal. I hope this thread helps others because I think this is a useful technique.
The progress:
http://174.121.159.2/~localp/#
I still haven't gotten the activeSlide to work yet, I have tried different combinations, and looking in FireFox Firebox I can see the activeSlide move with images. not sure why it's not picking it up
Comment #14
intyms commentedHello bjraines,
I'm happy that you like the support :)
As to
try to add this code to your CSS:
Also you have used "display:inline-block" for your "a" tag.
Search in google and you will see that inline-block has some compatibility problems with internet explorer.
I suggest to change it to "display: block" and to use "float: left" to put all images in one raw.
Good luck and Happy debugging!
Comment #15
netentropy commentedthat worked! I will write it all up so people can see what we did! Nice CSS moving button.
Comment #16
redndahead commentedThanks intyms for providing support it really helps me a lot.
bjraines feel free and add it to the documentation that's the best place to help everyone out.
Comment #17
intyms commented@bjraines
i agree with redndahead, adding this example to documentation will be great!
@redndahead, I am happy to have a possibility to contribute to Drupal community.