Current location: Hot Scripts Forums » General Web Coding » CSS » wanna change cel or table bg color win mouse is over


wanna change cel or table bg color win mouse is over

Reply
  #1 (permalink)  
Old 09-03-06, 07:56 AM
hossamhamdi1986 hossamhamdi1986 is offline
Newbie Coder
 
Join Date: Aug 2005
Posts: 45
Thanks: 0
Thanked 0 Times in 0 Posts
wanna change cel or table bg color win mouse is over

wanna change cel or table bg color win mouse is over????
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #2 (permalink)  
Old 09-03-06, 08:49 AM
UnrealEd's Avatar
UnrealEd UnrealEd is offline
Community Liaison
 
Join Date: May 2005
Location: Antwerp, Belgium
Posts: 3,165
Thanks: 4
Thanked 25 Times in 25 Posts
i think you'll be needing a javascript for this.
here's an example:
Code:
function changeColor(doc_id){
   document.getElementById(doc_id).bgcolor="new_color";
}

function setColorBack(doc_id){
  document.getElementById(doc_id).bgcolor="default";
}
</script>
<!-- body start-->
<table>
  <tr>
    <td onmouseover="javascript:changeColor('td_1')" onmouseout="javascript:setColorBack('td_1')" bgcolor="default" id='td_1'>content here</td>
    <td onmouseover="javascript:changeColor('td_2')" onmouseout="javascript:setColorBack('td_2')" bgcolor="default" id='td_2'>content here</td>
  </tr>
</table>
it might not work, but just give it a try, and post back the result

Greetz,
UnrealEd
__________________
"Good judgement comes from experience, and experience comes from bad judgement." - Fred Brooks

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #3 (permalink)  
Old 09-03-06, 09:04 AM
hossamhamdi1986 hossamhamdi1986 is offline
Newbie Coder
 
Join Date: Aug 2005
Posts: 45
Thanks: 0
Thanked 0 Times in 0 Posts
thanks man
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Pretty simple ( i think) question any help!?!? 0o0o0 PHP 2 04-07-06 11:47 AM
Table BG Image question... Justin171985 HTML/XHTML/XML 5 06-21-05 01:16 AM
checkbox onClick - tr bg change yoyo JavaScript 1 05-18-05 09:29 AM
change the mouse pointer ramez JavaScript 5 01-22-04 08:56 AM


All times are GMT -5. The time now is 01:32 PM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.