i may well be the only one who is stupid enough to not understand how to implement this action on my page. i struggle to use freeway as it is. . .i tend to over-think things. . .but all the same, i find myself banging my head against the wall. is there a step by step tutorial out there? i want to have a list of items where each item opens up to reveal a picture and a short description. any help would be great!
i have been able to get text to “drop” okay, but i am still unable to make a “tight” list where each title/item opens up to reveal a pic and a short description.
i figure i must just be missing something along the way when i go to use pics. one time i even got the pic to drop correctly, but then the “title” disappears. hmm. . .
Try using something other than an image for your headers. Try an h3 or similar, style it to look the way your image header did, and then use a div as your inline show/hide element. You can close up the spacing by setting 0 margin on the h3, then use padding and background color to give it a shape.
Since you are using a div as the show/hide element, you can then insert paragraphs and images inline within that, and you should have your layout.
thanks!. . .i got it to work. i am still wondering if there is a way to apply a “background” to the titles that are now h3s. . .is this doable or am i trying to do too much?