My popup-code is:

<!DOCTYPE html>
<html>
<head>
<style>
html {margin:0px; padding:0px;}
body { margin:0px; padding:0px; background-color:red;}
img { margin:0px; padding:0px; border:none;}
</style>
<body>
<img src="http://www.mydomain.com/myimage.jpg"; />
</body>
</html>

But always I have 5 pixels space under image (red background is
shown), if I put <img> twice, red line is seen under each of images.

Now I found solution by adding style="display:block" to <img> and
these 5 pixels are removed  :)
-- 
You received this message because you are subscribed to the Google Groups 
"Chromium-extensions" group.
To post to this group, send email to chromium-extensi...@googlegroups.com.
To unsubscribe from this group, send email to 
chromium-extensions+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/chromium-extensions?hl=en.


Reply via email to