Posts: 175
Location: Wiltshire, England
|
Having had a quick look at your code (and there is quite a bit of that),
There appear to be a number of issues. The main one that I think you really need to pay considerable attention to is the mixed use of percentage and fixed widths in both the tables and the divs.
Whilst it is quite feasible to use such a combination, one has to be particularly careful when doing so. What is not clear from the code and css is what screen resolution you are designing for. The minimum it would have to be is 1024 as the banner photo is 900px wide. This is going to mean that a lot of users will not be able to view the site without sideways scrolling. The forum page actually looks okay at 1024 resolution in both IE6 and Firefox with the exception of the forum menu which has wrapped one of the links (Forum Guidelines) onto a "new line".
When viewed at 1152 resolution the forum table spills out to the 90% width of the container div, meaning it is no longer aligned to the right side of the top banner. This looks untidy, but remains functional.
I was unable to see evidence of the table jumping down the page, but suggest you need to make a decision whether you are designing for a fixed width or a fluid width and stick with that. The only fixed width I would use in an essentially fluid set up would be for the left navigation div, which as it's floated, will not affect the overall fluidity of the page layout.
Hope this helps (a bit)
Ian
__________________
Found this useful? - HIT MY TALKUPATION!
Please login or register to view this content. Registration is FREE
|