Advertisement

08.25.2008 at 09:24PM PDT, ID: 23677423
[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!

8.6

CSS HTML Navigation problem

Asked by khawaib in Cascading Style Sheets (CSS), Hypertext Markup Language (HTML)

I am having hard time to figure this out. Navigation works fine in FF but gets broken when I test in IE 7. I have not tested in IE 6 yet. In IE I see all li centered on top of each other while they should be in a horizontal.

ThanksStart 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:
/*---- Navigation CSS -----*/
#headerNavBar { position: absolute; top: 93px; left: 7px; height: 24px; }
#nav { list-style: none; }
#nav li { float: left; marhin: 0; padding: 0;}
#nav a * { display: none; }
#nav a, #nav a .hover { height: 24px; position: relative; display: block; background: url(../images/navigation.jpg) 0 0 no-repeat; }
#nav a.home { background-position: 0 0; width: 47px; }
#nav .highlight a.home:hover, #nav a.home .hover { background-position: 0 -24px; }
#nav a.howitworks { background-position: -47px 0px; width: 114px; }
#nav .highlight a.howitworks:hover, #nav a.howitworks .hover { background-position: -47px -24px; }
#nav a.news { background-position: -161px 0; width: 63px; }
#nav .highlight a.news:hover, #nav a.news .hover { background-position: -161px -24px; }
#nav a.downloadforms { background-position: -224px 0; width: 134px; }
#nav .highlight a.downloadforms:hover, #nav a.downloadforms .hover { background-position: -224px -24px; }
#nav a.requestappoinment { background-position: -358px 0; width: 161px; }
#nav .highlight a.requestappoinment:hover, #nav a.requestappoinment .hover { background-position: -358px -24px; }
#nav a.aboutus { background-position: -519px 0; width: 88px; }
#nav .highlight a.aboutus:hover, #nav a.aboutus .hover { background-position: -519px -24px; }
#nav a.contactus { background-position: -607px 0; width: 99px; }
#nav .highlight a.contactus:hover, #nav a.contactus .hover { background-position: -607px -24px; }
 
/*---- HTML Code -----*/
            <div id="headerNavBar"> 
            <ul id="nav"><li class="highlight"><a href="<?php echo $mosConfig_live_site;?>" class="home"><span>Home</span></a></li><li class="highlight"><a href="index.php?option=com_content&task=blogsection&id=1&Itemid=45" class="howitworks"><span>How it Works</span></a></li><li class="highlight"><a href="index.php?option=com_content&task=view&id=12" class="news"><span>News</span></a></li><li class="highlight"><a href="#" class="downloadforms"><span>Download Forms</span></a></li><li class="highlight"><a href="#" class="requestappoinment"><span>Resquest Appointment</span></a></li><li class="highlight"><a href="#" class="aboutus"><span>About Us</span></a></li><li class="highlight"><a href="#" class="contactus"><span>Contact Us</span></a></li></ul>
            </div>
[+][-]08.25.2008 at 09:41PM PDT, ID: 22311642

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 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]08.25.2008 at 09:41PM PDT, ID: 22311643

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 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]08.25.2008 at 11:06PM PDT, ID: 22311929

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 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]08.26.2008 at 07:17AM PDT, ID: 22314942

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 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]08.26.2008 at 07:43AM PDT, ID: 22315293

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 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]08.26.2008 at 08:00AM PDT, ID: 22315511

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 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]08.26.2008 at 09:33AM PDT, ID: 22316621

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 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]08.26.2008 at 10:03AM PDT, ID: 22316917

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 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]08.26.2008 at 10:32AM PDT, ID: 22317177

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 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]08.26.2008 at 10:36AM PDT, ID: 22317208

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 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]08.26.2008 at 11:04AM PDT, ID: 22317516

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 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]08.26.2008 at 11:17AM PDT, ID: 22317652

View this solution now by starting your 30-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: Cascading Style Sheets (CSS), Hypertext Markup Language (HTML)
Sign Up Now!
Solution Provided By: wilson1000
Participating Experts: 3
Solution Grade: A
 
 
 
Loading Advertisement...
20081112-EE-VQP-44 / EE_QW_EXPERT_20070906