| | |
Change the Background Color with onMouseover (HTML)
Please support our HTML and CSS advertiser: 50% Off 6 Months Web Hosting from 1&1. The World's #1 Host!
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
Other Threads in the HTML and CSS Forum
- Change background color of command prompt (Windows tips 'n' tweaks)
- 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)
Other Threads in the HTML and CSS Forum
- Previous Thread: Newbie looking for help... tutorials
- Next Thread: stretch background image
| Thread Tools | Search this Thread |
Tag cloud for HTML and CSS
2002 alignment background beta blog browser browserproblems cart center chrome code compatibility containers create css deleted design designing distortion div division divs dreamweaver drupal editor emailmarketing embed explorer firefox float font fonts format free frontpage google helprequired-urgent hosting html ide ie6 ie7 iframe image images input internet internetexplorer iphone javascript jpeg js links list login macbook map maps margin marketshare microsoft missing mozilla multimedia navigationbars newb object opacity opera override player pnginie6 position positioning prevent problem relative scroll seo shopping strings studio table tables tag templates theme tips translation validation visual w3c web webform website websitedesign windows7 wordpress xhtml xml



