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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

FF3 float left issue, works in FF2,IE

Status
Not open for further replies.

progman1010

Programmer
Jan 2, 2008
108
US
here's the link: (several pages on this same template)

When i upgraded from Firefox 2 to 3, the layout broke. Specifically, the #main (content) area hops below the #left_content and should snuggle up at the top. It causes quite a commotion.

I didn't think upgrading to FF3 would be such an issue, especially since everyone loves firefox. Anyway... got any ideas?
 
Looks fine in FF3 (MacOSX) for me. And in Safari 3.

Your page doesn't validate... might be a good starting point!

Cheers,
Jeff

[tt]Jeff's Blog [!]@[/!] CodeRambler
[/tt]

Make sure your web page and css validates properly against the doctype you have chosen - before you attempt to debug a problem!

FAQ216-6094
 
Looks like its working as I expect in FF3 and Safari under XP. You have a clearing div right after 'Enroll your chapter' which should cause the next element to appear below your div#left_content. This is being ignored by IE6 and IE7 but interpreted corretcly by FF3 and Safari

___________________________________________________________
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
 
ok, finally had a chance to work on this. Both of your comments were perfect. I tend to forget to validate on the larger projects in favor of the backend functionality. Touching this up really helped.

And you're right, it was the clears that caused the issues. My understanding was that the clears should work within the container they reside in. Why would they clear the whole thing? Well, their fixed and I thank you much.
 
Why would they clear the whole thing?
If you are really interested, this is the official (formal) explaination from the W3C people:


Glad it's all sorted for you [smile]

Cheers,
Jeff

[tt]Jeff's Blog [!]@[/!] CodeRambler
[/tt]

Make sure your web page and css validates properly against the doctype you have chosen - before you attempt to debug a problem!

FAQ216-6094
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top