growing <div>

  • Thread starter Thread starter jason
  • Start date Start date
J

jason

Two <div> areas side by side. When one grows downward, I'd like the
other to do so as well. Any way to do this?l I tried nesting,
but no success.

I'm using them to contain contentplaceholders (ala masterpages).
 
You can do it, with JavaScript, but it may be a bit of overkill if you are
just trying to get two equal length columns. For this, a two cell table may
work better, with far less extra coding.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
http://gregorybeamer.spaces.live.com

*************************************************
Think outside of the box!
*************************************************
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top