Graeme Posted July 27, 2009 Report Posted July 27, 2009 Hello All, Having the usual problem of things lining up differently in IE than Firefox. I set the Div's up but for some reason the image in the second Div at http://www.greenhouseflorists.co.uk/weddings.html is not displaying right. It is the buttonhole one. Thank you, Best wishes Graeme
PicnicTutorials Posted July 27, 2009 Report Posted July 27, 2009 Hi, you need to contain the floats. You have method #1 going on - that's why the difference.
Graeme Posted July 27, 2009 Author Report Posted July 27, 2009 Hello, Thanks for your help but I'm not too sure what you mean. I used the code Bridal Party Flowers The Greenhouse can offer advice on the perfect bouquet to compliment your dream dress and those of your Bridesmaids and Flower girls. View Gallery Thanks again. Best wishes Graeme
Graeme Posted July 27, 2009 Author Report Posted July 27, 2009 I have this in my CSS #content {/*overflow: auto; can be used as an alternative to the "clear: both" div*/ width: 700px; margin: 0 auto; padding-top: 10px; border: 10px solid #FFFFFF; border-top: none; background: #E9EAE2; } Any good? Best wishes Graeme
PicnicTutorials Posted July 27, 2009 Report Posted July 27, 2009 (edited) I have this in my CSS #content {/*overflow: auto; can be used as an alternative to the "clear: both" div*/ width: 700px; margin: 0 auto; padding-top: 10px; border: 10px solid #FFFFFF; border-top: none; background: #E9EAE2; } Any good? I brushed my teeth this morning. See how the two (your code and my teeth) have nothing to do with the topic at hand? In short, as my links said, you need to add overflow hidden to the containers in question. You already have haslayout on the containers, that's why ie is good. Edited July 27, 2009 by Eric
Graeme Posted July 27, 2009 Author Report Posted July 27, 2009 Thank you so much, I think I have it. Hope your teeth are clean! Cheers, Best wishes Graeme
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now