Random Image script in CSS

I was hoping to create a page with random banner.
Anyone know if their is a suitable css script to allow this?

Im new to the web css scene

CSS can’t natively do that, but there are other ways to do it. Are you using a server-side language like PHP or ASP?

As mentioned above you could do this serverside with php or you could do it clientside with [URL=“http://www.markinns.com/articles/full/simple_two_line_image_randomiser_script_with_jquery”]javascript.

It’s not really a css question alone though.

ok thanks guys