Posted by Luigi Donatello Asero on 11/13/48 11:58
"Yauw" <wow@wow.com> skrev i meddelandet news:1qaPg.1160$wU4.904@trnddc06...
> 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;
> }
I see that there are many options for images (filter, moz-opacity, opacity,
z-index) which you can style.
Do you perhaps have any good reference where I could read something more on
this subject?
--
Luigi Donatello Asero
https://www.scaiecat-spa-gigi.com/it/svezia.html
我是意大利人
[Back to original message]
|