Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 04-12-2011, 01:47 PM   PM User | #1
lmw1
New Coder

 
Join Date: Dec 2007
Posts: 78
Thanks: 2
Thanked 0 Times in 0 Posts
lmw1 is an unknown quantity at this point
Form Different in IE

Can someone look at this and tell me why it's displaying inline (like it should) in FF and not in IE?

rootsofthought dot com

Respectfully,
Len
__________________
Trust everybody. Just don't trust the Devil inside of them.
lmw1 is offline   Reply With Quote
Old 04-12-2011, 02:30 PM   PM User | #2
teedoff
Senior Coder

 
Join Date: Aug 2010
Location: High Point, NC
Posts: 3,325
Thanks: 5
Thanked 363 Times in 360 Posts
teedoff is on a distinguished road
I dont see a form on the page you didnt link using the link button...lol

Be more specific please.
__________________
Teed
teedoff is offline   Reply With Quote
Old 04-12-2011, 06:55 PM   PM User | #3
lmw1
New Coder

 
Join Date: Dec 2007
Posts: 78
Thanks: 2
Thanked 0 Times in 0 Posts
lmw1 is an unknown quantity at this point
My apologies. Here's the link.

http://www.rootsofthought.com

The form is at the bottom. It's just a sign-up form with 2 fields.

It looks right in FF (horizontal), but in IE it's stacked vertically. It should be horizontally aligned crowsbrowser-wise.

Thanks in advance!
Len
__________________
Trust everybody. Just don't trust the Devil inside of them.
lmw1 is offline   Reply With Quote
Old 04-12-2011, 07:14 PM   PM User | #4
teedoff
Senior Coder

 
Join Date: Aug 2010
Location: High Point, NC
Posts: 3,325
Thanks: 5
Thanked 363 Times in 360 Posts
teedoff is on a distinguished road
Quote:
Originally Posted by lmw1 View Post
My apologies. Here's the link.

http://www.rootsofthought.com

The form is at the bottom. It's just a sign-up form with 2 fields.

It looks right in FF (horizontal), but in IE it's stacked vertically. It should be horizontally aligned crowsbrowser-wise.

Thanks in advance!
Len
I'm not at all sure how you are seeing your form, but in my FF and IE viewports your form is somewhere way down at the bottom of your background image. Perhaps, since your image is 1500x1150 pixels, and you're using position relative on your forms and awlogo, you might could try instead using margins to position those two elements.
__________________
Teed
teedoff is offline   Reply With Quote
Old 04-12-2011, 09:40 PM   PM User | #5
lmw1
New Coder

 
Join Date: Dec 2007
Posts: 78
Thanks: 2
Thanked 0 Times in 0 Posts
lmw1 is an unknown quantity at this point
It's still stacking vertically in IE.

It looks good in FF though.

Any ideas?

Respectfully,
Len
__________________
Trust everybody. Just don't trust the Devil inside of them.
lmw1 is offline   Reply With Quote
Old 04-12-2011, 11:38 PM   PM User | #6
teedoff
Senior Coder

 
Join Date: Aug 2010
Location: High Point, NC
Posts: 3,325
Thanks: 5
Thanked 363 Times in 360 Posts
teedoff is on a distinguished road
Quote:
Originally Posted by lmw1 View Post
It's still stacking vertically in IE.

It looks good in FF though.

Any ideas?

Respectfully,
Len
Did you try putting the Name, Email, and button all in the same row? As you have it now, you have 4 rows.

Code:
<form>
  <table>
    <tr>
      <th>Name: </th>
      <td><input type="text" size="35" /></td>
      <th>Email: </th>
      <td><input type="text" size="35" /></td>
      <td><input type="submit" value="Submit" /></td>
    </tr>
  </table>
</form>
__________________
Teed
teedoff is offline   Reply With Quote
Old 04-13-2011, 01:50 AM   PM User | #7
lmw1
New Coder

 
Join Date: Dec 2007
Posts: 78
Thanks: 2
Thanked 0 Times in 0 Posts
lmw1 is an unknown quantity at this point
I get "a little" lost on the topic of forms. I know what you're saying, but how would I "re-arrange" the following code so that it looks "exactly the same" as it does right now in FF (inline/horizontal)?

Code:
<div id="message" style="display:none;color:red;"></div>

	<div id="okmessage" style="display:none;align:center;color:green; margin-bottom:-5px;">Congratulations! We'll keep you posted.</div>

	<table border="0" cellpadding="5" cellspacing="5">
		
		<tr id="formName">
			<td><font size=1 face=Arial style="color:#fff;">Name:</font></td>
			<td><input type="text" name="name" id="name"  value=""></td>
		</tr>

		<tr id="formEmailtop">
			<td><font size=1 face=Arial style="color:#fff;">Email:</font></td>
			<td><input type="text" id="email" name="email" value=""></td>
		</tr>
		
		<tr id="formName">
			<td colspan=2> </td>
		</tr>
		<tr id="formSubmit">
			<td colspan="2" align=right>
			<input  onclick="signup();" type="submit" id="submit" value="Sign up!">
			<div id="loading" style="display:none;align:center;"><img src="wait.gif"></div>
			</td>
		</tr>
	</table>

		</div>
I really do appreciate you helping me!

Respectfully,
Len
__________________
Trust everybody. Just don't trust the Devil inside of them.
lmw1 is offline   Reply With Quote
Old 04-13-2011, 08:10 AM   PM User | #8
munkeyboy
New Coder

 
Join Date: Apr 2011
Posts: 36
Thanks: 0
Thanked 3 Times in 3 Posts
munkeyboy is on a distinguished road
Quote:
I get "a little" lost on the topic of forms. I know what you're saying, but how would I "re-arrange" the following code so that it looks "exactly the same" as it does right now in FF (inline/horizontal)?
The problem isn't with your form, it's with the table that you are using to hold the form fields. Checkout this page for a pretty good tutorial on tables.

Last edited by munkeyboy; 04-13-2011 at 08:12 AM.. Reason: typo
munkeyboy is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 02:20 PM.


Advertisement
Log in to turn off these ads.