Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

IE & FF layout issue

Status
Not open for further replies.
You have #mainhomeleft floated left - it doesn't use space in it's parent. Remove the float and all is well.

I note that your site doesn't validate due to some missing closing tabs - it's always worth while to check validation before trying to find different browser renderings. See
___________________________________________________________
If you want the best response to a question, please check out FAQ222-2244 first.
'If we're supposed to work in Hex, why have we only got A fingers?'
Drive a Steam Roller
Steam Engine Prints
 
thanks johnwm,

that has now allowed me to release the right column, and once again it does not play ball without me having to force the right column up bu using a negative top value, which I dont want to do really.

Is there a better answer to it than that.

Thanks again
 
Sorry - didn't see the right column earlier. If you want to float the left and right columns next to each other that's fine, but as they don't contribute to your main content height you can just add a height value to the container (main)

You are still likely to get inconsistent rendering if your HTML doesn't validate - see link in my first post

___________________________________________________________
If you want the best response to a question, please check out FAQ222-2244 first.
'If we're supposed to work in Hex, why have we only got A fingers?'
Drive a Steam Roller
Steam Engine Prints
 
I see, right thanks again.

But what about if say my columns had dynamic content, and it was ever changing.

I would I then handle the height issue.

Its a shame that the longest floating column doesnt dictate the height of the page, rather than having to hard code it in.

Thanks

 
If it's dynamic, do a google for 'faux columns'

___________________________________________________________
If you want the best response to a question, please check out FAQ222-2244 first.
'If we're supposed to work in Hex, why have we only got A fingers?'
Drive a Steam Roller
Steam Engine Prints
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top