This is Interesting: Free Magazines for Graphics designers and webmasters
Home > Archive > Dreamweaver > July 2005 > semi-opaque backgrounds
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
semi-opaque backgrounds
|
|
|
| Can anyone tell me how the effect of a background that has a color but
can be seen through is achieved? Is it done in CSS? An example is in the
drop-downs at this site.
http://powweb.com/
Thanks for any pointers.
Fred
| |
| Murray *TMM* 2005-07-31, 7:36 pm |
| It's CSS. Here's an example -
They are using IE Filters, and -moz-opacity (although incorrectly) on a page
that throws an error when it loads -
<!--
/////////////////////////////////////////////////////////////////
/ /
/ /
/ PowWeb, Inc. /
/ PowWeb.com Designed By: Nate Cavanaugh /
/ © 2005 PowWeb Hosting, Inc. /
/ The PERFECT Hosting Solution /
/ /
/ /
/////////////////////////////////////////////////////////////////
-->
<html xmlns="http://www.w3.org/1999/xhtml">
There's no doctype, yet they are using XHTML tag completion.
But they are using the youngpup menus, and that's a good thing....
#floater {
BORDER-RIGHT: #990000 1px solid;
PADDING-RIGHT: 2px;
BORDER-TOP: #990000 1px solid;
PADDING-LEFT: 2px;
FONT-SIZE: 12px;
FILTER: alpha(opacity=95);
LEFT: 30%;
PADDING-BOTTOM: 2px;
BORDER-LEFT: #990000 1px solid;
WIDTH: 300px;
PADDING-TOP: 2px;
BORDER-BOTTOM: #990000 1px solid;
POSITION: absolute;
TOP: 150px;
HEIGHT: auto;
BACKGROUND-COLOR: #fff8ed;
moz-opacity: 0.95;
opacity: 0.95
}
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================
"jandf" <jandf@hotmail.com> wrote in message
news:dcj5f1$4fc$1@forums.macromedia.com...
> Can anyone tell me how the effect of a background that has a color but can
> be seen through is achieved? Is it done in CSS? An example is in the
> drop-downs at this site.
> http://powweb.com/
>
> Thanks for any pointers.
>
> Fred
| |
|
|
|
| As Mom always said: "When in doubt ask Murray." Thanks
|
|
|
| | Copyright 2003 - 2008 forum4designers.com Software forum Computer Hardware reviews |
|