Advertisement

07.29.2008 at 04:43AM PDT, ID: 23603578
[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!

6.6

Why does IE7 not display my CF application correctly?

Asked by loki421 in Internet Explorer Web Browser, WebApplications

Tags: ,

Hi all!

Got a problem, i've created a CF app, and it displays fine in Firefox, but IE7 won't display it correctly.  I have a CF form inside a div, the div is 'centered' by using the auto margin, but IE7 displays it on the left.  Is there a peice of code i can use to get the page centered on the screen?  Plus the text at the bottom doesn't format properly, i have it set to x-small, but IE7 doesn't want t ouse that, and displays it however it sees fit!!!!

I've attached the code just in case you want to have a look :-)

Hope someone can help :-)  

Thanks in advance guys :-)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:
<HTML>
<HEAD>
<TITLE>Contact form</TITLE>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style type="text/css">
<!--
#top {
	margin-right: auto;
	margin-left: auto;
	background-color: #00cc66;
	height: 40px;
}
#bottom {
	margin-right: auto;
	margin-left: auto;
	background-color: #00cc66;
	height: 40px;
}
#content img {
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
#text {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	z-index: auto;
	left: auto;
	right: auto;
	background-color: #FFFFFF;
}
#bottom .style3 {
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
}
#text .style5 {
	margin-bottom: 10px;
}
#content {
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
}
.style2 {font-family: Verdana, Arial, Helvetica, sans-serif}
.style3 {
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.style4 {
	font-size: medium;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.style5 {
	font-size: x-large;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	background-color: #FFFFFF;
}
-->
</style>
</HEAD>
 
<BODY text="#000000">
<div id="top"></div>
<div id="text">
  <div align="center" class="style5">Welcome to Grosvenor Hall (Group) Ltd  </div>
  <div align="center" class="style4">Please take a moment to fill out our contact form and one of our advisors will be in touch shortly.</div>
</div>
<div id="content">
 <FORM ACTION="action.cfm" METHOD="post">
     <BR>
     <BR>
     <table width="973" border="0" align="center" bgcolor="#FFFFFF">
       <tr>
         <td width="328"><div align="right"><font face="Verdana, Arial, Helvetica, sans-serif">First Name:</font></div></td>
         <td width="257"><input type="text" name="firstname" value=""></td>
         <td width="374" rowspan="5" bgcolor="#FFFFFF"><div align="center"><img src="images/ghg_logo.jpg" alt="ghg" width="157" height="128"></div></td>
       </tr>
       <tr>
         <td><div align="right"><font face="Verdana, Arial, Helvetica, sans-serif">Last Name</font>:</div></td>
         <td><input type="text" name="lastname" value=""></td>
       </tr>
       <tr>
         <td><div align="right"><span class="style2">Phone number:</span></div></td>
         <td><input type="text" name="phonenumber" value=""></td>
       </tr>
       <tr>
         <td><div align="right"><span class="style2">Address:</span></div></td>
         <td><input type="text" name="address" value="Please enter full address"></td>
       </tr>
       <tr>
         <td><div align="right"><font face="Verdana, Arial, Helvetica, sans-serif">Email:</font></div></td>
         <td><input type="text" name="email" value="Please enter a valid email address"></td>
       </tr>
       <tr>
         <td><div align="right"><font size="3" face="Verdana, Arial, Helvetica, sans-serif">Please breifly describe the vehicle you are interested in or what budget you have, along with any additional infomation or questions you'd like to ask</font>:</div></td>
         <td><textarea name="additional" rows="7" cols="40" id="additional"></textarea></td>
         <td bgcolor="#FFFFFF">&nbsp;</td>
       </tr>
       <tr>
         <td>&nbsp;</td>
         <td><font size="1" face="verdana">
         <input type="submit" name="Submit" id="Submit" value="Submit">
         </font></td>
         <td rowspan="2"><div align="center"><img src="images/affinity logo top left.png" alt="affinity" width="110" height="39"></div></td>
       </tr>
       <tr>
         <td>&nbsp;</td>
         <td>&nbsp;</td>
       </tr>
     </table>
    <BR>
</FORM></div>
<div id="bottom">
  <div align="center" class="style3">Registered Office: Grosvenor Hall (Group) Limited, 6 Church Street,   Kidderminster, Worcestershire, DY10 2AD | Registered in England No.   5368887<BR>
    Tel. No. 084 50 57 57 50 | Sales Fax No. 01562 701200 | Admin Fax No.   01562 701300 </div>
</div>
</BODY>
</HTML>
[+][-]08.01.2008 at 07:59AM PDT, ID: 22138901

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.

 
[+][-]08.07.2008 at 01:34AM PDT, ID: 22178911

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: Internet Explorer Web Browser, WebApplications
Tags: CF 8 Dreamweaver CS3, IE7 Firefox
Sign Up Now!
Solution Provided By: loki421
Participating Experts: 0
Solution Grade: A
 
 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628