You still haven't done this: .right-column-box-standard { [color=red]float: right; [/color] width: 13.0em; margin: 0em 1.0em 0.8em 0em; padding: 0.4em 0.4em 0.4em 0.4em; border: solid 0.1em rgb(200,200,200); background-color: rgb(255,255,255); color: rgb(100,100,100); } Code (markup): cheers, gary
Have deleted the above line of code and uploaded the file again, still no changes though... Thanks so far... Matt
I've got a screenshot of the problem now. This is what happens in IE6. I want the banners down the side on the right to appear at the top of the page, not at the bottom... Thanks for any help. Matt
In this rule block, #middle-column { float: left; width: 43.0em; margin: 0em; padding: 0em 2.0em 0em 2.0em; background-color: inherit; color: rgb(100,100,100); } Code (markup): Remove these lines. float: left; width: 43.0em; margin: 0em; Code (markup): Add this line. margin: 0 15.5em 0 16em; Code (markup): gary
Thanks for all the help, I think the problem is solved now. Reps to the people who offered help. Thanks Matt