Jump to content

borders


kv79

Recommended Posts

if you write

<img src="heh.gif" style="border-width:0" />

if you are still getting a border it is not from the image. If this doesn't work please post your HTML and CSS (the full code).

Link to comment
Share on other sites

Couple of things.1. Check to see if your image has a white border itself.2. Check to see if any padding (CSS) was used for the image. If your image is wrapped within a div and that div or img has padding, then whatever background it has will show through.Otherwise, you problably need to provide a url so we can better troubleshoot it.

Link to comment
Share on other sites

The point of all of this was to disable a IE image Toolkit to save an Image .I can disable to user to Save image Toolkit by cover it with transparent image .So the user only can save transparent image .But I want to disable a menu with empty src .like this code above .I hope that you understand .

Link to comment
Share on other sites

Why not just convert the image to a background-image?

Link to comment
Share on other sites

You could have just created a new child element which took on the background-image property...

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...