Today's Posts Follow Us On Twitter! TFL Members on Twitter  
Forum search: Advanced Search  
Navigation
Marketplace
  Members Login:
Lost password?
  Forum Statistics:
Forum Members: 24,254
Total Threads: 80,792
Total Posts: 566,471
There are 1363 users currently browsing (tf).
 
  Our Partners:
 
  TalkFreelance     Design and Development     HTML/XHTML/DHTML/CSS :

100% height

Thread title: 100% height
Closed Thread  
Page 2 of 2 < 1 2
    Thread tools Search this thread Display Modes  
04-02-2007, 03:31 PM
#11
Andrew R is offline Andrew R
Status: Request a custom title
Join date: Dec 2005
Location: Arizona
Expertise:
Software:
 
Posts: 5,200
iTrader: 17 / 95%
 

Andrew R is on a distinguished road

  Old

jjmac posted the best resource for doing it. Make sure you click the right one and follow what it says. It has always worked for me.

04-05-2007, 04:27 PM
#12
theenglishguy is offline theenglishguy
Status: I'm new around here
Join date: Apr 2007
Location: louth, lincolnshire
Expertise:
Software:
 
Posts: 2
iTrader: 0 / 0%
 

theenglishguy is on a distinguished road

  Old

The method I use uses JavaScript in the <head>

Code:
  <script type="text/javascript">
    window.onload = function() {
      var b1 = document.getElementById("columnone");
      var b2 = document.getElementById("columntwo");
      var m  = Math.max(b1.offsetHeight, b2.offsetHeight);
      if (b1.offsetHeight!=m) b1.style.height=m+'px';
      if (b2.offsetHeight!=m) b2.style.height=m+'px';
    }
  </script>

Closed Thread  
Page 2 of 2 < 1 2


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

  Posting Rules  
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump:
 
  Contains New Posts Forum Contains New Posts   Contains No New Posts Forum Contains No New Posts   A Closed Forum Forum is Closed