2009/8/11 Lalena <[email protected]>:
> Hi guys,
> I guess I could just crop the image and make it 100%, but I would be
> "settling," I think, because based on what the current version is
> doing, I'm pretty sure I would see a little of my black background on
> either side. It won't really look like it continues beyond the window
> edge.
> Chris, the header on your Neil Parish site looks like it's what I
> want on the right, but not on the left; that's what happened to me
> before--the image anchors itself to the left, and only "bleeds" off
> on the right.
> Lalena
- Hide quoted text -
I guess you want something like this:
<html>
<head>
<style type="text/css">
.myimg {width: 120% ; margin-left: -10%; margin-right: -10%}
body {margin: 0; padding 0;}
.content { margin: 1em }
</style>
</head>
<body>
<img src=".wallpaper" class="myimg">
<div class="content">
<p> Blah blah blah ..
</div>
</body>
</html>
Of course, you will want a complete header for your page.
Setting the image size to 100% and the margins to 0 should work equally well.
HTH
Michal
______________________________________________________________________
css-discuss [[email protected]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/