Hi Justin,
You were very nearly there with this. You had a malformed style for .caption which looked like it was throwing all of the transformations out;
.caption { -ms-transition:all 0.4s ease-in-out; -moz-:all 0.4s ease-in-out; -o-transition:all 0.4s ease-in-out; -webkit-transistion:all 0.4s ease-in-out; transition:all 0.4s ease-in-out; opacity:0; bottom:-54px !important }
-moz-:all 0.4s ease-in-out;
should be;
-moz-transition:all 0.4s ease-in-out;
I’d also be interested in knowing how you set the ‘top’ anchor on the page as it is currently generating invalid code (the anchor wraps the existing link attached to the company logo).
Regards,
Tim.
noop - in the demo, all infos are applied to the div id=“name2” (in your example) so I think Dave is close to the problem (however it is not the point):
Try to:
remove this inner div id=“name2_m”.
Insert text “Please work - yes (uahhh)” into name2
Set its position via a padding top, left
Apply the bg.png to name2 via inspector as bg.
so all infos are sitting in the name2 div.
Next step:
This name2 div has a position of top 74px where there shouldn’t be any. Once klick (mark) the name2 div and grey out the top position in the inspector panel (once klick in the symbol):
Something like that should be much closer to the example and I reproduced it that way and got it work.
Hi Justin,
Change the caption position so that it is 0px from the bottom (rather than defining the top position). The CSS toggles the bottom position to slide the panel into the parent. With the top defined the browser won’t slide it as expected.
Regards,
Tim.
On 11 Jan 2012, at 01:07, Justin Easthall wrote:
Thanks guys - just added the two amends still no go?
As the caption slides up you can see ut below the thumbnail? Slightly transparent but yu can see it - on the demo it scrolls up from in the thumbnail only?
What do I need to adjust so its working right on mine?!
Thanks so much I can imagine how irritating this can be! Cheers