a img border incomplete properties

6 views
Skip to first unread message

Ivan Grimaldo

unread,
Sep 25, 2008, 10:57:27 AM9/25/08
to Emastic - CSS Framework
I found something intersting in the CSS file named reset.css...

the issue or the line:

/* Remove annoying border on linked images. */
a img { border: none; }

is uncomplete becouse in FF1x++ and Safari 2.x++ appears a dotted
border when prees click on the img, the issue fixed with some thing
like a this

/* Remove annoying border on linked images. */
a img { border: none; outline:none; }

tnx for the framework is nice to use with a little learning curve...

nice work guy...
Reply all
Reply to author
Forward
0 new messages