February 07, 2012, 02:02:55 PM
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News
: Mobile users - Our forum is Tapatalk enabled.
http://www.tapatalk.com/
Home
Help
Search
Login
Register
DotDragnet
>
The Creative Side
>
On the web
>
CSS - Random Order
Pages: [
1
]
Go Down
« previous
next »
Print
Author
Topic: CSS - Random Order (Read 363 times)
Granty
Hero Member
Posts: 507
CSS - Random Order
«
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.
Logged
spannaa
Full Member
Posts: 203
Re: CSS - Random Order
«
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
« previous
next »
Jump to:
Please select a destination:
-----------------------------
General Category
-----------------------------
=> General Discussion
=> Jee's Forum of Appalling Jokes
-----------------------------
The Creative Side
-----------------------------
=> Arty stuff
=> Photography
=> On the web
-----------------------------
The Tech Side
-----------------------------
=> Tech stuff
=> Hardware & Software
-----------------------------
The Business Side
-----------------------------
=> Anything business related
-----------------------------
The Practical Side
-----------------------------
=> Practical Advice
DotDragnet
>
The Creative Side
>
On the web
>
CSS - Random Order
Loading...