DotDragnet
February 08, 2012, 07:28:46 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News: Mobile users - Our forum is Tapatalk enabled. http://www.tapatalk.com/
 
   Home   Help Search Login Register  
Pages: [1]   Go Down
  Print  
Author Topic: CSS - Random Order  (Read 365 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: 203



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!