The headline on this page is an H2, and you’re also using an H2 as the header tag for your effect. That’s suspicious to me. Generally speaking, you should choose a unique-to-the-container-element tag as the header, and another for the disclosable content tag. These should be the only uses that you put those two tags to within that HTML box. If you want other content on the same page to use those tags, simply put that other content in a different parent HTML box.
You also have a lot of span tags and other inline bits in your accordion, owing to the way you’ve styled the content. That’s probably another part of the problem. Try making your accordion again, but stick to completely unstyled text. Don’t try to adjust color or spacing or size at all. Just make sure that it works, not that it’s pretty. It will work.
Next, to add the style you need, create your styles from the outside in. Rather than creating an inline style, by selecting the text and styling it in the Inspector, click once on the HTML box that contains the accordion effect and note the ID of that box. (This will be called Name/ID in Freeway 6, and Title in all other versions, and it’s found on the Inspector in the left-most tab.) Let’s say it’s called myAccordionBox.
Now if you are using the h2 as your header, make a new style in the Styles palette with the Tag attribute set to #myAccordionBox h2
. Tab into the Name field and make sure to remove anything Freeway has helpfully entered there for you, and finally, tab out of that field so the lack of name “sticks”. After you’ve done this, use the rest of the styling tools in the New Style dialog to create the look you want for the headers. Bold, orange, a custom font – whatever else you like. Okay the changes and then preview in your browser (you won’t see anything different in the Freeway design view). Do the same for #myAccordionBox p
if you are using the P tag as your disclosable content tag.
Once you have made these changes, you will find that your accordion still works, and now looks the way you want it to as well.
Walter
On May 24, 2013, at 12:12 PM, Neilster wrote:
I should give the specific pages, my FAQ accordion does not expand, and Services pages (and any on that CSS menu to the right) do not work on Chrome or Android.
http://www.neiltanner.com/faq.html
http://www.neiltanner.com/services.html
Again, any tips or redesigns are welcome. And will there be an update to Freeway itself?
Many thanks!
freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options
freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options