DotDragnet
February 04, 2012, 09:59:13 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News: Welcome to the new trading eye refugees
 
   Home   Help Search Login Register  
Pages: [1]   Go Down
  Print  
Author Topic: CSS - Random Order  (Read 362 times)
Granty
Hero Member
*****
Posts: 507



grantyh
View Profile Awards
« on: February 26, 2010, 12:48:02 PM »

Is it possible to present input type items in a random order with CSS?

For example, given the following html..
Code:
<input type="radio"  value="1" /> One
<input type="radio"  value="2" /> Two
<input type="radio"  value="3" /> Three

Is it possible to render them

Two
Three
One

or

Three
One
Two

and so on..

Thanks. smile
Logged
spannaa
Full Member
***
Posts: 201



Spannaa
View Profile WWW Awards
« Reply #1 on: February 26, 2010, 01:41:15 PM »

I don't think so.

You'd need to use either JavaScript (if your page is plain html) or server-side scripting.
Logged
Pages: [1]   Go Up
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF | SMF © 2006-2008, Simple Machines Valid XHTML 1.0! Valid CSS!