Rohan72
12-29-2007, 06:22 PM
I have a problem with a 2 column layout.
On IE7 and FF everythings shows ok, but on IE6 the right column seems to be missing (so I am told as I don't have IE6 myself).
The page is
http://www.bluearmyneerpelt.be/index_new.php
the code seems to big to post here, so i'll supply them both (index_new.php and the css file) as .txt files
I would be very thankful if someone helped me out.
I've been trying some things out... if i change
#RightCol{
float: left;
to
#RightCol{
float: right;
I can see the right column, but it's top is below the bottom of the leftcolumn. (in IE6, still works in IE7 and FF)
Added some bits from the 2.1 layout as found on DD to the script... finally made it work
On IE7 and FF everythings shows ok, but on IE6 the right column seems to be missing (so I am told as I don't have IE6 myself).
The page is
http://www.bluearmyneerpelt.be/index_new.php
the code seems to big to post here, so i'll supply them both (index_new.php and the css file) as .txt files
I would be very thankful if someone helped me out.
I've been trying some things out... if i change
#RightCol{
float: left;
to
#RightCol{
float: right;
I can see the right column, but it's top is below the bottom of the leftcolumn. (in IE6, still works in IE7 and FF)
Added some bits from the 2.1 layout as found on DD to the script... finally made it work