CSS Tutorials
CSS: Getting Rid of the Blue Border Around Images
Using css and the following code to your style.css
img
{ border-style: none;
}
and the blue border will disappear for all but netscape old version users.
much easier than I anticipated – really hard to find out that it was that easy though!
Might be useful to someone?





Post your comment