Advertisement

03.09.2008 at 08:22PM PDT, ID: 23227465
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

Merging or Blending DIV Layers

Tags:

Javascript, DHTML, IE7

I have five div layers, both which show .png gradient files when selected. All of these layers contain links. When I select/show all the layers at the same time, the top layer becomes the only layer I can click on the links. Is there a way to either "merge" or "blend" the layers upon selection so that all the links work? Thanks! The CSS code follows:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
#layer1,#layer2,#layer3,#layer4,#layer5 { position:absolute; display:none; border:none;}
#layer1 img, #layer2 img, #layer3 img, #layer4 img, #layer5 img { border:0; } 
 
#layer1 { background:url(../images/img1.png) no-repeat;}
#layer2 { background:url(../images/img2.png) no-repeat; }
#layer3 { background:url(../images/img3.png) no-repeat;}
#layer4 { background:url(../images/img4.png) no-repeat;}			
#layer5 { background:url(../images/img5.png) no-repeat; } 			
 
* html #layer1, * html #layer2, * html #layer3,* html #layer4,* html #layer5 { background-image:none; }
* html #layer1src { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/img1.png', sizingMethod='scale'); }
* html #layer2src { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/img2.png', sizingMethod='scale'); }
* html #layer3src { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/img3.png', sizingMethod='scale'); }
* html #layer4src { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/img4.png', sizingMethod='scale'); }
* html #layer5src { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/img5.png', sizingMethod='scale'); }
Start your free trial to view this solution
Question Stats
Zone: Web Development
Question Asked By: msal00
Solution Provided By: GreenGhost
Participating Experts: 1
Solution Grade: B
Views: 12
Translate:
Loading Advertisement...
03.10.2008 at 10:19AM PDT, ID: 21088278

Rank: Guru

All comments and solutions are available to Premium Service Members only.

Start your 7-day free trial and see for yourself why Experts Exchange is the easiest and most proven technology resource in the world. Get Started

Already a member? Login to view this solution.

 
03.10.2008 at 10:43AM PDT, ID: 21088498

All comments and solutions are available to Premium Service Members only.

Start your 7-day free trial and see for yourself why Experts Exchange is the easiest and most proven technology resource in the world. Get Started

Already a member? Login to view this solution.

 
03.10.2008 at 11:27AM PDT, ID: 21088846

All comments and solutions are available to Premium Service Members only.

Start your 7-day free trial and see for yourself why Experts Exchange is the easiest and most proven technology resource in the world. Get Started

Already a member? Login to view this solution.

 
03.10.2008 at 12:37PM PDT, ID: 21089600

Rank: Guru

All comments and solutions are available to Premium Service Members only.

Start your 7-day free trial and see for yourself why Experts Exchange is the easiest and most proven technology resource in the world. Get Started

Already a member? Login to view this solution.

 
03.12.2008 at 09:57AM PDT, ID: 21108084

All comments and solutions are available to Premium Service Members only.

Start your 7-day free trial and see for yourself why Experts Exchange is the easiest and most proven technology resource in the world. Get Started

Already a member? Login to view this solution.

 
 
Loading Advertisement...
20080236-EE-VQP-29 / EE_QW_2_20070628