In article <pan.2009.04.13.17.07.31 (AT) gregorkofler (DOT) com>,
Gregor Kofler <usenet (AT) gregorkofler (DOT) com> wrote:
Quote:
If you navigate to
http://web.gregorkofler.com/?page=xhr |
If one has a browser window that is less than about 928px and then
scrolls to the right, your top green runs out before the wide logo.gif,
leaving a white page background chunk.
To solve, I suggest you make a plain transparent gif of white text from
logo.gif and make another small gif of the that green/black gradient to
be repeated horizontally.
Along the lines of:
#header { position: relative; height: 128px; background: #53a462
url(greenblackgradientthingy.gif) left bottom repeat-x; min-width:700px;}
#header img {position: absolute; bottom: 0;}
<div id="header">
<img src="/textbit.gif" alt="">
</div>
--
dorayme