Advertisement

09.16.2008 at 03:57PM PDT, ID: 23736992
[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!

7.4

Problem with overlapping layers in IE7. Top layer text is white. Works fine in Firefox, Safari, Chrome

Asked by Curtis_Shirley in Web Languages/Standards, Cascading Style Sheets (CSS), .NET

Tags: , ,

I am working on a site at this address (hosted from my server):

http://98.214.215.136/about.aspx

I am overlapping two div layers. The top layer has text and the bottom layer is an 85% opaque white background. The two function properly in Firefox, Safari, and Google Chrome but IE7 makes the text all white. I thought that maybe the z-index was the problem but it isn't. You can highlight and copy the text layer in IE7, proving that the text layer is in fact on top.

Any ideas?

Thanks!Start Free Trial
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
<style type="text/css">
#content_text    {position: absolute; top: 67px; right: 15px; width: 290px; height: 324px; padding-top: 10px; background-color: Transparent;}
#content_text_holder   {position: absolute; top: 67px; right: 15px; width: 290px; height: 324px; background-color: #FFFFFF; -moz-opacity: 0.85; filter: alpha(opacity=85); opacity: 0.85;}        
</style>    
 
            <div id="content_text_holder">
            </div> 
            <div id="content_text">
                <span style="font-family: Helvetica; font-size: 12px; color:#79AF2B; padding-left:10px;">Development</span>
                <ul style="margin-top: 0px; margin-bottom: 0px;">
                <li style="color: #79AF2B;"><span style="color: #675E53;">Test design and development</span></li>
                <li style="color: #79AF2B;"><span style="color: #675E53;">Item design and development</span></li>
                <li style="color: #79AF2B;"><span style="color: #675E53;">Professional Development Consultancy</span></li>
                </ul>
                <span style="font-family: Helvetica; font-size: 12px; color:#79AF2B; padding-left:10px;">Operations</span>
                <ul style="margin-top: 0px; margin-bottom: 0px;">
                <li style="color: #79AF2B;"><span style="color: #675E53;">Printing</span></li>
                <li style="color: #79AF2B;"><span style="color: #675E53;">Distribution</span></li>
                <li style="color: #79AF2B;"><span style="color: #675E53;">Scanning</span></li>
                <li style="color: #79AF2B;"><span style="color: #675E53;">Scoring</span></li>
                <li style="color: #79AF2B;"><span style="color: #675E53;">Program and Project Management</span></li>
                <li style="color: #79AF2B;"><span style="color: #675E53;">Test planning and administration management</span></li>
                <li style="color: #79AF2B;"><span style="color: #675E53;">Test delivery (paper-pencil and online)</span></li>
                </ul>
                <span style="font-family: Helvetica; font-size: 12px; color:#79AF2B; padding-left:10px;">Psychometrics</span>
                <ul style="margin-top: 0px; margin-bottom: 0px;">
                <li style="color: #79AF2B;"><span style="color: #675E53;">Measurement</span></li>
                <li style="color: #79AF2B;"><span style="color: #675E53;">Analysis</span></li>
                <li style="color: #79AF2B;"><span style="color: #675E53;">Reporting</span></li>
                </ul>   
            </div>
[+][-]09.16.2008 at 03:58PM PDT, ID: 22494078

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]09.16.2008 at 05:41PM PDT, ID: 22494575

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]09.16.2008 at 05:48PM PDT, ID: 22494603

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]09.16.2008 at 09:25PM PDT, ID: 22495460

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]09.16.2008 at 09:35PM PDT, ID: 22495501

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]09.17.2008 at 08:11AM PDT, ID: 22499594

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]09.17.2008 at 08:15AM PDT, ID: 22499638

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zones: Web Languages/Standards, Cascading Style Sheets (CSS), .NET
Tags: ASP.Net, CSS, IE7, Firefox, Safari, http://98.214.215.136/about.aspx
Sign Up Now!
Solution Provided By: Curtis_Shirley
Participating Experts: 1
Solution Grade: A
 
 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628