Kirjautuminen

Haku

Tehtävät

Keskustelu: Nettisivujen teko: cursor:hand b elementtiin

manninen [05.06.2011 15:45:28]

#

Hei!

Kuinka onnistuisi laittaa esim <b> elementtiin cursor:hand;

Ei näyttänyt toimivan tuo tyylimäärite kuin <a> elementteihin!

Macro [05.06.2011 15:51:14]

#

Koitas cursor: pointer;

http://www.quirksmode.org/css/cursor.html#note:

In the past the hand value was Microsoft's way of saying pointer; and IE 5.0 and 5.5 only support hand. Because it's the cursor value that's used most often, most other browsers have also implemented hand.

Since IE 6 and 7 support pointer, there's no more reason to use hand, except when older IEs are part of your target audience. In that case, the only cross-browser syntax is:

element {
	cursor: pointer;
	cursor: hand;
}

Metabolix [05.06.2011 15:53:56]

#

Hyvinhän se toimii, tosin hand ei ole missään tilanteessa kelvollinen arvo, kuten olisit ehkä Firefoxin virhekonsolista nähnyt. Tarkoitat varmaan pointer.

manninen [05.06.2011 17:15:51]

#

Kiitoksia!!

Vastaus

Aihe on jo aika vanha, joten et voi enää vastata siihen.

Tietoa sivustosta