Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Community Forums
 Community Discussions (All other subjects)
 CSS and Mouseover
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

webfreak
New Member

71 Posts

Posted - 11 March 2003 :  04:02:09  Show Profile
i dont know if this is possible so here it goes...

i have a TD


<td width="20%" onMouseOver="" id="tdFile">
<div class="FontText"><a onclick="self.location='default.asp'">File</a></div>
</td>


what i want to do is, if i move my mouse(onMouseOver) in that particular TD i want to apply a particular CSS on that TD only.

heres the CSS


.Menu
{
border-right: #CCCCCC 1px outset;
border-top: #CCCCCC 1px outset;
border-left: #CCCCCC 1px outset;
border-bottom: #CCCCCC 1px outset;
padding-top: 0px;
padding-right: 0px;
padding-left: 0px;
padding-bottom: 0px;
color: #000000;
font-family: Arial;
background-color: #CCCCCC;
}


is this possible? if yes hope you can show me.

btw, that particular CSS is located in a .CSS file and not embedded on the asp page.

I am always doing that which I can not do, in order that I may learn how to do it.

Kat
Advanced Member

United Kingdom
3065 Posts

Posted - 11 March 2003 :  05:00:32  Show Profile  Visit Kat's Homepage
onMouseOver="this.className='Menu';" onMouseOut="this.className='your_original_classname';"

KatsKorner

Installation Help | Snitz Mods | Forum Hosting
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.29 seconds. Powered By: Snitz Forums 2000 Version 3.4.07