Hi,
I’ve created some rows with hidden text which slides down when you hover over the row - a bit like an accordion. When the text is hidden I’d like the rows underneath to slide up to fill the available space.
Hovering over the sub-headings will reveal the text.
The only way I’ve managed to achieve the desired result is by setting a fixed height for the row but I don’t want the height to be fixed as it needs to adapt to different screen sizes. I want the content to slide smoothly up and down so switching between display:none and display:block doesn’t work either.
I hope this makes sense. Please let me know if you need further clarification.
Regards
Mark