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? =( Quote Link to comment 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)? 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.