Re: [css-d] Disappearing Navigation Bar

2010-09-02 Thread David Laakso

 On 9/2/10 1:48 AM, taestrada wrote:



This is the url:  http://www.pastrycraftseattle.com



Thank you so much. It worked!

Alix







O.K. so far. But we're not quite finished.

1/ In the sidebar in IE 6/7 the top of the colored-block that reads 
Sign up for a class kisses the bottom of the horizontal nav bar. 
Compliant browsers have a 15px horizontal gutter between them.
2/ In IE/6 the page proper is a bit too wide [there is a vertical white 
rule on it's right-side ].


The corrections are:

*:first-child + html #column2 {padding-top:15px}/*IE/7.0*/
* html #column2 {padding-top:15px}/*IE/6.0*/
* html #containerArea {overflow-x:hidden;}/*IE/6.0*/

reference: http://www.satzansatz.de/cssd/onhavinglayout.html

Best,
Julia Child





--
:: desktop and mobile ::
http://chelseacreekstudio.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] Disappearing Navigation Bar

2010-09-01 Thread David Laakso

taestrada wrote:

I am having the strangest problem with a site I built. It looks great when I
view it in Firefox, Chrome and IE8, but two people have reported that the
the brown navigation bar doesn't show up at all. One of them was using IE7
and the other said IE8. Since I can't replicate the problem, I have no idea
what is causing it or what to do.

This is the url:  http://www.pastrycraftseattle.com

Apparently they can see the banner with the logo and cookies, and they can
see all the content under Lively lessons... - they just can't see the
navigation!

I would be so grateful if someone can figure this out!

Thanks,

Alix Estrada

  






The IE/7 has layout trigger is position: relative; and the vertical 
positioning needs to be set.
Additionally both IE/6.0 and IE/7 throw  both an horizontal and 
veritical scroolbars.


This seems to bring both 6/7 on-board on a local file...

*:first-child + html #topnav {position:relative;}/*IE/7.0*/
*:first-child + html #content1 {margin: 38px auto 0 
auto;overflow:hidden;}/*IE/7.0*/

* html #content1 {overflow:hidden;}/*IE/6.0*/

Reference:
http://www.satzansatz.de/cssd/onhavinglayout.html

Best,
Julia Child



--
:: desktop and mobile ::
http://chelseacreekstudio.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] Disappearing Navigation Bar

2010-09-01 Thread taestrada

-Original Message-
From: David Laakso [mailto:da...@chelseacreekstudio.com] 
Sent: Wednesday, September 01, 2010 5:01 AM
To: taestrada
Cc: css-d@lists.css-discuss.org
Subject: Re: [css-d] Disappearing Navigation Bar

taestrada wrote:
 I am having the strangest problem with a site I built. It looks great when
I
 view it in Firefox, Chrome and IE8, but two people have reported that the
 the brown navigation bar doesn't show up at all. One of them was using IE7
 and the other said IE8. Since I can't replicate the problem, I have no
idea
 what is causing it or what to do.

 This is the url:  http://www.pastrycraftseattle.com

 Apparently they can see the banner with the logo and cookies, and they can
 see all the content under Lively lessons... - they just can't see the
 navigation!

 I would be so grateful if someone can figure this out!

 Thanks,

 Alix Estrada

   





The IE/7 has layout trigger is position: relative; and the vertical 
positioning needs to be set.
Additionally both IE/6.0 and IE/7 throw  both an horizontal and 
veritical scroolbars.

This seems to bring both 6/7 on-board on a local file...

*:first-child + html #topnav {position:relative;}/*IE/7.0*/
*:first-child + html #content1 {margin: 38px auto 0 
auto;overflow:hidden;}/*IE/7.0*/
* html #content1 {overflow:hidden;}/*IE/6.0*/

Reference:
http://www.satzansatz.de/cssd/onhavinglayout.html

Best,
Julia Child



-- 
:: desktop and mobile ::
http://chelseacreekstudio.com/


Thank you so much. You're brilliant!!! It worked!

Alix

__
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] Disappearing Navigation Bar

2010-08-31 Thread taestrada
I am having the strangest problem with a site I built. It looks great when I
view it in Firefox, Chrome and IE8, but two people have reported that the
the brown navigation bar doesn't show up at all. One of them was using IE7
and the other said IE8. Since I can't replicate the problem, I have no idea
what is causing it or what to do.

This is the url:  http://www.pastrycraftseattle.com

Apparently they can see the banner with the logo and cookies, and they can
see all the content under Lively lessons... - they just can't see the
navigation!

I would be so grateful if someone can figure this out!

Thanks,

Alix Estrada


__
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/