| | |
Change the Background Color with onMouseover (HTML)
Please support our HTML and CSS advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
Use onMouseover to change the background color of your webpage. Can be applied to change other things like images and so on.
<!-- Experiments with the mouse vegaseat 6/15/02 --> <!-- onMouseover, href, bgcolor --> <html> <head> <title>change the background color with onMouseover</title> </head> <body> Move the cursor to the color you want ... <br> <br> <a href="" onMouseover="document.bgColor='red'">Red</a> <br> <a href="" onMouseover="document.bgColor='orange'">Orange</a> <br> <a href="" onMouseover="document.bgColor='yellow'">Yellow</a> <br> <a href="" onMouseover="document.bgColor='green'">Green</a> <br> <a href="" onMouseover="document.bgColor='magenta'">Magenta</a> <br> <a href="" onMouseover="document.bgColor='purple'">Purple</a> <br> </body> </html>
0
•
•
•
•
It works, just you need to fill the href="" with # so that it looks like this: href="#". Or you will have mouse click to point your browser to the start page of your site. Also you have to disable CSS background styles for particular page.
Similar Threads
- change background color and font color (JavaScript / DHTML / AJAX)
- Change background color (C++)
- ow to change background color to panel using a javascript (ASP.NET)
- CComboBox Background Color Change Needed (C)
- Change background color of command prompt (Windows tips 'n' tweaks)
| Thread Tools | Search this Thread |
Tag cloud for HTML and CSS
2002 appointments asp background backgroundcolor beta browser bug calendar cart center cgi code codeinjection corporateidentity create css deleted design development displayimageinsteadofflash dreamweaver drupal emailmarketing epilepsy explorer firefox flash font fonts form format free frontpage google griefers hackers hitcounter hover html ide ie7 ie8 iframe image images internet internetexplorer intranet iphone javascript jpeg layout macbook maps marketshare microsoft missing mozilla multimedia navigationbars news offshoreoutsourcingcompany opacity opera optimization perl pnginie6 positioning problem scroll seo shopping studio swf swf. templates textcolor theme timecolor titletags url urlseparatedwords visual visualization web webdevelopment webform website windows7 wordpress xml xsl



