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 01-22-2013, 11:51 AM   PM User | #1
jarv
Banned

 
Join Date: Mar 2007
Posts: 1,523
Thanks: 116
Thanked 0 Times in 0 Posts
jarv can only hope to improve
Internet Explorer IE7 form button on new line

Hi, on my site: http://aet.inpreview.net
In the footer, there is a Newsletter sign up form.

In IE7, the submit button falls on the next line, please help, I think I've tried eveything?!

html
Code:
<div id="newsletter">
				<form name="newsletter" action="#" method="post">
					<p>Sign up to our e-newsletter</p>
					<input type="text" value="Name" class="newslettertextbox" name="name"><input type="text" value="email" class="newslettertextbox" name="email"><input type="button" value="Sign up" name="submit">
				</form>
			</div>
CSS
Code:
#newsletter {
    clear: both;
    float: right;
    height: 72px;
    margin-top: 10px;
    text-align: right;
    width: 50%;
}
#newsletter form {
    display: inline-block;
    margin-bottom: 0;
}

.newslettertextbox {
    font-size: 12px !important;
    margin-right: 4px !important;
    width: 80px !important;
}
jarv is offline   Reply With Quote
Old 01-22-2013, 02:12 PM   PM User | #2
jarv
Banned

 
Join Date: Mar 2007
Posts: 1,523
Thanks: 116
Thanked 0 Times in 0 Posts
jarv can only hope to improve
is anyone able to help me here?
jarv is offline   Reply With Quote
Old 01-22-2013, 02:43 PM   PM User | #3
jerry62704
Senior Coder

 
jerry62704's Avatar
 
Join Date: Oct 2007
Location: Springfield, IL
Posts: 1,042
Thanks: 9
Thanked 81 Times in 81 Posts
jerry62704 is on a distinguished road
I removed the "max-width:100%" on the input[type-'text'] and it went to the same line.
__________________
.
.
...and gladly would he learn and gladly teach

Visit www.LiberalsWin.com for humor and the unique Bush/Obama Approval Polls
jerry62704 is offline   Reply With Quote
Reply

Bookmarks

Tags
alignment, ie7

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 04:36 AM.


Advertisement
Log in to turn off these ads.