In IE it seems to work fine. However in Mozilla, when the page is first loaded the left “navigation” column does not equal the “content” column? Although if you refresh the page, it does. Can anyone help me with this. I’m currently in the process of learning JS, but I’m not versed enough to figure out this simple script issue.
[QUOTE=redelite;2345844]x2 [/QUOTE]
Sounds to me as if he’s has one column that can be dynamically ‘x’ height and he wants the second column to be equal to the first column, which can’t just be done via css.
Sounds to me as if he’s has one column that can be dynamically ‘x’ height and he wants the second column to be equal to the first column, which can’t just be done via css.
but I thought thats what faux-columns were for ?
*edit: ahh… looked at the layout again, yea those round corners would break any faux-column action. Damn, I’m not on the ball today, thats fo’sho
[quote=simplistik;2345882]Sounds to me as if he’s has one column that can be dynamically ‘x’ height and he wants the second column to be equal to the first column, which can’t just be done via css.
Thanks simplistic! I’ll take a look at that. I’m glad I was not totally off. Again, I’m learning (teaching myself) this stuff guys. Take it easy on the greenhorn! LOL
and yes… “pageContent” is sized to the content length so I need something to ensure that “navigation” column matches its height. It just seemed weird to me that it works flawlessly in IE, and displays properly in Mozilla after a refresh.