Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   HTML (http://www.velocityreviews.com/forums/f31-html.html)
-   -   mouseover (css) (http://www.velocityreviews.com/forums/t159803-mouseover-css.html)

Jochen Fuhrmann 10-27-2004 07:12 PM

mouseover (css)
 
Is there a way to define an area that is framed and the frame changes
the color if the mouse is inside the area? No javascript! The problem
is, that I want to display contents inside the frame, so the whole area
shouldn't be a link or something, because I need links inside the area
.... dogma-jochen

David Dorward 10-27-2004 07:21 PM

Re: mouseover (css)
 
Jochen Fuhrmann wrote:

> Is there a way to define an area that is framed and the frame changes
> the color if the mouse is inside the area?


:hover applies to all elements. Apply it to any block. (There is a bug in
MSIE, it only supports it on links).

> No javascript! The problem
> is, that I want to display contents inside the frame, so the whole area
> shouldn't be a link or something, because I need links inside the area


So you want an area to change colour when pointed at, but it isn't an active
area? That isn't a good idea. A colour change says "CLICK ME!".

--
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/>
Home is where the ~/.bashrc is

Jochen Fuhrmann 10-27-2004 08:56 PM

Re: mouseover (css)
 
David Dorward wrote:

>>No javascript! The problem
>>is, that I want to display contents inside the frame, so the whole area
>>shouldn't be a link or something, because I need links inside the area

>
>
> So you want an area to change colour when pointed at, but it isn't an active
> area? That isn't a good idea. A colour change says "CLICK ME!".


i should get rid of the "click-hand" then, how do i do that :-)

Jochen Fuhrmann 10-27-2004 09:00 PM

Re: mouseover (css)
 
sorry for that, it's not there, thanx alot

Jochen Fuhrmann wrote:
> David Dorward wrote:
>
>>> No javascript! The problem is, that I want to display contents inside
>>> the frame, so the whole area
>>> shouldn't be a link or something, because I need links inside the area

>>
>>
>>
>> So you want an area to change colour when pointed at, but it isn't an
>> active
>> area? That isn't a good idea. A colour change says "CLICK ME!".

>
>
> i should get rid of the "click-hand" then, how do i do that :-)



All times are GMT. The time now is 04:34 AM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


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