Viewing How do I make a browser or page background opaque?
How do I make a browser or page background opaque?
|
User: Richard S. 10 years ago
|
|
| I've loaded an image for browser background, but I don't see where I can make it opaque. | |
|
User: Roddy 10 years ago
|
|
|
Items on a web page are opaque. To introduce transparency, the value of the CSS selector "opacity" is reduced. This value can be anything between 1 for solid and zero for full transparency. The browser background is the foundation of a web page. In other words, there's nothing else behind it so there is no point to introducing transparency by reducing the opacity. If you want to insert an image as the browser background and want to introduce transparency to the page content background - or items placed on the page - you would insert a shape and adjust its opacity in the Shape inspector window. Here's an example of a widget which creates HTML5 text containers with adjustable background opacity set on top of a textured background. Further down the above mentioned page you will see a note about why full background images are not a good idea and how textured backgrounds are created using one small image which is repeated on the X and Y axis. It also explains how to fix the background so that the content appears to glide over it on scroll. ------------------------------- Roddy Website: http://everwebwidgets.com Contact: http://everwebwidgets.com/ewWidgets-home/contact.html NOTE: I am an EverWeb user and NOT affiliated with EverWeb! Any opinions expressed in this forum are my own. |
|
| Post Reply |
| You must login or signup to post. |
