Re: OT: css, dhtml question

2003-03-28 Thread Thomas Chiverton
On Tuesday 25 Mar 2003 15:15 pm, Jason Miller wrote: through css isn't there a getElementByID(YourScrollName.height) or something similiar? obj= getElementByID(YourScrollName); iHeight=obj.height; -- Tom C Land of the free, home of the brave... you have to be brave to live there and enjoy

RE: OT: css, dhtml question

2003-03-25 Thread Hugo Ahlenius
Try this technique: http://scott.sauyet.name/CSS/Demo/FooterDemo1.html I have tried it and it works very well, but you have to be careful that you get the styles right. ~| Archives:

RE: OT: css, dhtml question

2003-03-25 Thread Hugo Ahlenius
Oh, Another thing: frames might be an alternative. ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4 FAQ:

Re: OT: css, dhtml question

2003-03-25 Thread Jason Miller
somewher (been about 2 years sorry) -Original Message- From: Barney Boisvert [mailto:[EMAIL PROTECTED] Sent: Tuesday, 25 March 2003 6:11 AM To: CF-Talk Subject: RE: OT: css, dhtml question Perhaps a better explaination is in order. The app is internal for an IE5.5+ only audience

RE: OT: css, dhtml question

2003-03-25 Thread Barney Boisvert
: 360.671.8708 x12 fax : 360.647.5351 www.audiencecentral.com -Original Message- From: Hugo Ahlenius [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 25, 2003 12:04 AM To: CF-Talk Subject: RE: OT: css, dhtml question Try this technique: http://scott.sauyet.name/CSS/Demo

Re: OT: css, dhtml question

2003-03-24 Thread Jason Miller
since i don't have to much time - I glanced at browser view only - no source - And you have text all collapsing on each other - most often that is the result of a display property. display: none display: block display: inline etc OR position:asbolute vs position:relative. It looks as if you

RE: OT: css, dhtml question

2003-03-24 Thread Mark A. Kruger - CFG
Thanks Jay - it's not my code (I'm not a CSS guy at all) - but the author greatly appreciates your insight. -Original Message- From: Jason Miller [mailto:[EMAIL PROTECTED] Sent: Monday, March 24, 2003 12:06 PM To: CF-Talk Subject: Re: OT: css, dhtml question since i don't have to much

RE: OT: css, dhtml question

2003-03-24 Thread Barney Boisvert
:[EMAIL PROTECTED] Sent: Monday, March 24, 2003 10:18 AM To: CF-Talk Subject: Re: OT: css, dhtml question may want to give the div class=sidebar a width... it might defined in the 'sidebar' class in the .css...i was too lazy to look :) charlie Mark A. Kruger - CFG writes: Can someone

Re: OT: css, dhtml question

2003-03-24 Thread Jason Miller
www.audiencecentral.com -Original Message- From: charlie griefer [mailto:[EMAIL PROTECTED] Sent: Monday, March 24, 2003 10:18 AM To: CF-Talk Subject: Re: OT: css, dhtml question may want to give the div class=sidebar a width... it might defined in the 'sidebar' class in the .css...i

RE: OT: css, dhtml question

2003-03-24 Thread Tim Laureska
Subject: RE: OT: css, dhtml question Totally unrelated, but on the same topic. How might I go about putting a footer bar at the bottom of my page using CSS, rather than a table. I've had no problems with topbars, sidebars (either side) and the main content pane(s), but I can't get stuff to sit

RE: OT: css, dhtml question

2003-03-24 Thread Barney Boisvert
(formerly PIER System, Inc.) [EMAIL PROTECTED] voice : 360.671.8708 x12 fax : 360.647.5351 www.audiencecentral.com -Original Message- From: Jason Miller [mailto:[EMAIL PROTECTED] Sent: Monday, March 24, 2003 10:53 AM To: CF-Talk Subject: Re: OT: css, dhtml question Personally - I

RE: OT: css, dhtml question

2003-03-24 Thread Douglas.Knudsen
-Original Message- From: Barney Boisvert [mailto:[EMAIL PROTECTED] Sent: Monday, March 24, 2003 2:11 PM To: CF-Talk Subject: RE: OT: css, dhtml question Perhaps a better explaination is in order. The app is internal for an IE5.5+ only audience. It's quite visually complex, and I'm

Re: OT: css, dhtml question

2003-03-24 Thread Jochem van Dieten
Barney Boisvert wrote: +---+ | | +---+---+---+ | | | | | | | | | | | | | | | | | | | | +---+---+---+ | | +---+ The top 4 content areas all have variable content, while the

Re: RE: OT: css, dhtml question

2003-03-24 Thread ksuh
10:53 AM To: CF-Talk Subject: Re: OT: css, dhtml question Personally - I handle footers in .cfm includes.. I find it much easier - and simply it includes it at the end of the code. So on shorter and longer pages it simply displays at end. If you needed to actually attach a footer

RE: OT: css, dhtml question

2003-03-24 Thread Buckland, Ramon
March 2003 6:11 AM To: CF-Talk Subject: RE: OT: css, dhtml question Perhaps a better explaination is in order. The app is internal for an IE5.5+ only audience. It's quite visually complex, and I'm trying to keep the number of page loads down as the presentation changes as much as possible