solarisuser Posted May 2, 2007 Share Posted May 2, 2007 Hi All, I am trying to include a couple links inside this div... <div style="float: left; position: absolute; width: 0 auto; margin-left: 10em; padding: 0px; text-align:left;"> The problem is that this will work in 1280x1024, but looks wrong in 1024x768, and if I tweak it for 1024x768, it looks wrong in 1280x1024. I figured I should look at "position: relative;" but I don't want these links to push the rest of the stuff on the page to the right. Any ideas? =( Link to comment https://forums.phpfreaks.com/topic/49584-different-client-resolutions-with-positionabsolute-problem/ Share on other sites More sharing options...
ToonMariner Posted May 2, 2007 Share Posted May 2, 2007 have you given the parent container of that div position:relative (or any other value than static)? Link to comment https://forums.phpfreaks.com/topic/49584-different-client-resolutions-with-positionabsolute-problem/#findComment-243485 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.