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!

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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.