Go Back   PCMech Forums > Help & Discussion > Web Design / Development

Need Some Help? Type Your Keywords Here:

Reply
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
Old 05-18-2005, 01:04 PM   #1
Barefoot on the Moon!
Staff
Premium Member
 
Force Flow's Avatar
 
Join Date: Aug 2002
Location: Northeastern USA
Posts: 13,385
mouseover text

Ok, I have text in a cell that I want to start off as white (as it is, it starts off being the default black), but not override the mouseover. Any ideas?

Code:
  title
PHP Code:
<table border="1" width="245">
  <
tr>
    <
td width="170">&nbsp;</td>
    <
td width="158" onMouseOver="this.bgColor='#FFFFCC'; this.style.color='#000000'" onMouseOut="this.bgColor='#3A538E'; this.style.color='#FFFFFF'" onclick="" bgcolor="#3A538E">title</td>
  </
tr>
</
table
__________________
There are two secrets to staying young, being happy, and achieving success. You have to laugh and find humor every day, and you have to have a dream.
Force Flow is offline   Reply With Quote
Old 05-20-2005, 10:59 PM   #2
Barefoot on the Moon!
Staff
Premium Member
 
Force Flow's Avatar
 
Join Date: Aug 2002
Location: Northeastern USA
Posts: 13,385
Nevermind, got it.

PHP Code:
<table border="1" width="245">
  <
tr>
    <
td width="170">&nbsp;</td>
    <
td width="158" style="color='#FFFFFF';" onMouseOver="this.bgColor='#FFFFCC'; this.style.color='#000000';" onMouseOut="this.bgColor='#3A538E'; this.style.color='#FFFFFF';" onclick="" bgcolor="#3A538E">title</td>
  </
tr>
</
table
Force Flow is offline   Reply With Quote
Reply

Bookmarks

Still Need Help? Type Your Keywords Here:


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

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 On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 07:23 AM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
SEO by vBSEO 3.6.0 PL2