Welcome to Dark eFfectX !

Enter the digital revolution. Design technology, coding & gaming. The curating & exchange of Digital Knowledge while Anime, Manga Art, Music and Technology collide in a Alchemy of Thought and Illusion.

Learn the magic of today from the science of tomorrow. Web site modifications, custom style sheets (CSS) and coding support + more.

Guests, please register or log in to view the entire forum.

Join the forum, it's quick and easy

Welcome to Dark eFfectX !

Enter the digital revolution. Design technology, coding & gaming. The curating & exchange of Digital Knowledge while Anime, Manga Art, Music and Technology collide in a Alchemy of Thought and Illusion.

Learn the magic of today from the science of tomorrow. Web site modifications, custom style sheets (CSS) and coding support + more.

Guests, please register or log in to view the entire forum.
Would you like to react to this message? Create an account in a few clicks or log in to continue.

[Code] Chrono Skin (CSS) changer

Go down

[Code] Chrono Skin (CSS) changer Empty [Code] Chrono Skin (CSS) changer

Post by Bad Wolf Sun 27 May 2007, 01:17

To set skin (css) to change with users PC clock

Code:

<script language="javascript">
/* script by ????*/
now = new Date();
itime = now.getHours();
document.write(itime);
function TSkinChange() {
if (itime >= 12) {
document.write('<LINK REL="stylesheet" TYPE="text/css" HREF="https://your 1st url.com/here">');
}
if (itime >= 24) {
document.write('<LINK REL="stylesheet" TYPE="text/css" HREF="https://your 2nd url.com/here">');
}}
TSkinChange();
</script>

_________________
[Code] Chrono Skin (CSS) changer Alcbar13
Bad Wolf
Bad Wolf
Designer GFX
Designer GFX

Female Starseeker

Level : 46
Number of posts : 3092
Location : Satellite V

Rank : 7
Experience : 2649
Registration Date : 2006-12-24

Cprofile
Title: The Digital Alchemist
Luck:
[Code] Chrono Skin (CSS) changer Llc10588/588[Code] Chrono Skin (CSS) changer Empty  (588/588)
Karma:
[Code] Chrono Skin (CSS) changer Klc10530/777[Code] Chrono Skin (CSS) changer Empty  (530/777)

https://darkfx.darkbb.com

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum