Getting accordion to work with internet explorer / edge
-
I need to be able to display a list of events (collapsed) and have users be able to expand the details. I thought that the accordion block was the way to do it, but then I found out the little chevron / triangle / arrow doesn’t appear in some browsers. So I added “click for details” in blue, underlined, to look like a link. (The whole line is actually a link, so I don’t think that’s really cheating.) Then I found out it doesn’t work at all in microsoft browsers.
I’ve spent some time searching, but all the solutions seem to involve javascript, (I don’t know javascript.) separate css sheets, (I don’t have access to edit the css sheets.) or plugins. (I don’t have access to download plugins.)
I’m hoping someone can point out a way to get accordion blocks to work with all browsers, or a way to code collapsible detail areas with html or in-line css. Or at the least, I don’t want to report that I can’t do this without exhausting all avenues.
The page I need help with: [log in to see the link]
- The topic ‘Getting accordion to work with internet explorer / edge’ is closed to new replies.