webguync 0 Posted October 19, 2005 Report Share Posted October 19, 2005 I am working on a site using exclusively CSS and XHTML. The Url is http://www.fortuneinteractive.com/this is essentially a two column layout site with a header and footer. The problem I am having is that when you resize the text (any browser), the layout breaks, as the right column content drops down. Can anyone point out why this may be happening? Or better yet, how to fix :-)My presumption is that the layout dimensions are fixed (pixel width), and the text is in ems for accessibility, but I could be wrong.Thanks in advance for any assistance on this...-Bruce Gilbert Quote Link to post Share on other sites
actionsketch 0 Posted October 19, 2005 Report Share Posted October 19, 2005 Your presumption is correct. You have two options, set the pixel size to an absolute px... although I think that only fixes it in IE. Or, use real tables to build your layout. Quote Link to post Share on other sites
webguync 0 Posted October 19, 2005 Author Report Share Posted October 19, 2005 Your presumption is correct. You have two options, set the pixel size to an absolute px... although I think that only fixes it in IE. Or, use real tables to build your layout.<{POST_SNAPBACK}> yea, using pixels will only work in IE, and that may change in future versions. I might try using percentages for the layout as well. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.