Hello!

I've an extrange problem, you can see it here: http://www.2much4u.net/Problem/problem.gif

The page with the XHTML and CSS:
http://www.2much4u.net/Problem/example.html

Page code source:

-----------------------------------------------------------------------------------------------------------------------
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"" xml:lang="en" lang="en">
    <head>
        <title>Test Page</title>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <style type="text/css" media="screen">
            #Example {
              width: 229px;
              background-color: #FFFF2F;
            }
        </style>
    </head>
    <body>
        <div id="Example"><img src="" width="150" height="112" alt="Sample Image" /></div>       
    </body>
</html>

-----------------------------------------------------------------------------------------------------------------------

Why there's a margin with any browser excepts IE6?

Regards,
R. Santana

Reply via email to