Sapphire Technologies Ltd
http://www.sapphire.net

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm

------------------------------

Date: Tue, 16 Jan 2001 09:10:59 -0000
From: "DeVoil, Nick" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: RE: Slightly OT: CSS Help Needed!
Message-ID: <FDB52A0429DFD31196FB0008C7D972D50116E916@OST_EXCH_USR5>

I *think* that if you use absolute positioning within
a <DIV>, 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 PROTECTED]]
Sent: Tuesday, January 16, 2001 5:43 AM
To: CF-Talk
Subject: Slightly OT: CSS Help Needed!



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.

Unfortunately, the menus must be placed relative to a
table. The table is centered on the page, and it's
width isn't always the same. The menus must be aligned
with this table. When I use relative positioning, the
menu appears in the right place, but it is positioned
inline with the rest of the page. Rather than
overlapping with the elements below it, it simply
pushes them lower and makes room for itself.

I can't seem to get the menu to float "above" the
picture below it. I tried the z-index property to no
avail.

For a sample of my problem (and a stunning picture of
some cable tv stuff), visit
http://it.wm.edu/network/csshelp.htm.

Please let me know if this is possible!

Thanks!

Norman Elton
Network Engineering
College of William & Mary
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm

------------------------------

Date: Tue, 16 Jan 2001 09:26:01 -0000
From: "DeVoil, Nick" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: RE: Access SQL Date question
Message-ID: <FDB52A0429DFD31196FB0008C7D972D50116E917@OST_EXCH_USR5>

maybe something like

select count(*) as ctcount,
       (Day(dateadded) & '/' &
        Month(dateadded) & '/' &
        Year(dateadded)) as dtadded
from   activity
group by (Day(dateadded) & '/' &
         Month(dateadded) & '/' &
         Year(dateadded))

Nick


-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 15, 2001 11:38 PM
To: CF-Talk
Subject: OT: Access SQL Date question


Hi everyone:

I have an Access database.
I have a date field (dateadded) w date & time in a table (activity).

i want an SQL to create a table to count entries by dateadded (just the date

part).

something like:

select count(*) as ctcount, ???(dateadded)
from activity
group by dateadded
order by dateadded

I could do this using a combination of access and cold fusion,
but would rather just have an SQL do the work.

any thoughts?

thanks

Sandy


**********************************************************************
Information in this email is confidential and may be privileged.
It is intended for the addressee only. If you have received it in error,
please notify the sender immediately and delete it from your system.
You should not otherwise copy it, retransmit it or use or disclose its
contents to anyone.
Thank you for your co-operation.
**********************************************************************

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm

------------------------------

Date: Tue, 16 Jan 2001 09:45:28 -0000
From: "Philip Arnold - ASP" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: RE: quot problem
Message-ID: <[EMAIL PROTECTED]>

> Uncle Ben? That's a new one :-)

It's what we call you round the office, as in "Pass me Uncle Ben's books
I'm trying to validate dates entered on a form.  Unfortunately, it seems
like every coldfusion date validation I've tried accepts dates such as
15/10/2000 etc. while I would want any date that is not mm/dd/yyyy thrown
out.

any suggestions?

Kim


Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to