Posted by Neredbojias on 11/27/84 11:58
To further the education of mankind, "Yauw" <wow@wow.com> vouchsafed:
> Can someone figure out how I can get the background color to not stop
> short at the bottom of the page when an image longer than the viewable
> screen is displayed?! Woks great if the image is small though (in
> Firefox anyway).
>
> Thanks
>
>
> <html>
> <head>
> <style type="text/css">
> .translucent
> {
> top: 0px;
> left: 0px;
> width: 100%;
> height: 100%;
> position: absolute;
> background-color: rgb(213, 200, 156);
> filter:alpha(opacity=50);
> -moz-opacity:0.5;
> opacity: 0.5;
> z-index: 10001;
> }
>
> </style>
....
Remove the 100% height.
--
Neredbojias
Infinity has its limits.
Navigation:
[Reply to this message]
|