Hi,

I just posted this got some wonderful answers, but I'm still looking
for an ideal solution to equal heights problem

This is an older intereractive site.  http://www-odi.nhtsa.dot.gove/ewr/

I had been using YellowPencil's javascript solution until I discovered
it didn't work with IE8.

I then tried the CSS solution, I believe from Position is everything

#wrapper {overflow:hidden;}
#left, right {padding-bottom: 5000em;
        margin-bottom: -4999.5em;}

It was great! however, we have one page with div id anchor tags in
which is a known error to this solution

I finally chose to use another javascript:
<script type="text/javascript" src="/includes/p7_eqCols2_10.js"></script>

<body onLoad="P7_equalCols2(0,'left','p','main','p')">
which I don't like very much  as you can always see the leftnav "catch
up" with the content area.
 We are also considering some expandable menus in the content area and
so far they didn't work in Firefox.

I also began to look at CSS tables, cool, and it doesn't work in IE6
ir IE7 and I would have to rebuild the entire site.

Thanks in advance for any other solutions.

Nancy
______________________________________________________________________
css-discuss [[email protected]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to