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 12-12-2007, 05:40 PM   PM User | #1
michaelespinosa
New Coder

 
Join Date: Aug 2007
Posts: 69
Thanks: 11
Thanked 2 Times in 2 Posts
michaelespinosa is an unknown quantity at this point
Weird height behavior in css - Help

I have a page with a 3 column layout and a form that I created that I am trying to insert into the middle column. Should be really simple, but for some reason the div that the first field is in is stretching out to the bottom of the other two columns. It's hard to explain so here's a link http://www.rockchurchfamily.com/membership/form.htm

Note it does this in most browsers except IE

Thanks for any help,
Michael
michaelespinosa is offline   Reply With Quote
Old 12-12-2007, 06:31 PM   PM User | #2
michaelespinosa
New Coder

 
Join Date: Aug 2007
Posts: 69
Thanks: 11
Thanked 2 Times in 2 Posts
michaelespinosa is an unknown quantity at this point
I know it is related to clearing, but not sure if there is a way around it or not. I suppose I could do an iframe. But i would prefer not to.

Thanks,
Michael
michaelespinosa is offline   Reply With Quote
Old 12-12-2007, 08:26 PM   PM User | #3
jcdevelopment
Senior Coder

 
jcdevelopment's Avatar
 
Join Date: Oct 2007
Location: Cowboy Nation
Posts: 2,171
Thanks: 173
Thanked 257 Times in 257 Posts
jcdevelopment will become famous soon enoughjcdevelopment will become famous soon enough
try this

Code:
#form_container
{
text-align:left;
width:450px;
float:right;/*then if its not right where you want it then mess with the padding i imagine*/
}
i viewed this in firefox, it worked!!
jcdevelopment is offline   Reply With Quote
Old 12-12-2007, 09:05 PM   PM User | #4
michaelespinosa
New Coder

 
Join Date: Aug 2007
Posts: 69
Thanks: 11
Thanked 2 Times in 2 Posts
michaelespinosa is an unknown quantity at this point
Thanks, that worked beautifully. I knew it was a simple solution.
michaelespinosa is offline   Reply With Quote
Old 12-12-2007, 09:09 PM   PM User | #5
jcdevelopment
Senior Coder

 
jcdevelopment's Avatar
 
Join Date: Oct 2007
Location: Cowboy Nation
Posts: 2,171
Thanks: 173
Thanked 257 Times in 257 Posts
jcdevelopment will become famous soon enoughjcdevelopment will become famous soon enough
no problem, if you adjust the positioning of it, i would like to see how you made the forms shift to the left. keep me updated if possible
jcdevelopment 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 08:15 PM.


Advertisement
Log in to turn off these ads.