RE: Need CSS help with overlapping.

2007-02-27 Thread Sandra Clark
Looks great Will.

You are right, I am proud of you!


Sandra Clark
=
http://www.shayna.com
Training and Consulting  in CSS and Accessibility
Team Fusebox


-Original Message-
From: Will Tomlinson [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, February 27, 2007 1:08 PM
To: CF-Talk
Subject: Re: Need CSS help with overlapping. 

Sandy, I think you'd be proud. What I did was setup a new div, absolute
positioned it so it'd be in the right spot. Then stuck the tabs in it. Seems
to look ok here in IE and FF.

http://wtomlinson.com/cap/

Whatcha think?

Will



~|
Macromedia ColdFusion MX7
Upgrade to MX7 & experience time-saving features, more productivity.
http://www.adobe.com/products/coldfusion

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:270851
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Need CSS help with overlapping.

2007-02-27 Thread Will Tomlinson
Sandy, I think you'd be proud. What I did was setup a new div, absolute 
positioned it so it'd be in the right spot. Then stuck the tabs in it. Seems to 
look ok here in IE and FF.

http://wtomlinson.com/cap/

Whatcha think?

Will

~|
Deploy Web Applications Quickly across the enterprise with ColdFusion MX7 & 
Flex 2. 
Free Trial 
http://www.adobe.com/products/coldfusion/flex2/

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:270846
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Need CSS help with overlapping.

2007-02-27 Thread Will Tomlinson
One other thing I've gotten it to pull up, but will this keep it from 
showing behind the banner div? In IE it's behind the banner div above. 

Thanks,
Will

~|
ColdFusion MX7 and Flex 2 
Build sales & marketing dashboard RIA’s for your business. Upgrade now
http://www.adobe.com/products/coldfusion/flex2

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:270837
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Need CSS help with overlapping.

2007-02-27 Thread Will Tomlinson
>Use an ie conditional to set ie specific css.  In this case for IE6, since
>it demonstrates the behavior you want in IE7.

K, thanks sandy!

Will

~|
Deploy Web Applications Quickly across the enterprise with ColdFusion MX7 & 
Flex 2. 
Free Trial 
http://www.adobe.com/products/coldfusion/flex2/

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:270836
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Need CSS help with overlapping.

2007-02-27 Thread Sandra Clark
Use an ie conditional to set ie specific css.  In this case for IE6, since
it demonstrates the behavior you want in IE7.

http://www.shayna.com/index.cfm?fuseaction=blog.display_entry&id=131

In this case, you want to (at the bottom of the head section) place a call
to 


Within this ie6.css, start playing with a negative margin-top: on the div to
pull it up.


Sandra Clark
=
http://www.shayna.com
Training and Consulting  in CSS and Accessibility
Team Fusebox

-Original Message-
From: Will Tomlinson [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, February 27, 2007 12:34 PM
To: CF-Talk
Subject: Need CSS help with overlapping. 

How can I get the tabs to overlap the banner in IE? It's fine in FF. I know
there are some vertical alignment issues but I wanted to get this part right
first. 

I tried a few things with no luck. 

Here's the page:  http://wtomlinson.com/cap/index.cfm

The tabs were created in css tab design 2.0. pretty nifty program. 

Thanks,
Will



~|
Upgrade to Adobe ColdFusion MX7
The most significant release in over 10 years. Upgrade & see new features.
http://www.adobe.com/products/coldfusion

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:270835
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Need CSS help with overlapping.

2007-02-27 Thread Will Tomlinson
How can I get the tabs to overlap the banner in IE? It's fine in FF. I know 
there are some vertical alignment issues but I wanted to get this part right 
first. 

I tried a few things with no luck. 

Here's the page:  http://wtomlinson.com/cap/index.cfm

The tabs were created in css tab design 2.0. pretty nifty program. 

Thanks,
Will

~|
Upgrade to Adobe ColdFusion MX7
Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs
http://www.adobe.com/products/coldfusion/flex2/

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:270833
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: NEED CSS HELP

2006-11-17 Thread Bobby Hartsfield
http://ncsymphony.org/events/
The series and Venues drop downs on the left (in IE only) are examples of
this


http://www.bigelowtea.com/entertaining/recipes/
The "Choose a recipe" dropdown is another example (in all browsers for this
one)

..:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com


-Original Message-
From: Snake [mailto:[EMAIL PROTECTED] 
Sent: Friday, November 17, 2006 1:23 PM
To: CF-Talk
Subject: RE: NEED CSS HELP

The other alternative is to use CSS generated selectlists instead of the
default  tag.
If you google you can find such a thing.

Russ 

-Original Message-
From: Adrian Lynch [mailto:[EMAIL PROTECTED] 
Sent: 17 November 2006 16:27
To: CF-Talk
Subject: RE: NEED CSS HELP

It's because of the way IE renders the select boxes. They will always be on
top. To get around it, when you open the windows, hide the selects. Not
pretty, but it works.

Adrian

-Original Message-
From: Jake Churchill [mailto:[EMAIL PROTECTED]
Sent: 17 November 2006 15:31
To: CF-Talk
Subject: NEED CSS HELP


I have been frustrated with problems using CSS in IE for the last several
weeks and could really use help from anyone.

I have a CSS popup menu that works beautifully.  However, on one of the
pages there are select boxes that appear over the pop-up menu.  The menu
appears over the content, just under the select boxes and this only happens
in IE6 and below.

The site that this can been seen on is
http://cfas.cfwebtools.com/index.cfm?objectid=62E48ABA-9027-F64A-7944246E875
B0A53

You will see on the top right of the content "Events for the month of..."
and 2 select boxes.  If you roll over the the top menu (ie.
Events calendar) the sub menu appears over everything but the Select boxes.

I've done a lot of research on this issue and found that IE resets the
z-index of everything to 0 when the page loads.  I wouldn't think that this
would be the problem because the menu loads first.  However, on this same
page, there is a side menu.  The way that works is if someone selects an
item from the menu, any remaining sub menu items are displayed on the side.
I have to use javascript to hide this on rollover because it was also
displaying above the popup menu.

All of this has to be related, I have just exhausted all options that I can
see at this time.

I would really appreciate any help that anyone can give me.

Thanks!

Jake Churchill






~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:260924
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: NEED CSS HELP

2006-11-17 Thread Snake
The other alternative is to use CSS generated selectlists instead of the
default  tag.
If you google you can find such a thing.

Russ 

-Original Message-
From: Adrian Lynch [mailto:[EMAIL PROTECTED] 
Sent: 17 November 2006 16:27
To: CF-Talk
Subject: RE: NEED CSS HELP

It's because of the way IE renders the select boxes. They will always be on
top. To get around it, when you open the windows, hide the selects. Not
pretty, but it works.

Adrian

-Original Message-
From: Jake Churchill [mailto:[EMAIL PROTECTED]
Sent: 17 November 2006 15:31
To: CF-Talk
Subject: NEED CSS HELP


I have been frustrated with problems using CSS in IE for the last several
weeks and could really use help from anyone.

I have a CSS popup menu that works beautifully.  However, on one of the
pages there are select boxes that appear over the pop-up menu.  The menu
appears over the content, just under the select boxes and this only happens
in IE6 and below.

The site that this can been seen on is
http://cfas.cfwebtools.com/index.cfm?objectid=62E48ABA-9027-F64A-7944246E875
B0A53

You will see on the top right of the content "Events for the month of..."
and 2 select boxes.  If you roll over the the top menu (ie.
Events calendar) the sub menu appears over everything but the Select boxes.

I've done a lot of research on this issue and found that IE resets the
z-index of everything to 0 when the page loads.  I wouldn't think that this
would be the problem because the menu loads first.  However, on this same
page, there is a side menu.  The way that works is if someone selects an
item from the menu, any remaining sub menu items are displayed on the side.
I have to use javascript to hide this on rollover because it was also
displaying above the popup menu.

All of this has to be related, I have just exhausted all options that I can
see at this time.

I would really appreciate any help that anyone can give me.

Thanks!

Jake Churchill




~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:260894
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: NEED CSS HELP

2006-11-17 Thread Brad Wood
I agree.  I don't think you can override a drop down box with a z index
even.   The only solutions I have seen is to actually hide the dropdown
temporarily and then reshow it after you close the popup.
Sad, but true.

~Brad

-Original Message-
From: Bobby Hartsfield [mailto:[EMAIL PROTECTED] 
Sent: Friday, November 17, 2006 11:05 AM
To: CF-Talk
Subject: RE: NEED CSS HELP

You'll probably have to hide the fields when you mouseover the nav :-( 

...:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com
 

 


~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:260885
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: NEED CSS HELP

2006-11-17 Thread Terry Troxel
Try this link: http://www.alvit.de/handbook/index.php

Terry 

-Original Message-
From: Jake Churchill [mailto:[EMAIL PROTECTED] 
Sent: Friday, November 17, 2006 7:31 AM
To: CF-Talk
Subject: NEED CSS HELP

I have been frustrated with problems using CSS in IE for the
last several weeks and could really use help from anyone.

I have a CSS popup menu that works beautifully.  However, on
one of the pages there are select boxes that appear over the
pop-up menu.  The menu appears over the content, just under
the select boxes and this only happens in IE6 and below.

The site that this can been seen on is
http://cfas.cfwebtools.com/index.cfm?objectid=62E48ABA-9027-
F64A-7944246E875B0A53

You will see on the top right of the content "Events for the
month of..." and 2 select boxes.  If you roll over the the
top menu (ie. 
Events calendar) the sub menu appears over everything but
the Select boxes. 

I've done a lot of research on this issue and found that IE
resets the z-index of everything to 0 when the page loads.
I wouldn't think that this would be the problem because the
menu loads first.  However, on this same page, there is a
side menu.  The way that works is if someone selects an item
from the menu, any remaining sub menu items are displayed on
the side.  I have to use javascript to hide this on rollover
because it was also displaying above the popup menu. 

All of this has to be related, I have just exhausted all
options that I can see at this time. 

I would really appreciate any help that anyone can give me.

Thanks!

Jake Churchill





~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:260881
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: NEED CSS HELP

2006-11-17 Thread Bobby Hartsfield
You'll probably have to hide the fields when you mouseover the nav :-( 

..:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com
 

 


-Original Message-
From: Jake Churchill [mailto:[EMAIL PROTECTED] 
Sent: Friday, November 17, 2006 10:31 AM
To: CF-Talk
Subject: NEED CSS HELP

I have been frustrated with problems using CSS in IE for the last 
several weeks and could really use help from anyone.

I have a CSS popup menu that works beautifully.  However, on one of the 
pages there are select boxes that appear over the pop-up menu.  The menu 
appears over the content, just under the select boxes and this only 
happens in IE6 and below.

The site that this can been seen on is 
http://cfas.cfwebtools.com/index.cfm?objectid=62E48ABA-9027-F64A-7944246E875
B0A53

You will see on the top right of the content "Events for the month 
of..." and 2 select boxes.  If you roll over the the top menu (ie. 
Events calendar) the sub menu appears over everything but the Select 
boxes. 

I've done a lot of research on this issue and found that IE resets the 
z-index of everything to 0 when the page loads.  I wouldn't think that 
this would be the problem because the menu loads first.  However, on 
this same page, there is a side menu.  The way that works is if someone 
selects an item from the menu, any remaining sub menu items are 
displayed on the side.  I have to use javascript to hide this on 
rollover because it was also displaying above the popup menu. 

All of this has to be related, I have just exhausted all options that I 
can see at this time. 

I would really appreciate any help that anyone can give me.

Thanks!

Jake Churchill




~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:260882
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: NEED CSS HELP

2006-11-17 Thread Adrian Lynch
It's because of the way IE renders the select boxes. They will always be on
top. To get around it, when you open the windows, hide the selects. Not
pretty, but it works.

Adrian

-Original Message-
From: Jake Churchill [mailto:[EMAIL PROTECTED]
Sent: 17 November 2006 15:31
To: CF-Talk
Subject: NEED CSS HELP


I have been frustrated with problems using CSS in IE for the last
several weeks and could really use help from anyone.

I have a CSS popup menu that works beautifully.  However, on one of the
pages there are select boxes that appear over the pop-up menu.  The menu
appears over the content, just under the select boxes and this only
happens in IE6 and below.

The site that this can been seen on is
http://cfas.cfwebtools.com/index.cfm?objectid=62E48ABA-9027-F64A-7944246E875
B0A53

You will see on the top right of the content "Events for the month
of..." and 2 select boxes.  If you roll over the the top menu (ie.
Events calendar) the sub menu appears over everything but the Select
boxes.

I've done a lot of research on this issue and found that IE resets the
z-index of everything to 0 when the page loads.  I wouldn't think that
this would be the problem because the menu loads first.  However, on
this same page, there is a side menu.  The way that works is if someone
selects an item from the menu, any remaining sub menu items are
displayed on the side.  I have to use javascript to hide this on
rollover because it was also displaying above the popup menu.

All of this has to be related, I have just exhausted all options that I
can see at this time.

I would really appreciate any help that anyone can give me.

Thanks!

Jake Churchill


~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:260868
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


NEED CSS HELP

2006-11-17 Thread Jake Churchill
I have been frustrated with problems using CSS in IE for the last 
several weeks and could really use help from anyone.

I have a CSS popup menu that works beautifully.  However, on one of the 
pages there are select boxes that appear over the pop-up menu.  The menu 
appears over the content, just under the select boxes and this only 
happens in IE6 and below.

The site that this can been seen on is 
http://cfas.cfwebtools.com/index.cfm?objectid=62E48ABA-9027-F64A-7944246E875B0A53

You will see on the top right of the content "Events for the month 
of..." and 2 select boxes.  If you roll over the the top menu (ie. 
Events calendar) the sub menu appears over everything but the Select 
boxes. 

I've done a lot of research on this issue and found that IE resets the 
z-index of everything to 0 when the page loads.  I wouldn't think that 
this would be the problem because the menu loads first.  However, on 
this same page, there is a side menu.  The way that works is if someone 
selects an item from the menu, any remaining sub menu items are 
displayed on the side.  I have to use javascript to hide this on 
rollover because it was also displaying above the popup menu. 

All of this has to be related, I have just exhausted all options that I 
can see at this time. 

I would really appreciate any help that anyone can give me.

Thanks!

Jake Churchill


~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:260861
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


OT: need CSS help

2006-09-27 Thread Mark A Kruger
I have some PSD files and I need CSS templates created from them. The
deliverable is the html, css files and sliced images - 2 templates.. .a home
page and an internal page.It's a paying gig :)  Anyone care to  try
their hand?  It's going into farcry so it has to be denent and flexible css
- at least the page length has to be variable... and I need a CSS horizontal
pull-up style menu as well 
 
Reply to me off list if you are interested. Thanks!
 
Mark A. Kruger, CFG, MCSE
(402) 408-3733 ext 105
www.cfwebtools.com  
www.coldfusionmuse.com  
  www.necfug.com
 



~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:254394
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4