[x]
Posted via EE Mobile

Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again.

09/01/2009 at 08:10AM PDT, ID: 24698214
[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

Website Alignment troubleshooting in IE and Firefox

Asked by shawnzer in Miscellaneous Web Development, Hypertext Markup Language (HTML), Firefox Web Browser

Tags: Web Design, Code, Html, Css

I have website that I have created using a template based online program for a real estate company. The program lets me do some custom content. I have created the The menu buttons and left side custom.

The problem im having is the menu aligns to the picture above it fine in IE, but in Firefox its stick out to the right a little bit past the picture.

the website:
http://www.illinoisforeclosuredeals.com/

Attached is the external CSS code.

Below is the code for that menu area only.

Thanks for any suggestions
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:
32:
33:
34:
35:
36:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 <link rel="stylesheet" media="all" type="text/css" href="http://shawnsdigitalworld.com/helenoliverirealty/menu_style.css" />
 
</head>
<body>
 
<table width="100%" height="100%" border="0"  align="left" cellpadding="0" cellspacing="0" bgcolor="696969" >
<tr valign="top">
    <td  scope="row"><div align="left"><img src="http://www.illinoisforeclosuredeals.com/shared/cache/ThemeResource/539766/Photo/25-160x480.img?_Version=633873904386324327" alt="Header" width="160" height="125" align="bottom"  longdesc="http://www.illinoisforeclosuredeals.com/shared/cache/ThemeResource/539766/Photo/20-160x480.img?_Version=633869839625755350"/></div></td>
  <tr>
    <td scope="row"><div align="left"><div class="menu bubplastic vertical red">
   <ul>
     <li><span class="menu_r"><a href="http://www.illinoisforeclosuredeals.com"><span class="menu_ar">Home</span></a></span></li>
     <li><span class="menu_r"><a href="http://www.illinoisforeclosuredeals.com/REO__BPO_Services/page_2253105.html"><span class="menu_ar">Reo / BPO Services</span></a></span></li>
     <li><span class="menu_r"><a href="http://www.illinoisforeclosuredeals.com/Our_Featured_Listings/page_2267290.html"><span class="menu_ar">Our Featured Listings</span></a></span></li>
     <li><span class="menu_r"><a href="http://www.illinoisforeclosuredeals.com/Foreclosures_Nationwide/page_2269601.html"><span class="menu_ar">Foreclosures Nationwide</span></a></span></li>
     <li><span class="menu_r"><a href="http://www.illinoisforeclosuredeals.com/Steals_-n-_Deals/page_2267231.html"><span class="menu_ar">Steals -n- Deals</span></a></span></li>
     <li><span class="menu_r"><a href="http://www.illinoisforeclosuredeals.com/For_Buyers/page_2267305.html"><span class="menu_ar">For Buyers</span></a></span></li>
     <li><span class="menu_r"><a href="http://www.illinoisforeclosuredeals.com/Buying_Tips/page_2267221.html"><span class="menu_ar">Buying Tips</span></a></span></li>
     <li><span class="menu_r"><a href="http://www.illinoisforeclosuredeals.com/Calculators/page_2267306.html"><span class="menu_ar">Calculators</span></a></span></li>
     <li><span class="menu_r"><a href="http://www.illinoisforeclosuredeals.com/Resources/page_2267307.html"><span class="menu_ar">Resources</span></a></span></li>
     <li><span class="menu_r"><a href="http://www.illinoisforeclosuredeals.com/Tips_and_Tricks/page_2267308.html"><span class="menu_ar">Tips and Tricks</span></a></span></li>
     <li><span class="menu_r"><a href="http://www.illinoisforeclosuredeals.com/Our_Blog/page_2265693.html"><span class="menu_ar">Our Blog</span></a></span></li>
     <li><span class="menu_r"><a href="http://www.illinoisforeclosuredeals.com/About_Helen/page_2252289.html"><span class="menu_ar">About Helen</span></a></span></li>
     <li><span class="menu_r"><a href="http://www.illinoisforeclosuredeals.com/Keller_Williams_Realty/page_2252221.html"><span class="menu_ar">Keller Williams Realty</span></a></span></li>
     <li><span class="menu_r"><a href="http://www.illinoisforeclosuredeals.com/Contact_Us/page_2265372.html"><span class="menu_ar">Contact us</span></a></span></li>
     </ul>
   <br class="clearit" />
</div></div></td>
  </tr>
</table>
</body>
</html>
Attachments:
 
CSS CODE
 
[+][-]09/01/09 08:52 AM, ID: 25232838

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.

 
[+][-]09/01/09 09:38 AM, ID: 25233340

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.

 
[+][-]09/01/09 09:53 AM, ID: 25233498

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.

 
[+][-]09/01/09 10:28 AM, ID: 25233823

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.

 
[+][-]09/01/09 11:07 AM, ID: 25234189

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.

 
[+][-]09/01/09 11:26 AM, ID: 25234432

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.

 
[+][-]09/01/09 11:29 AM, ID: 25234475

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.

 
[+][-]09/01/09 11:47 AM, ID: 25234668

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.

 
[+][-]09/02/09 08:58 AM, ID: 25242416

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.

 
[+][-]09/05/09 02:30 AM, ID: 25265466

Experts Exchange has a courteous staff of administrators who help members get the most out of the website by means of administrative comments like this one.

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

 
[+][-]09/05/09 01:10 PM, ID: 25267548

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.

 
[+][-]09/06/09 06:12 PM, ID: 25272246

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: Miscellaneous Web Development, Hypertext Markup Language (HTML), Firefox Web Browser
Tags: Web Design, Code, Html, Css
Sign Up Now!
Solution Provided By: Kravimir
Participating Experts: 3
Solution Grade: A
 
 
 
Loading Advertisement...
20091111-EE-VQP-91 - Hierarchy / EE_QW_3_20080625