Tuesday, 15 February 2011

html - How to change the cursor from "text" to "default" when using the detail tag -



html - How to change the cursor from "text" to "default" when using the detail tag -

i used detail tag in blog post on wordpress , default cursor appear instead of text cursor (which displays default). if show solution using strictly inline css, appreciate it. (i don't have access css on wordpress blog.)

link illustration image: http://esploded.com/f/cursor-snappng/

i tried doing this:

<p style="cursor:default"> <details> <summary style="outline: none;">alabama</summary> domino’s donatos </details> </p>

but didn't work reason.

i think want this:

<p> <details style="cursor:default"> <summary style="outline: none;">alabama</summary> domino’s donatos </details> </p>

also, pointer not default. if want pointer create change. difference stlye on details tag instead. tested , worked me : http://jsfiddle.net/w4l6t/

html wordpress inline inline-code

No comments:

Post a Comment