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:
  
  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 on the divs in that part of the page. Not working though, 
  can someone advise?
 
 
 That logo image is clipped because you specified #container {overflow: 
 hidden;}
 Remove that to start.
 
 Imho you really should remove most of your usage of position: relative. It 
 makes your life wayway more complicated than it should be.
 
 On Nov 8, 2010, at 12:02 PM, David McGlone wrote:
 
  
  can you show us the CSS?
 
 Is view source to difficult ?

No it's not. I completely forgot :-(

(I need a vacation!!)

-- 
Blessings,
David M.

__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[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 on the divs in that part of the page. Not 
working though, can someone advise?


--
Debbie Campbell
www.redkitecreative.com
__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


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 you can see it, and have tried various 
 combinations of z-index values on the divs in that part of the page. Not 
 working though, can someone advise?
 

can you show us the CSS?
-- 
Blessings
David M.

__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


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 see it, and have tried various combinations of 
 z-index values on the divs in that part of the page. Not working though, can 
 someone advise?


That logo image is clipped because you specified #container {overflow: hidden;}
Remove that to start.

Imho you really should remove most of your usage of position: relative. It 
makes your life wayway more complicated than it should be.

On Nov 8, 2010, at 12:02 PM, David McGlone wrote:

 
 can you show us the CSS?

Is view source to difficult ?


Philippe
---
Philippe Wittenbergh
http://l-c-n.com/





__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


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 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 see it, and have tried various combinations of 
z-index values on the divs in that part of the page. Not working though, can 
someone advise?



That logo image is clipped because you specified #container {overflow: hidden;}
Remove that to start.

Imho you really should remove most of your usage of position: relative. It 
makes your life wayway more complicated than it should be.

On Nov 8, 2010, at 12:02 PM, David McGlone wrote:



can you show us the CSS?


Is view source to difficult ?


Philippe
---
Philippe Wittenbergh
http://l-c-n.com/







__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


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

2010-11-07 Thread Debbie Campbell
I had the logo in the header but was having trouble getting it to stack 
above the sidebar. With your suggestion and the previous one I got it 
working, thank you.


--
Debbie

On 11/7/2010 8:27 PM, Nate Taratoa wrote:

Hi,

Two questions
1. Why is your top nav in ap  element and not aul  element?
2. Why is your logo in the sub-nav area? - I think this would be better 
suited in the main header area, maybe why you are having issues with z-indexing.

Try something like this in your header (you will ofcourse have to adjust your 
other elements in the header to get them sitting right):

div id=header
 div class=logoimg 
src=http://www.redkitecreative.com/projects/camper/wp-content/themes/adventurecamper/images/logo.png;/div
Other content etc goes here
/div

Cheers


--
Nate Taratoa Enlighten Designs
Designer

Phone: +64 7 853 6060
Fax: +64 7 854 9052
Website: www.enlighten.co.nz
--

Disclaimer: The information in this email (including attachments) is 
confidential and may be legally privileged. If an addressing or transmission 
error has misdirected this email, please notify the author by replying to this 
email and destroy the message. If you are not the intended recipient, any use, 
disclosure, copying or distribution is prohibited and may be unlawful.
-Original Message-
From: css-d-boun...@lists.css-discuss.org 
[mailto:css-d-boun...@lists.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:


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 on the divs in that part of the page. Not working though, can 
someone advise?

--
Debbie Campbell
www.redkitecreative.com
__
css-discuss [cs...@lists.css-discuss.org] 
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- 
http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


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

2010-11-07 Thread Debbie Campbell

It was - I just fixed that before your reply came in.

--
Debbie

On 11/7/2010 8:55 PM, Gail Issen wrote:

It looks good in FF and Opera. In IE8, though, there is a small X next to
the logo. Is something missing?

Gail
Gail W. Issen
http://www.xpertwebs.com
http://www.xpertmarks.com
Tel:  713-721-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 (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 on the divs in that part of the page. Not
working though, can someone advise?


__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/