![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.javascript archiveSetting the height of two elements to match each other
From: Andy Jeffries <news@andyjeffries.co.uk>
Date: Mon Sep 26 2005 - 15:13:00 CEST
Hi all,
I want to write a function that given two elements will make their
The code is as follows:
var newheight = (second.offsetHeight > first.offsetHeight) ?
So, I'm obviously doing something stupid, but can anyone enlighten me?
Cheers,
Andy
|