look at link
can I in the same way arrange randomly images from one folder ?
plus can I do I randomly ? each time I load that page they are sorted different as shown on the example
plus I would like use
CLASS=Fadein2
CSS CODE:
.Fadein2{
filter:alpha(opacity=50);
-moz-opacity: 0.30;
opacity: 0.30;
border:2px solid #000;
}
.Fadein2:hover{
filter:alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;
border:2px solid #000;
}
this code in a way that on the top of the page would be
several small links to setup a class
in a way
work - free time - family
work : all images with category work have class .Fadein2:hover and all images without category work have class .Fadein2
on click on free time
free time : all images with category free time have class .Fadein2:hover and all images without category free time have class .Fadein2
basically I need on one click on link change all images that have not a specific class to fade out 50%