RE: Slightly OT: CSS Help Needed!

2001-01-17 Thread Michael Thomas
Error handling within Cold Fusion uses lil' to no I/O overhead, this includes CFTRY/CATCH blocks. If your more interested on this & other things in CF error handling, everything you ever wanted to know is right here: http://www.snazzydev.com/cf/tut/error_system/ Sincerely, Mike Lakes [EMAIL P

RE: Slightly OT: CSS Help Needed!

2001-01-17 Thread Michael Thomas
56:55 -0500 From: "Benjamin S. Rogers" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: RE: Slightly OT: CSS Help Needed! Message-ID: <[EMAIL PROTECTED]> >I'm trying to design drop-down menus using CSS. If I >knew exactly where the menus were to appear, it would &

RE: Slightly OT: CSS Help Needed!

2001-01-16 Thread Benjamin S. Rogers
> I'm trying to design drop-down menus using CSS. If I > knew exactly where the menus were to appear, it would > be easy using absolute positioning and the visibility > property. There are a lot of really good canned scripts out there. One of those will probably do everything your looking to do.

RE: Slightly OT: CSS Help Needed!

2001-01-16 Thread DeVoil, Nick
I *think* that if you use absolute positioning within a , the "absolute" position is actually relative to the DIV. Could be wrong. So maybe if you put the table in a DIV of its own and also put the menu inside that DIV? Nick -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROT