There are 3 paragraphs of text on a page...I am looking to dynamically change the font size of these paragraphs every 3 seconds....is that feasible?
Specifically, I want paragraph 1 to be initially displayed at 10px and paragraph 2 at 8px. Then, after 3 seconds, I would like paragraph 2 to switch to 10px while paragraph 1 switches to 8px.
Is there a way to achieve this using an update panel or JavaScript? Any suggestions?