Total members 11890 |It is currently Thu Apr 25, 2024 11:14 am Login / Join Codemiles

Java

C/C++

PHP

C#

HTML

CSS

ASP

Javascript

JQuery

AJAX

XSD

Python

Matlab

R Scripts

Weka





Following html code using onclick event and the className property of the body tag to remove the background image on user click.

Code:
<html>
<
head>
<
title>Remove the background image by clicking</title>
<
style>
       .type2 { background-image:none;!important }
</
style>
</
head>
<
body  
      bgproperties
="fixed" 
      background
="site_logo.gif" 
      onclick
="this.className='type2'">

Hide the background image by one click.

</
body>
</
html>
    
 




_________________
M. S. Rakha, Ph.D.
Queen's University
Canada


Author:
Mastermind
User avatar Posts: 2715
Have thanks: 74 time
Post new topic Reply to topic  [ 1 post ] 

  Related Posts  to : Hide the background image by one click
 Show image when click on link     -  
 Move image in front of a background image     -  
 click,double click,focus,blur and hover actions in JQuery     -  
 No repeated background image     -  
 Set position of background image in pixels     -  
 Repeat background image on x axis     -  
 right bottom background image position     -  
 Start background image from its bottom     -  
 Repeat background image on y axis     -  
 Table background image problem     -  



Topic Tags

HTML Image






Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
All copyrights reserved to codemiles.com 2007-2011
mileX v1.0 designed by codemiles team
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com