RE: [WSG] Where is my navbar?

2005-01-19 Thread berry
Hi,

There is no problem in netscape 7.0 on mac but for IE 5 the Featured Item
column is still under the image.
I will try to look at it and see what is wrong, and I will come back later.
For the Pc  the submenu are wrong because it have an absolute position
(.menu class)
If you change the left and top position the sub-menu will probably take the
right place.
Why don't  you position your menu in a absolute position. This way problem
will be probably solved ?

Berry



>Berry,
>
>Thank you - that did get it to appear - now, however the "submenus" are not
>showing up in the right areas in IE (pc).
>Did that removal of "relative" get the positioning right on the Mac?
>
>Lori Leach
>ZenfulCreations
>http://www.zenfulcreations.com/
>
>
>**
>The discussion list for  http://webstandardsgroup.org/
>
> See http://webstandardsgroup.org/mail/guidelines.cfm
> for some hints on posting to the list & getting help
>**







**
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list & getting help
**



RE: [WSG] Where is my navbar?

2005-01-19 Thread Lori Leach
Georg,

Thank you so much - that did fix it! I am in awe of your knowledge, and
cannot thank you enough for your time.

Lori Leach
ZenfulCreations
http://www.zenfulcreations.com/



-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Behalf Of Gunlaug Sørtun
Sent: Wednesday, January 19, 2005 5:17 AM
To: wsg@webstandardsgroup.org
Subject: Re: [WSG] Where is my navbar?



Just continue, using this...

ul li.menubar {position: relative;}



**
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list & getting help
**



Re: [WSG] Where is my navbar?

2005-01-19 Thread Gunlaug Sørtun
Lori Leach wrote:
Georg,
I added that to the bottom, and the menu is appearing at the top now,
 but my submenus are wrong in IE.
Just continue, using this...
ul li.menubar {position: relative;}
...which will put the submenus in the right place.
If IE/Mac don't like this (as I can't test that one right now), just put
it inside the @media all rule - but without a '* html' hack since all
good browsers should react correctly on it.
(Your submenus need to know what to stay relative to).
I've tested your page with these corrections in FF, Opera and IE6, and
it is displaying fine across the board.
Georg
**
The discussion list for  http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
**


RE: [WSG] Where is my navbar?

2005-01-19 Thread Lori Leach
Georg,

I added that to the bottom, and the menu is appearing at the top now, but my
submenus are wrong in IE.
Thanks so much for looking and your help...

Lori Leach
ZenfulCreations
http://www.zenfulcreations.com/



-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Behalf Of Gunlaug Sørtun
Sent: Wednesday, January 19, 2005 2:58 AM
To: wsg@webstandardsgroup.org
Subject: Re: [WSG] Where is my navbar?


IE/win need a "HasLayout" hack.


**
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list & getting help
**



RE: [WSG] Where is my navbar?

2005-01-19 Thread Lori Leach
Berry,

Thank you - that did get it to appear - now, however the "submenus" are not
showing up in the right areas in IE (pc).
Did that removal of "relative" get the positioning right on the Mac?

Lori Leach
ZenfulCreations
http://www.zenfulcreations.com/


**
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list & getting help
**



Re: [WSG] Where is my navbar?

2005-01-19 Thread Gunlaug Sørtun
Lori Leach wrote:
I have a CSS Drop Menu navigation on the following page - I can see 
it in FF but not in IE.

http://www.zenfulcreations.com/client-files/gu/
IE/win need a "HasLayout" hack.
@media all {
* html mainMenu {height: 0;}
}
... at the end of your stylesheet, will bring the menu up on screen.
regards
Georg
**
The discussion list for  http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
**


Re: [WSG] Where is my navbar?

2005-01-19 Thread berry
I presumed it is the way you position your element because on my mac in
Netscape 7. and IE 5.  The logo, the image and the menu are not position
the same way. Try to take off the position relative for the #mainmenu and
if there is still a problem  change the position for #menuList  to
absolute, in this case you will maybe have to give a left and top position.

Regards

Berry


>I am stumped.
>
>I have a CSS Drop Menu navigation on the following page - I can see it in FF
>but not in IE.
>My page validates. My css validates. I can't see where my error is...
>
>http://www.zenfulcreations.com/client-files/gu/
>
>The menu is customized from this one - which DOES work in IE:
>http://www.digital-halide.com/cssmenu/
>
>Can someone take a second look?
>
>Lori Leach
>ZenfulCreations
>http://www.zenfulcreations.com/
>
>
>**
>The discussion list for  http://webstandardsgroup.org/
>
> See http://webstandardsgroup.org/mail/guidelines.cfm
> for some hints on posting to the list & getting help
>**







**
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list & getting help
**



[WSG] Where is my navbar?

2005-01-18 Thread Lori Leach
I am stumped.

I have a CSS Drop Menu navigation on the following page - I can see it in FF
but not in IE.
My page validates. My css validates. I can't see where my error is...

http://www.zenfulcreations.com/client-files/gu/

The menu is customized from this one - which DOES work in IE:
http://www.digital-halide.com/cssmenu/

Can someone take a second look?

Lori Leach
ZenfulCreations
http://www.zenfulcreations.com/


**
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list & getting help
**