Advertisement

07.12.2008 at 10:41AM PDT, ID: 23559822
[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.1

Login button on form displays differently in Firefox compared to IE7

Asked by petrolhead88 in Cascading Style Sheets (CSS), Extensible HTML (XHTML)

Tags: , ,

If you open the file index.html, you can see that the login box in the top right displays correctly in IE7, but in Firefox it looks different. The top half of the button does not seem in line with the bottom half.
Also, possibly as a result, there is more yellow space under the login box in Firefox.

I have done a global reset of margin and padding in the css file, as I was having problems with the whole thing looking different in the two browsers.

In the code snippet I have put the XHTML at the top, and CSS at the bottom.

To ivew the site with the images please check the URL provided.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:
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:
160:
161:
162:
163:
164:
165:
166:
167:
168:
169:
170:
171:
172:
173:
174:
175:
176:
177:
178:
179:
180:
181:
182:
183:
184:
185:
186:
187:
188:
189:
190:
191:
192:
193:
194:
195:
196:
197:
198:
199:
200:
201:
202:
203:
204:
205:
206:
207:
208:
209:
210:
211:
212:
213:
214:
215:
216:
217:
218:
219:
220:
221:
222:
223:
224:
225:
226:
227:
228:
229:
230:
231:
232:
233:
234:
235:
236:
237:
238:
239:
240:
241:
242:
243:
244:
245:
246:
247:
248:
249:
250:
251:
252:
253:
254:
255:
256:
257:
258:
259:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>GiveawayGalore</title>
<link rel="stylesheet" href="style.css" type="text/css" />
</head>
 
<body>
 
	<div id = container>
			<h1><img src="Images/logo.jpg" alt="GiveawayGalore"/></h1>		
	<div id = topcontainer>
		<div id = sideh1>
        	<form method="post" action="mailto:youremail@email.com">
            <p> <span class="headerlogin"> Members Login &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp </span> <br />
            Email: <input type="text" size="15" maxlength="40" name="name"> <br />
            Password: <input type="password" size="12" maxlength="15" name="password"><br />
            <span class="loginbox"><a href="Login.html"><img src="Images/login.png" alt="Login" border="0"/></a></span> </p>
			</form>
		</div>
	</div>
 
   		<div id="navcontainer">
    		<ul id="mainnav">
      		  	<li class="currentPage">
            		<a href="#">Home</a>
            	</li>
            	<li><a href="#">Current Auctions</a></li>
            	<li><a href="#">FAQ's</a></li>
            	<li><a href="#">About Us</a></li>
            	<li><a href="#">Contact Us</a></li>
        	</ul>
			<div id="navclearer"></div>
    	</div>
		
		<div id = main>
			Testing
		</div>
		
		<div id = side>
			<span class = "headerregister">
				Join Now &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp
			</span>
			Sign up now for additional benefits:
			<ol>
				<li>1. Keep track of your bidding history</li>
				<li>2. Be the first to know about latest auctions</li>
				<li>3. Gain access to special offers</li>
			</ol>
			<!--<div class = "box">
				<a href="Register.html"><img src="Images/cooltext93574084.png" 
				onmouseover="this.src='Images/cooltext93574084MouseOver.png';" 
				onmouseout="this.src='Images/cooltext93574084.png';" border=0; /></a> </p>
			</div>-->
		</div>
		
	</div>
 
</body>
</html>
 
 
 
 
* {
margin: 0;
padding: 0;
} 
 
body {
	font-size: 0.8em;
	font-family: Verdana, Arial, Sans-Serif;
	background: #f4f4f4 url(images/bg.gif) center repeat-y;
}
 
.loginbox {
}
 
#container {
	width: 700px;
	margin: 0 auto;
	height: 800px;
}
 
#topcontainer {
	height: 68px;
}
 
h1 {
    font-size: 3.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ddd;
	float: left;
	width: 70%;
	position: fixed;
}
 
#sideh1{
	float: right;
	width: 26%;
	font: bold;
	background:#FFFFFF;
}
 
