Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > pseudoclass :hoover

Reply
Thread Tools

pseudoclass :hoover

 
 
MWSunshine
Guest
Posts: n/a
 
      07-01-2004
Hi!

example:
In html i have
<a href=www.some.adress id="tip1">Tip< /a>

In the stylesheet I have:

#tip1:link {color: yellow;} <-- it work
#tip1:visited {color: red;} <---it work
#tip1:hoover {background: green;} <-- THAT DOESN'T WORK AT ALL
#tip1:active {background:red;} <-- it work

I cant get to work a :hoover pseudoclass.
What I do wrong??

Can the :hoover pseudoclass be used with other elements like block elements,
<div> <span> etc ?

MWSunshine


 
Reply With Quote
 
 
 
 
rf
Guest
Posts: n/a
 
      07-01-2004

"MWSunshine" <> wrote in message
news:cc08qo$p1t$...

> #tip1:hoover {background: green;} <-- THAT DOESN'T WORK AT ALL
>
> I cant get to work a :hoover pseudoclass.
> What I do wrong??


You spelt it wong

The correct spelling is hover.

> Can the :hoover pseudoclass be used with other elements like block

elements,
> <div> <span> etc ?


Yes but it's not supported by IE.

--
Cheers
Richard.


 
Reply With Quote
 
 
 
 
Mark Parnell
Guest
Posts: n/a
 
      07-01-2004
On Thu, 1 Jul 2004 07:49:11 +0200, MWSunshine
<> declared in alt.html:

> I cant get to work a :hoover pseudoclass.


Try replacing the bag.

> Can the :hoover pseudoclass be used with other elements like block elements,
> <div> <span> etc ?


Only if you don't mind it not working in IE.

--
Mark Parnell
http://www.clarkecomputers.com.au
"Never drink rum&coke whilst reading usenet" - rf 2004
 
Reply With Quote
 
Els
Guest
Posts: n/a
 
      07-01-2004
MWSunshine wrote:

> Hi!
>
> example:
> In html i have
> <a href=www.some.adress id="tip1">Tip< /a>
>
> In the stylesheet I have:
>
> #tip1:link {color: yellow;} <-- it work
> #tip1:visited {color: red;} <---it work
> #tip1:hoover {background: green;} <-- THAT DOESN'T WORK AT
> ALL #tip1:active {background:red;} <-- it work
>
> I cant get to work a :hoover pseudoclass.
> What I do wrong??


One o too many. You need hover, not hoover

> Can the :hoover pseudoclass be used with other elements
> like block elements, <div> <span> etc ?


No, only with <a>, when it comes to internet explorer at least.


--
Els http://locusmeus.com/
Sonhos vem. Sonhos vão. O resto é imperfeito.
- Renato Russo -
Now playing: Rob & Lee - Sampie
 
Reply With Quote
 
Els
Guest
Posts: n/a
 
      07-01-2004
Mark Parnell wrote:

>> I cant get to work a :hoover pseudoclass.

>
> Try replacing the bag.


<g>

--
Els http://locusmeus.com/
Sonhos vem. Sonhos vão. O resto é imperfeito.
- Renato Russo -
Now playing: Rob & Lee - Het leven is goed
 
Reply With Quote
 
MWSunshine
Guest
Posts: n/a
 
      07-01-2004
OMG !!!!!!!!!!!!!
usually I am not so stupid.......
Thanks a lot.


 
Reply With Quote
 
Toby A Inkster
Guest
Posts: n/a
 
      07-01-2004
Mark Parnell wrote:

> On Thu, 1 Jul 2004 07:49:11 +0200, MWSunshine
> <> declared in alt.html:
>
>> I cant get to work a :hoover pseudoclass.

>
> Try replacing the bag.


I think this quote applies:

> "Never drink rum&coke whilst reading usenet" - rf 2004


--
Toby A Inkster BSc (Hons) ARCS
Contact Me - http://www.goddamn.co.uk/tobyink/?page=132

 
Reply With Quote
 
rf
Guest
Posts: n/a
 
      07-01-2004

Toby A Inkster wrote:
> Mark Parnell wrote:
>
> > On Thu, 1 Jul 2004 07:49:11 +0200, MWSunshine
> > <> declared in alt.html:
> >
> >> I cant get to work a :hoover pseudoclass.

> >
> > Try replacing the bag.

>
> I think this quote applies:
>
> > "Never drink rum&coke whilst reading usenet" - rf 2004


LOL...ssspppplluurrtt...

Damn. Beer neither

--
Cheers
Richard.


 
Reply With Quote
 
brucie
Guest
Posts: n/a
 
      07-01-2004
in post: <news >
Toby A Inkster <> said:

>> "Never drink rum&coke whilst reading usenet" - rf 2004


i'm sure rf meant:

"Never drink rum&amp;coke whilst reading usenet"

--
b r u c i e


 
Reply With Quote
 
rf
Guest
Posts: n/a
 
      07-01-2004

brucie wrote:
> Toby A Inkster <> said:


Yo, brucies back! <cheers/>

> >> "Never drink rum&coke whilst reading usenet" - rf 2004

>
> i'm sure rf meant:
>
> "Never drink rum&amp;coke whilst reading usenet"


Nope. rum&coke is a standalone entity, just like gin&tonic, and as such
does not need escaping [from]...

--
Cheers
Richard.


 
Reply With Quote
 
 
 
Reply

Thread Tools

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 Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to control css pseudoclass hover effect MrBanabas@googlemail.com Javascript 5 05-25-2009 07:00 AM
in css, after pseudoclass doesn't work with br tag? AlexG HTML 3 09-24-2007 06:53 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57