codetoad.com
  ASP Shopping CartForum & BBS
  - all for $20 from CodeToad Plus!
  
  Home || ASP | ASP.Net | C++/C# | DHTML | HTML | Java | Javascript | Perl | VB | XML || CodeToad Plus! || Forums || RAM 
Search Site:
Search Forums:
  Change background located in CSS file  Topigattina at 14:24 on Thursday, March 08, 2007
 

Hi there,

I'm quite new with javascript.I would really appreciate your help.

I'm trying to change the background(located in my css file) of my page using onmouseover event but it does not work.

How can I access the background from my css file??

This is what I have done so far.......

function bgChange(bg)
{
document.stylesheet.body.background=bg
}


</script>

<body>
<table>
<tr>
<td onmouseover="bgChange('/forum/misc372.jpg')"
onmouseout="bgChange('/forum/misc362.gif')"
background="/forum/misc372.jpg">
</td>

<tr>
<td onmouseover="bgChange('/forum/misc324.jpg')"
onmouseout="bgChange('/forum/misc362.gif')"
background="/forum/misc324.jpg">
</td>

<tr>
<td onmouseover="bgChange('/forum/misc022.jpg')"
onmouseout="bgChange('/forum/misc362.gif')"
background="/forum/misc022.jpg">
</td>

<tr>
<td onmouseover="bgChange('/forum/misc363.gif')"
onmouseout="bgChange('/forum/misc362.gif')"
background="/forum/misc363.gif">
</td>

<tr>
<td onmouseover="bgChange('/forum/misc362b.gif')"
onmouseout="bgChange('/forum/misc362.gif')"
background="/forum/misc362b.gif">
</td>

</tr>
</table>

</body>

</html>


Please help.What am I doing wrong???








CodeToad Experts

Can't find the answer?
Our Site experts are answering questions for free in the CodeToad forums








Recent Forum Threads
•  Buy Low Cost RapidSSL Certificates @ Just $14.95 per year
•  Re: can execute c program through perl?????
•  Re: import contacts of msn/yahoo
•  Re: play mp3 and avi in java
•  Re: error and output redirection in perl
•  Re: Help with writing a program
•  Re: Hi need help in time()Fn
•  hi there, a do while loop needs work
•  NEED HELP FAST! Navigation system, games programming arrays


Recent Articles
ASP GetTempName
Decode and Encode UTF-8
ASP GetFile
ASP FolderExists
ASP FileExists
ASP OpenTextFile
ASP FilesystemObject
ASP CreateFolder
ASP CreateTextFile
Javascript Get Selected Text


© Copyright codetoad.com 2001-2007