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? Link to comment https://forums.phpfreaks.com/topic/182832-position-fixed-overlapping-problem/ 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; } Link to comment https://forums.phpfreaks.com/topic/182832-position-fixed-overlapping-problem/#findComment-965034 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 Link to comment https://forums.phpfreaks.com/topic/182832-position-fixed-overlapping-problem/#findComment-965041 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. Link to comment https://forums.phpfreaks.com/topic/182832-position-fixed-overlapping-problem/#findComment-965065 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 Link to comment https://forums.phpfreaks.com/topic/182832-position-fixed-overlapping-problem/#findComment-965071 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. Link to comment https://forums.phpfreaks.com/topic/182832-position-fixed-overlapping-problem/#findComment-965158 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.