[Webkit-unassigned] [Bug 118951] New: BG imgage doesn't show up

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jul 21 01:35:11 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=118951

           Summary: BG imgage doesn't show up
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh Intel
               URL: http://www.studio-1a.nl/prive/under%20construction.htm
                    l
        OS/Version: Mac OS X 10.8
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Images
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: nightspam at upcmail.nl


BG Image doesn't show up initially. Only after resizing the browser window, the BG image shows


source code:

<!DOCTYPE html>
<html>

<head>
    <meta charset="utf-8">

    <title>Persoonlijke website van Huub, Monique en Nick</title>

    <style>

        img.bg {
            /* Set rules to fill background */
            min-height: 100%;
            min-width: 1024px;

            /* Set up proportionate scaling */
            width: 100%;
            height: auto;

            /* Set up positioning */
            position: fixed;
            top: 0;
            left: 0;
        }

        @media screen and (max-width: 1024px){
            img.bg {
                left: 50%;
                margin-left: -512px; }
        }

        #page-wrap { position: relative; width: 400px; margin: 100px auto; padding: 40px; background: white; -moz-box-shadow: 0 0 20px black; -webkit-box-shadow: 0 0 20px black; box-shadow: 0 0 20px black; }
        p { font: 15px/2 Arial, Sans-serif; margin: 20 20 20 20; text-indent: 0px; ALIGN="center"; }
    </style>
</head>

<body>

    <img src="intro.jpg" class="bg">

    <div id="page-wrap">

        <p ALIGN="center"><b>Persoonlijke website van Huub, Monique en Nick<b></p> 
        <p ALIGN="center"><img src="under-construction.jpg" border="1px"</p>
    </div>

</body>

</html>

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list