2 Comments

Javascript to resize a div when a browser changes

This article has moved:

http://programmerphilosophy.com/?p=177

 

Thanks for looking and please update your bookmarks.

2 comments on “Javascript to resize a div when a browser changes

  1. Just wondering, if css solution like:
    { position: absolute; left: 0; top: 0; right: 0; bottom: 233; }
    is not sufficient.

    • Interesting! I would much rather use CSS than Javascript for something like this. I will try that and see what results I get. Thanks for the tip.

Comments are closed.