Hidden frame in frameset

2002-11-01 Thread Kris Pilles
Anyone have the code to put a hidden frame in a frameset??? I know I did it once but I cannot find the code Thanks for any help Kris Pilles Website Manager Western Suffolk BOCES 507 Deer Park Rd., Building C Phone: 631-549-4900 x 267 E-mail: [EMAIL PROTECTED

Re: Hidden frame in frameset

2002-11-01 Thread Bryan Stevenson
[EMAIL PROTECTED] Sent: Friday, November 01, 2002 11:28 AM Subject: Hidden frame in frameset Anyone have the code to put a hidden frame in a frameset??? I know I did it once but I cannot find the code Thanks for any help Kris Pilles Website Manager Western Suffolk BOCES 507 Deer Park Rd

RE: Hidden frame in frameset

2002-11-01 Thread Ben Doom
IIRC, you just set a frame in your frameset to size 0. --Ben Doom Programmer General Lackey Moonbow Software : -Original Message- : From: Kris Pilles [mailto:kpilles;wsboces.org] : Sent: Friday, November 01, 2002 2:28 PM : To: CF-Talk : Subject: Hidden frame in frameset

RE: Hidden frame in frameset

2002-11-01 Thread Joshua Miller
you're talking IFRAME. Joshua Miller [EMAIL PROTECTED] -Original Message- From: Kris Pilles [mailto:kpilles;wsboces.org] Sent: Friday, November 01, 2002 2:28 PM To: CF-Talk Subject: Hidden frame in frameset Anyone have the code to put a hidden frame in a frameset??? I know I did

Re: Hidden frame in frameset

2002-11-01 Thread Sam Farmer
in frameset Anyone have the code to put a hidden frame in a frameset??? I know I did it once but I cannot find the code Thanks for any help Kris Pilles Website Manager Western Suffolk BOCES 507 Deer Park Rd., Building C Phone: 631-549-4900 x 267 E-mail: [EMAIL PROTECTED

Re: Hidden frame in frameset

2002-11-01 Thread S . Isaac Dealey
Anyone have the code to put a hidden frame in a frameset??? I know I did it once but I cannot find the code Thanks for any help This should work: frameset rows=0,30,* It just says that your first frame has no size. Optionally you can specify noresize on that frame to prevent

RE: Hidden frame in frameset

2002-11-01 Thread Joshua Miller
PM To: CF-Talk Subject: RE: Hidden frame in frameset IIRC, you just set a frame in your frameset to size 0. --Ben Doom Programmer General Lackey Moonbow Software : -Original Message- : From: Kris Pilles [mailto:kpilles;wsboces.org] : Sent: Friday, November 01, 2002 2:28 PM

Re: Hidden frame in frameset

2002-11-01 Thread Bob Haroche
I guess you could make a 1px frame with the same background color as the frameborder, set no border on that frame, then use CSS to create an unbeveled frameborder for the whole document and it would effectively hide its self. Right, though I've never had to use CSS to hide the frame border. I

Re: Hidden frame in frameset

2002-11-01 Thread Bryan Stevenson
- Vancouver Island ColdFusion Users Group Founder Director www.cfug-vancouverisland.com - Original Message - From: S. Isaac Dealey [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, November 01, 2002 1:22 PM Subject: Re: Hidden frame in frameset Anyone have

Re: Hidden frame in frameset

2002-11-01 Thread jon hall
Not to beat this thread to death, but putting style=display: none; in your frame tag should work as well. -- jon mailto:jonhall;ozline.net ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription:

Re: Hidden frame in frameset

2002-11-01 Thread S . Isaac Dealey
Isaac, FYIyou said use: frameset rows=0,30,* That code will still show the hidden frame in Netscape. As I said earlier, this will ALWAYS hide it: frameset rows=110%,0% By making the main frame more than the full width/height of the page, you force the nasty 1 pixel frame off to

Re: Hidden frame in frameset

2002-11-01 Thread S . Isaac Dealey
Not to beat this thread to death, but putting style=display: none; in your frame tag should work as well. I thought it would ... but didn't have luck with that in IE 5.5 -- it was the same as visiblity: hidden; -- it made the content disappear, but didn't colapse the screen realestate taken up

RE: Hidden frame in frameset

2002-11-01 Thread Ben Doom
;turnkey.to] : Sent: Friday, November 01, 2002 7:03 PM : To: CF-Talk : Subject: Re: Hidden frame in frameset : : : Not to beat this thread to death, but putting : style=display: none; in your frame tag should work as : well. : : I thought it would ... but didn't have luck with that in IE 5.5

RE: Hidden frame in frameset

2002-11-01 Thread S . Isaac Dealey
Did you manage to get it to work? Yep, I did -- just had to do a little more juggling of variables than I'd originally expected. You inspired me to see if I could make frames open and collapse. I'm flattered. I inspire people. :P This works in Mozilla 1.1 and IE 6: function size(size) {