Re: [css-d] z-index question

2013-03-28 Thread Philip TAYLOR
Greg Gamble wrote: > Curious ... what Browser are you looking with to get that image. Probably any browser that allows a minimum font size to be set in which that option has been taken. Philip Taylor __ css-discuss [css-d@list

Re: [css-d] z-index question

2013-03-28 Thread Greg Gamble
Subject: Re: [css-d] z-index question On Wed, 27 Mar 2013, Debbie Campbell wrote: > In this site, in the footer, the links in the two boxes are clickable in all > the browsers checked so far except Firefox: > >> http://www.redkitecreative.com/dev/prairie/about-us/ > > I've

Re: [css-d] z-index question

2013-03-27 Thread Chris F.A. Johnson
On Wed, 27 Mar 2013, Debbie Campbell wrote: In this site, in the footer, the links in the two boxes are clickable in all the browsers checked so far except Firefox: http://www.redkitecreative.com/dev/prairie/about-us/ I've tried a few different ways of stacking with no better results for FF

Re: [css-d] z-index question

2013-03-27 Thread Debbie Campbell
ss.org] On Behalf Of Debbie Campbell Sent: Wednesday, March 27, 2013 2:19 PM To: CSS-Discuss Subject: [css-d] z-index question In this site, in the footer, the links in the two boxes are clickable in all the browsers checked so far except Firefox: http://www.redkitecreative.com/dev/prairie/about-

Re: [css-d] z-index question

2013-03-27 Thread Greg Gamble
PM To: CSS-Discuss Subject: [css-d] z-index question In this site, in the footer, the links in the two boxes are clickable in all the browsers checked so far except Firefox: > http://www.redkitecreative.com/dev/prairie/about-us/ I've tried a few different ways of stacking with no better re

[css-d] z-index question

2013-03-27 Thread Debbie Campbell
In this site, in the footer, the links in the two boxes are clickable in all the browsers checked so far except Firefox: http://www.redkitecreative.com/dev/prairie/about-us/ I've tried a few different ways of stacking with no better results for FF, can someone help please? -- Debbie Campbe

Re: [css-d] z-index question in FF

2010-11-08 Thread David McGlone
On Mon, 2010-11-08 at 12:18 +0900, Philippe Wittenbergh wrote: > On Nov 8, 2010, at 11:51 AM, Debbie Campbell wrote: > > > In this site (still very much in progress and only checked in FF so far) > > the logo on the left should be on top of the brown/green/tan background > > image: > > > >> htt

Re: [css-d] z-index question in FF

2010-11-07 Thread Debbie Campbell
-6868 Cell: 713-501-2302 Fax: 713-721-0145 -Original Message- From: css-d-boun...@lists.css-discuss.org [mailto:css-d-boun...@lists.css-discuss.org] On Behalf Of Debbie Campbell Sent: Sunday, November 07, 2010 8:51 PM To: CSS-Discuss Subject: [css-d] z-index question in FF In this site

Re: [css-d] z-index question in FF

2010-11-07 Thread Debbie Campbell
ists.css-discuss.org] On Behalf Of Debbie Campbell Sent: Monday, 8 November 2010 3:51 p.m. To: CSS-Discuss Subject: [css-d] z-index question in FF In this site (still very much in progress and only checked in FF so far) the logo on the left should be on top of the brown/green/tan background image

Re: [css-d] z-index question in FF

2010-11-07 Thread Debbie Campbell
Thanks very much! I'm new to this WordPress framework and didn't see the overflow: hidden; I've removed the link to the default Hybrid stylesheet for the 2-col layout and all is well. -- Debbie On 11/7/2010 8:18 PM, Philippe Wittenbergh wrote: On Nov 8, 2010, at 11:51 AM, Debbie Campbell wro

Re: [css-d] z-index question in FF

2010-11-07 Thread Philippe Wittenbergh
On Nov 8, 2010, at 11:51 AM, Debbie Campbell wrote: > In this site (still very much in progress and only checked in FF so far) the > logo on the left should be on top of the brown/green/tan background image: > >> http://www.redkitecreative.com/projects/camper/ > > I've moved it down so you can

Re: [css-d] z-index question in FF

2010-11-07 Thread David McGlone
On Sun, 2010-11-07 at 19:51 -0700, Debbie Campbell wrote: > In this site (still very much in progress and only checked in FF so far) > the logo on the left should be on top of the brown/green/tan background > image: > > > http://www.redkitecreative.com/projects/camper/ > > I've moved it down so

[css-d] z-index question in FF

2010-11-07 Thread Debbie Campbell
In this site (still very much in progress and only checked in FF so far) the logo on the left should be on top of the brown/green/tan background image: http://www.redkitecreative.com/projects/camper/ I've moved it down so you can see it, and have tried various combinations of z-index values

Re: [css-d] z-index question

2006-06-08 Thread Dave Pierce
Christian Coyly Commented: > Sure thing, Robert. Here is a link: > http://demo.wfp.com/v1a_prop.asp?id=19121 > > Please note that this very much a work in progress. The issue at hand: > the contents of the fly out menu are visible on hover, the links in > the main content are to the left are tot

Re: [css-d] z-index question

2006-06-07 Thread xtiandc
Sure thing, Robert. Here is a link: http://demo.wfp.com/v1a_prop.asp?id=19121 Please note that this very much a work in progress. The issue at hand: the contents of the fly out menu are visible on hover, the links in the main content are to the left are totally inoperable. This is because the me

Re: [css-d] z-index question

2006-06-07 Thread Robert O'Rourke
xtiandc wrote: > Just to clarify, I suppose my real question is: can you apply z-index > specifically to an element that only appears on hover? > > > My question is this: is there any way to enforce z-index conditionally? > > Christian. > Hi Christian, Interesting problem, there're a few c

Re: [css-d] z-index question

2006-06-07 Thread xtiandc
Just to clarify, I suppose my real question is: can you apply z-index specifically to an element that only appears on hover? Thanks! Christian. xtiandc <[EMAIL PROTECTED]> wrote: I have a css fly out menu. It's a vertical list that's aligned to the right of my page. As you scroll over each elem

[css-d] z-index question

2006-06-07 Thread xtiandc
I have a css fly out menu. It's a vertical list that's aligned to the right of my page. As you scroll over each element, content "flies" out to the left. My problem is that in order to place this menu properly, I have to position it absolutely and specfiy its placement using padding (I know, I k