Advertisement

06.11.2008 at 02:38AM PDT, ID: 23475066
[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.6

CSS menu, needs somework!

Asked by abenbow in Cascading Style Sheets (CSS)

I have a menu that is working as it should in IE7 but isn't working properly in firefox, opera and safari and the flyouts aren't showing up at all in IE6.

help!

tiaStart 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:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
85:
86:
87:
88:
89:
90:
91:
92:
93:
94:
95:
96:
97:
98:
99:
100:
101:
102:
103:
104:
105:
106:
107:
108:
109:
110:
111:
112:
113:
114:
115:
116:
117:
118:
119:
120:
121:
122:
123:
124:
125:
126:
127:
128:
129:
130:
131:
132:
133:
134:
135:
136:
137:
138:
139:
140:
141:
142:
143:
144:
145:
146:
147:
148:
149:
150:
151:
152:
153:
154:
155:
156:
157:
158:
159:
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<style type="text/css">
 
.headermenucss {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 12px;
 
	position:relative; 
	z-index:100;
		
	height: 35px;
	margin-left: 50px;
	width: 600px;
	text-align:center;
	float:left;
}
 
.headermenucss ul {
	margin: 0;
	padding: 0;
}
 
.headermenucss ul {
	margin-top: 3px;
}
 
.headermenucss li {
	display: inline;
	list-style-type: none;
	height: 35px;	
	position: relative;
}
 
.headermenucss a:link, .headermenucss a:visited {
	color: #4A4A4A;
	text-decoration: none;
}
 
.headermenucss a:hover {
	color: #724B26;
	text-decoration: underline;	
}
 
.headermenucss ul li ul, .headermenucss ul li:hover ul li ul {
	display:none;	
}
 
.headermenucss ul li:hover ul {
	display:block;
	position:absolute; 
	top: 11px; 
	left:-2px;
	width:130px;
	text-align:left;
	padding: 0 2px;
	
	background:#CCCCCC;
}
 
.headermenucss ul li:hover ul li:hover ul {
	display:block; 
	position:absolute; 
	left:130px; 
	top:0;
	width:250px;
}
 
.headermenucss li ul li {
	display:list-item;
	list-style-type: none;
	padding: 5px 0;
	height:15px;	
}
 
.headermenucss li ul li:hover {
	background: #999999;
}
</style>
</head>
 
<body>
<div id="header_menucss" class="headermenucss">
<ul>
	<li><a href="home.html">home</a></li> | 
	<li><a href="about_us.html">about us</a></li> | 
	<li><a href="services.html">services</a>
	<ul>
		<li><a href="list_management.html"  style="padding-left:5px; text-align: left;">List Management</a></li>
		<li><a href="list_broking.html"  style="padding-left:5px; text-align: left;">List Broking</a></li>
		<li><a href="bureau_facilities.html"  style="padding-left:5px; text-align: left;">Bureau Facilities</a></li>
		<li><a href="data_analytics.html"  style="padding-left:5px; text-align: left;">Data Analytics</a></li>
		<li><a href="media_planning.html"  style="padding-left:5px; text-align: left;">Media Planning</a></li>
		<li><a href="print_creative.html"  style="padding-left:5px; text-align: left;">Print & Creative</a></li>
		<li><a href="fulfilment.html"  style="padding-left:5px; text-align: left;">Fulfilment</a></li>
		<li><a href="call_centre.html"  style="padding-left:5px; text-align: left;">Call Centre</a></li>
	</ul>
	</li> | 
	<li><a href="list_portfolio.html">list portfolio</a>
	<ul>
		<li><a href="index.php?page=list_portfolio&cat=1"  style="padding-left:5px; text-align: left;">The Gold File</a></li>
		<ul>
			<li><a href="index.php?page=list_portfolio&list=1" style="padding-left:5px; text-align: left;">GOLD File</a></li>
		</ul>
		<li><a href="index.php?page=list_portfolio&cat=2"  style="padding-left:5px; text-align: left;">Charity</a></li>
		<ul>
			<li><a href="index.php?page=list_portfolio&list=2" style="padding-left:5px; text-align: left;">Charity Connect</a></li>
            <li><a href="index.php?page=list_portfolio&list=3" style="padding-left:5px; text-align: left;">Animals</a></li>
			<li><a href="index.php?page=list_portfolio&list=4" style="padding-left:5px; text-align: left;">Children</a></li>
			<li><a href="index.php?page=list_portfolio&list=5" style="padding-left:5px; text-align: left;">Elderly</a></li>
			<li><a href="index.php?page=list_portfolio&list=6" style="padding-left:5px; text-align: left;">Third World</a></li>
			<li><a href="index.php?page=list_portfolio&list=7" style="padding-left:5px; text-align: left;">Medical</a></li>
			<li><a href="index.php?page=list_portfolio&list=8" style="padding-left:5px; text-align: left;">Environmental</a></li>
			<li><a href="index.php?page=list_portfolio&list=9" style="padding-left:5px; text-align: left;">High Value Donors</a></li>
			<li><a href="index.php?page=list_portfolio&list=10" style="padding-left:5px; text-align: left;">Legacy Donors</a></li>
			<li><a href="index.php?page=list_portfolio&list=11" style="padding-left:5px; text-align: left;">Lottery / Sweeps</a></li>
			<li><a href="index.php?page=list_portfolio&list=12" style="padding-left:5px; text-align: left;">Regular Giving</a></li>
		</ul>
		<li><a href="index.php?page=list_portfolio&cat=3"  style="padding-left:5px; text-align: left;">Directors</a></li>
		<ul>
			<li><a href="index.php?page=list_portfolio&list=13" style="padding-left:5px; text-align: left;">Directors @ Home</a></li>
            <li><a href="index.php?page=list_portfolio&list=14" style="padding-left:5px; text-align: left;">Directors Wives</a></li>
		</ul>
        <li><a href="index.php?page=list_portfolio&cat=4"  style="padding-left:5px; text-align: left;">Financial</a></li>
        <li><a href="index.php?page=list_portfolio&cat=5"  style="padding-left:5px; text-align: left;">Hobbies/Interests</a></li>
    	<li><a href="index.php?page=list_portfolio&cat=6"  style="padding-left:5px; text-align: left;">Investors</a></li>
    	<ul>
    		<li><a href="index.php?page=list_portfolio&list=53" style="padding-left:5px; text-align: left;">Investor Connection</a></li>
            <li><a href="index.php?page=list_portfolio&list=54" style="padding-left:5px; text-align: left;">FTSE Investors</a></li>
            <li><a href="index.php?page=list_portfolio&list=55" style="padding-left:5px; text-align: left;">Green Investors</a></li>
            <li><a href="index.php?page=list_portfolio&list=56" style="padding-left:5px; text-align: left;">High Risk / Speculative Investors</a></li>
            <li><a href="index.php?page=list_portfolio&list=57" style="padding-left:5px; text-align: left;">IPO's / BES / Funds / Plus Market</a></li>
        </ul>
        <li><a href="index.php?page=list_portfolio&cat=7"  style="padding-left:5px; text-align: left;">Life Stage</a></li>
        <ul>
        	<li><a href="index.php?page=list_portfolio&list=58" style="padding-left:5px; text-align: left;">Birthday Present File</a></li>
        	<li><a href="index.php?page=list_portfolio&list=59" style="padding-left:5px; text-align: left;">Data of Birth File</a></li>
            <li><a href="index.php?page=list_portfolio&list=60" style="padding-left:5px; text-align: left;">Household Composition</a></li>
            <li><a href="index.php?page=list_portfolio&list=61" style="padding-left:5px; text-align: left;">Household Type</a></li>
            <li><a href="index.php?page=list_portfolio&list=62" style="padding-left:5px; text-align: left;">Parental Connections</a></li>
            <li><a href="index.php?page=list_portfolio&list=63" style="padding-left:5px; text-align: left;">Luxury Ladies</a></li>
            <li><a href="index.php?page=list_portfolio&list=64" style="padding-left:5px; text-align: left;">New Movers File</a></li>
       </ul>
       	<li><a href="index.php?page=list_portfolio&cat=8" style="padding-left:5px; text-align: left;">Mail Order</a></li>
       	<li><a href="index.php?page=list_portfolio&cat=9" style="padding-left:5px; text-align: left;">Motors</a></li>
       	<li><a href="index.php?page=list_portfolio&cat=10" style="padding-left:5px; text-align: left;">Pets</a></li>
       	<li><a href="index.php?page=list_portfolio&cat=11" style="padding-left:5px; text-align: left;">Travel</a></li>
    </ul>
    </li> | 
	<li><a href="clients.html">clients</a></li> | <li><a href="media_centre.html">media centre</a></li> | 
	<li><a href="contact_us.html">contact us</a></li> | 
	<li><a href="sitemap.html">site map</a></li>
</ul>
</div>
 
 
</body>
</html>
[+][-]06.11.2008 at 06:46AM PDT, ID: 21759975

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

Zone: Cascading Style Sheets (CSS)
Sign Up Now!
Solution Provided By: FSIFM
Participating Experts: 2
Solution Grade: B
 
 
[+][-]06.11.2008 at 04:50PM PDT, ID: 21765102

Assisted solutions are selected by the member who asked the question as a comment that contributed to their question's solution.

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

 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628