Home Messages Index
[Date Prev][Date Next][Thread Prev][Thread Next]
Author IndexDate IndexThread Index

Re: CSS Mouseover Question

  • Subject: Re: CSS Mouseover Question
  • From: Roy Schestowitz <newsgroups@schestowitz.com>
  • Date: Sun, 09 Jan 2005 01:48:45 +0000
  • Newsgroups: alt.html
  • References: <Bt-dnfE1a8JlGn3cRVn-hg@rogers.com>
  • User-agent: KNode/0.7.2
Toronto Newf wrote:

> Hi
> 
> How do you do a Mouse Over in CSS
> 
> thanks,
> 
> 
> Robert

Here is an example:

CSS:

.mouseOn{
        border-top:    3px   solid #525252;
        border-bottom: 7px  solid #525252; 
        border-left:   5px  solid #525252; 
        border-right:  3px   solid #525252;
}

Hyper-text:

<X class ="Default"
onmouseover =" this.className='mouseOn" />

-- 
Roy Schestowitz
http://schestowitz.com

[Date Prev][Date Next][Thread Prev][Thread Next]
Author IndexDate IndexThread Index