I have a file download page which I am trying to format.
For each file, I have a picture and some text, each with a link.
I have a main container and the pic is in its own div inside the container. The text is also in a div in the container.
No floats and the divs all line up underneath each other, as expected.
I float the pic div left and float the text div left and in IE6, they line up properly - job sorted.
I test it in FF and the divs are all over the place.
What am I doing wrong?
Keith
For each file, I have a picture and some text, each with a link.
I have a main container and the pic is in its own div inside the container. The text is also in a div in the container.
No floats and the divs all line up underneath each other, as expected.
I float the pic div left and float the text div left and in IE6, they line up properly - job sorted.
I test it in FF and the divs are all over the place.
What am I doing wrong?
Keith