Exforsys

Online Training

How to Achieve

This is a discussion on How to Achieve within the Html forums, part of the Programming Talk category; I want to have a layer with semi-transparent background. Can someone provide suggestions and tips for achieving this...


Go Back   Exforsys > Programming Talk > Html

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 12-14-2006, 05:38 AM
Senior Member
 
Join Date: Apr 2006
Posts: 153
cyrus is on a distinguished road
How to Achieve

I want to have a layer with semi-transparent background. Can someone provide suggestions and tips for achieving this
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 01-30-2007, 07:28 PM
Member
 
Join Date: Apr 2006
Posts: 98
Angela is on a distinguished road
Quote:
Originally Posted by cyrus View Post
I want to have a layer with semi-transparent background. Can someone provide suggestions and tips for achieving this

PHP Code:
.trans_box2 {  
font-family:verdana;  
font-weight:bold;  
padding:40px;  
margin:30px;  
border:solid 1px #555;  
/* Mozilla ignores crazy MS image filters, so it will skip the following */    
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=truesizingMethod=scalesrc='/75p_honey.png');}/* IE ignores styles with [attributes], so it will skip the following. */.trans_box2[class] 
{  
background-image:url(/75p_honey.png);} 
Cross-browser semi-transparent backgrounds (daltonlp.com)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads

Thread Thread Starter Forum Replies Last Post
How to achieve this Angela Shell Programming 2 06-13-2007 04:03 AM
To achieve Output Ralph Linux 0 12-12-2006 03:58 AM
How to Achieve Maximum Performance Adrian Oracle Database 0 12-10-2006 03:48 AM
How to achieve this - Minimum Code to Strip Blank Spaces norman C and C++ 3 06-17-2006 08:20 PM


All times are GMT -4. The time now is 03:55 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0
Copyright 2004 - 2007 Exforsys Inc. All rights reserved.