#sideh1 .box {	
	padding: 1em;
	margin: 0 0 0 0;
	background: #FFF6BF;
	float: left;
	top: 0px;
	right: 2px;
	width: 100px;
}
 
.headerlogin {
    width: 100px;
    border-bottom: 1px solid #DDD;
    border-top: none;
    height: 24px;
	line-height: 24px;
    font-size: 1em;
    font-weight: bold;
	background:url(Images/headerlogin.jpg) repeat-x;
	text-align: left;
	color: #FF9900;
}
 
ol {
	font: italic 1em Georgia, Times, serif;
	font-size: 14px;
	color: #999999;
	text-align: left;
	margin-left: 12px;
	margin-top: 2px;
}
 
#main {
	float: left;
	width: 70%;
	padding: 1em;
	margin-bottom: 1.2em;
	background: #fff;
	color: #666;
	text-align: justify;
}
 
#side{
	float: right;
	width: 26%;
	background : #FFF6BF;
	font-size: 16px;
	color: #CC6600;
}
 
#side .box {	
	padding: 1em;
	float: center;
	margin-left: 7px;
}
 
.headerregister {	
    width: 100px;
    border-bottom: 1px solid #DDD;
    border-top: none;
    height: 24px;
	line-height: 24px;
    font-size: 1em;
    font-weight: bold;
	background:url(Images/headerlogin.jpg) repeat-x;
	text-align: left;
	color: #FF9900
}
 
#content {
font: 95%/1.3 TrebuchetMS,Arial,sans-serif;
	margin: 0 auto;
    padding: 15px;
	background: #ded;
	width: 90%;
}
#footer {
	clear: both;
	text-align: center;
	font-size: 0.8em;
}
 
ul {  
padding: 0; 
margin: 0;
}
 
#side li { 
list-style-type: none;
}
 
#main ul {
padding: 0 50px;
}
 
.imgright {
float: right;
margin: 0 10px;
}
 
.imgleft {
float: left;
margin: 0 0px;
}
 
/* tabbed navigation list */
 
#navcontainer {
	border-bottom: 1px solid #ccc;
	/*border-top: 1px solid #ddd;*/
	background-color: #FFFF33;
}
 
#navclearer{
	clear: both;
/*	height: 1px;*/
}
 
#mainnav {
margin: 0 0 0 10px;
list-style: none;
font-size: 0.75em;
}
 
#mainnav li {
float: left;
margin: 10px 0 0 5px;
background: url(Images/tableft.gif) no-repeat left top;
padding: 0;
}
 
#mainnav li a {
display: block;
background: url(Images/tabright.gif) no-repeat right top;
padding: 0 15px 0 10px;
margin: 0 0 0 4px;
font-weight: bold;
text-decoration: none;
text-align:center;
min-width: 60px;
padding:5px 15px 4px 6px;
}
 
#mainnav a:hover,
#mainnav a:active, 
#mainnav li.currentPage a {
	background-position:100% -42px;
	color: #888;	
}
#mainnav li:hover,
#mainnav li:active,
#mainnav li.currentPage {
    background-position:0% -42px;
}
[+][-]07.12.2008 at 10:45AM PDT, ID: 21989858

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.

 
[+][-]07.13.2008 at 12:23AM PDT, ID: 21991586

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.

 
[+][-]07.13.2008 at 05:52AM PDT, ID: 21992349

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.

 
[+][-]07.13.2008 at 09:10AM PDT, ID: 21993027

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.

 
[+][-]07.13.2008 at 09:55AM PDT, ID: 21993172

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.

 
[+][-]07.13.2008 at 07:25PM PDT, ID: 21995259

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: Cascading Style Sheets (CSS), Extensible HTML (XHTML)
Tags: XHTML/Firefox, Internet Explorer 7/Mozilla Firefox 2.0.0.15, www.giveawaygalore.com
Sign Up Now!
Solution Provided By: scrathcyboy
Participating Experts: 2
Solution Grade: A
 
 
[+][-]07.14.2008 at 10:28AM PDT, ID: 22000154

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.

 
[+][-]07.15.2008 at 10:40AM PDT, ID: 22009048

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 - Hierarchy / EE_QW_2_20070628