Tell me please!

I have two sliders: one on JS, the second on Flash. It is necessary that when entering the site, a flash was initially displayed (i.e., a diva in which the slider was made on JS, I set the style="display:none;" ), and if JS is on, then the div with flash would be display:none; while the slider on JS has the opposite display:block;

    1 answer 1

    Well, make a script for js, which changes the display of the flash div, and the js div. If js is disabled, nothing will happen.