squiblo Posted November 24, 2009 Share Posted November 24, 2009 #three { right: 230px; position: fixed; width: 248px; padding-bottom: 10px; text-align: left; } when the browser window is made slightly smaller or the screen resolution is low this <div> that is fixed starts to overlap and cover other elements on the page, is there a way around this? Quote Link to comment Share on other sites More sharing options...
isedeasy Posted November 24, 2009 Share Posted November 24, 2009 Give the body a min-width body { min-width:800px; } Quote Link to comment Share on other sites More sharing options...
squiblo Posted November 24, 2009 Author Share Posted November 24, 2009 i have added the min-width to the body but that doesnt have seemed to have done anything, the problem is that the content in the div tag is alway 230px from the right no matter how small the browsing window gets Quote Link to comment Share on other sites More sharing options...
isedeasy Posted November 24, 2009 Share Posted November 24, 2009 Yeah sorry that would only work with absolute positioning with the body set to relative. Quote Link to comment Share on other sites More sharing options...
squiblo Posted November 24, 2009 Author Share Posted November 24, 2009 there has to be a way to do this :S i cant let this defeat me haha Quote Link to comment Share on other sites More sharing options...
haku Posted November 25, 2009 Share Posted November 25, 2009 Can't help without some code, and even then it will probably be difficult. A link to the site in question is the best. Quote Link to comment Share on other sites More sharing options...
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.