wordpress - How to get rid of blue box surrounding text pressed using detail tag (in html) -
wordpress - How to get rid of blue box surrounding text pressed using detail tag (in html) -
on wordpress, when click text drops downwards list (done using detail tag), bluish rectangular box forms around text. there way, using html, prevent happening? (i don't have availability of css on wordpress.com blog.) thanks
i think wordpress allows inline css default. so, depending on settings, next might work:
<details> <summary style="outline:none";>alabama</summary> <p>domino's</p> <p>donatos</p> </details>
http://clarkwp.wordpress.com/2013/11/07/inline-css-styling-in-wordpress/
html wordpress
Comments
Post a Comment