Conversation

alpha juliett

Tech question

if I have two layouts for a website, I know you can have an option to select a layout, but can you have a layout auto change based on the time?
• I want the webpage to change to the alternative page layout after 9pm. Possible?
1
0
1
@aj Yes, with JS. Just detect what time it is on the local system and load a different CSS sheet
1
0
1
@snacks @aj Doubt, I think CSS can't tell the time thats a JS thing. Unless animation
0
0
2
@meso JS as in.. JavaScript?
1
0
1
@aj I can write you an example script when I get home
0
0
0