This is a discussion on "Background colour change." within the JavaScript Forum section. This forum, and the thread "Background colour change. are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
Background colour change.
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
I've seen some JS that you can use with radio buttons to make your background colour of your website change, but forgot the JS for it.
Anyone know it? thanks.
Last Blog Entry: Disaster! (Aug 23rd, 2008)
|
|
|
|
||||
|
Re: Background colour change.
It would be easy to give your body tag an ID....
<body id="body"> Then just use an onclick event to change the bgcolor. document.getElementById("body").style.bgcolor = "#ff0000"; Not 100% sure if it's bgcolor or background or background color, but just experiment There are ways to do it without an id, but having never needed to do this thats all I can contribute at this time.
__________________
Rob - SEO Specialist Owner & Founder of Webforumz.com I am currently unavailable for private work
Last Blog Entry: Creative Labs threaten developer over home made drivers.... (Apr 1st, 2008)
|
|
|||
|
Re: Background colour change.
Thanks Rob. I fount the JS for on the website i looked on (on the college I attend's server) and its written out like this:
Last Blog Entry: Disaster! (Aug 23rd, 2008)
|
|
||||
|
Re: Background colour change.
Glad you found what you needed!
__________________
Rob - SEO Specialist Owner & Founder of Webforumz.com I am currently unavailable for private work
Last Blog Entry: Creative Labs threaten developer over home made drivers.... (Apr 1st, 2008)
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Change Background colour based on input | smudge618 | JavaScript Forum | 2 | Feb 6th, 2008 11:55 |
| how do you make it so the user can change the font colour and size and background... | VanHype | JavaScript Forum | 2 | Apr 24th, 2007 16:39 |
| Help needed for newbie! How can I change the background colour on my website? | angelkelly | Starting Out | 15 | Feb 20th, 2007 22:28 |
| Colour change | Angel2020 | Web Page Design | 4 | Nov 17th, 2006 11:23 |
| Is there a way to change the colour scheme? | gwx03 | Webforumz Suggestions and Feedback | 14 | Jan 6th, 2006 18:00 |