Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Transparency RevistedTransparency Revisted
Previous
 
Next
New Post
9/24/2008 2:25 PM
 

After searching high and low I cannot seem to figure out this problem.

I have a faded background image on my site, I would like my containers to have a degree of transparency so i can see the image through them, but not completely transparent as then it is too hard to read the txt in the containers. The problem is that instead of just applying the transparency to thh backgound color of the container, it seems to apply it to everything, including the txt, images, etc in the container.

Here the simple code so far:

container:

<table class="containermaster">
 <tr>
  <td colspan="2" valign="middle" nowrap>[ACTIONS]&nbsp;[TITLE]</TD>
 </tr>
 <tr>
  <td colspan="2" id="ContentPane" runat="server" align="center"></TD>
 </tr>
 <tr>
  <td align="left" valign="middle" nowrap>[ACTIONBUTTON:1]</TD>
  <td align="right" valign="middle" nowrap>[ACTIONBUTTON:2]</TD>
 </tr>
</table>
 

Container.css

.containermaster {background-color: white; opacity: 0.65;  filter: alpha(opacity=65);}

I have tried wrapping it all in a div or another table, with no luck.

 

steve

 

 
New Post
9/24/2008 5:45 PM
 

Tranparency makes all child tags transparent too, you could use a semi transparent PNG image.

 

 
New Post
9/24/2008 6:09 PM
 

I've done this by covering the whole page with a faded color div. Then I put my content into a table inside. Give all panes and containers transaparent backgrounds.

Something like this:

<div class="containermaster">
<table>
 <tr>
  <td id="ContentPane" runat="server"></td>
 </tr>
</table>
</div>

Skin.css
.containermaster {background-color: white; opacity: 0.65;  filter: alpha(opacity=65);}

Drop your email address in here if you want to see where I did this.

Rob

 
New Post
9/25/2008 12:56 PM
 

Thanks Timo, that solved it.

 
New Post
9/25/2008 12:57 PM
 

I would like to see your solution, steve@morduegreenlight.com

 

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Transparency RevistedTransparency Revisted


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out