Jump to content

Not affected by resizes?


bPHP

Recommended Posts

Thanks! That worked! However, I have a new problem... I was using jQuery to make a form appear slowly, and since my positions were not absolute when the form appeared it pushed all the other divs down (making a nice effect)... Now it does not push them since they have absolute positions... Any ideas on how can I do this effect now?

 

Thanks!

Link to comment
Share on other sites

Sorry, I didn't mean position your elements absolute, I meant make your widths an fixed width. If you set your widths in a relative width like percentages or ems, things will move around when the browser width changes. Using fixed widths helps with this.

 

You shouldn't use absolute positioning though. It's not cross browser friendly, and causes problems like the one you are having now.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.