Forum Moderators: not2easy
I was wondering if someone here has ran into sam problem as I have.
In my CSS file I have defined a container element and In my HTML I place further two elements into the container. They are supposed to be side by side and container is wider than the two together.
It functions ok in IE. I validated the code at w3 an html and css both came out acceptable.
For some reason Firefox shows the content of the two elements below container element.
I have no web programming experience prior to this project and I was pretty happy with the way IE rendered my site but theb I found out about Firefox problem.
I'd really appreciate some tips how to proceed.
Thanks in advance!
I have no web programming experience prior to this project and I was pretty happy with the way IE rendered my site but theb I found out about Firefox problem.
overflow:auto;
Anyway, Dave is right - FireFox is a standards compliant browser. IE has lots of bugs in with floats and does many thing it's not supposed to. It will seem helpful until you realize FF won't render it because your CSS isn't really right.
BK