PDA

View Full Version : IE messes up div elements, FF is fine...


xinaca
28th October 08, 07:51 PM
Hi guys!

I was just about to feel proud because I succesfully integrated my first PHP script (a very simple guestbook, but still my first PHP script - now you can laugh). I gave it the same look than the rest of the website and guess: even if I copy / paste the whole structure and change the *content* part to my HTML feed part from the php script, IE messes up the appearance.

here is the page:
http://www.saralooksforajob.ch/voltige/livredor.php

here is the CSS:
http://www.saralooksforajob.ch/voltige/style.css

I am almost sure it is just a very stupid error, but I can't find it :@

any help is very welcome!

xinaca
20th November 08, 02:11 PM
oh, nobody can help me? Now I am desperate :(

for your information, I am talking about IE 6.
it pushes down the side panels used for the second-level navigation, instead of leaving them at the left side and displaying the content in the content part.

liam.smart
21st November 08, 12:17 PM
your floats arent contained within the ul.

add the following css to your #menu styles:

overflow:hidden;

Does that fix it?

xinaca
23rd November 08, 03:05 PM
fantastic, liam! it was the overflow that caused that. I added it to content, sidebar and menu in the css file and now it's all fine. thank you sooo much! *thumbsup*