can u help me wit this? |
can u help me wit this? |
Apr 22 2005, 04:31 PM
Post
#1
|
|
![]() "(A.k.a. H.K.T.)" ![]() ![]() ![]() ![]() Group: Member Posts: 202 Joined: Mar 2005 Member No: 110,787 |
hi,um..i waz wonderin is there a code where,-like when u click on a link on xanga,there is another layout......hmm...say like when u refresh instead of having the layout u allwayz have,a new layout come out.
|
|
|
|
![]() |
Apr 22 2005, 04:58 PM
Post
#2
|
|
![]() ;) ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 9,573 Joined: Feb 2005 Member No: 99,124 |
I found this on pro-boards.. maybe this is similar.
Umm. I just realized the code by micron looks exactly the same. I think they jocked his script. CODE <!-- begin code provided by proboards.com--> <script type='text/javascript'> // random skins by emily j. var skin = new Array(); // change this to reflect your set of skins skin[0] = 'http://url/to/skin1.css'; skin[1] = 'http://url/to/skin2.css'; skin[2] = 'http://url/to/skin3.css'; skin[3] = 'http://url/to/skin4.css'; var index = Math.floor(Math.random() * skin.length); document.write('<link rel="stylesheet" href="'+ skin[index] +'" type="text/css">'); </script> <!-- end code provided by proboards.com --> CODE <!-- begin code provided by proboards.com--> <link rel="stylesheet" href="http://www.createblog.com/tools/randomizer.php?username=YOURUSERNAME&type=css" type="text/css"> <!-- end code provided by proboards.com--> CODE <!-- begin code provided by proboards.com--> <script type='text/javascript'> // random skins by emily j. var skin = new Array(); var image = new Array(); // change this to reflect your set of skin skin[0] = 'http://url/to/skin1.css'; skin[1] = 'http://url/to/skin2.css'; // change this to reflect your matching image image[0] = 'http://url/to/image1.jpg'; image[1] = 'http://url/to/image2.jpg'; var index = Math.floor(Math.random() * skin.length); // for the skin document.write('<link rel="stylesheet" href="'+ skin[index] +'" type="text/css">'); // for the matching image document.write('<img src="'+ image[index] +'">'); </script> <!-- end code provided by proboards.com--> |
|
|
|
Negi can u help me wit this? Apr 22 2005, 04:31 PM
avalon* Random CSS skins?
http://www.createblog.com/forum... Apr 22 2005, 04:35 PM
mona lisa The closest I came to this is here: http://www.cre... Apr 22 2005, 04:35 PM
Negi oO,um for those do i have to image map them differ... Apr 22 2005, 04:47 PM
avalon* Probably. Apr 22 2005, 04:50 PM
avalon* ^ Well if it's the same, then wouldn't we ... Apr 22 2005, 05:01 PM
mona lisa This links to cB:
CODE<!-- begin code prov... Apr 22 2005, 05:15 PM
avalon* Wow. If they're going to steal it, they should... Apr 22 2005, 05:26 PM
lilphoenix QUOTE(allthatglitterss @ Apr 22 2005, 4:26 PM... Apr 22 2005, 05:59 PM
largosama you can also modify the "random banner script... Apr 22 2005, 06:28 PM![]() ![]() |