Re: [css-d] menu test

2010-12-11 Thread David Laakso
On 12/11/10 6:45 AM, Erik Visser wrote: Please give me your remarks. And how this menu behaves in the different browsers and/or pplatforms you use. Thanks, Erik uri, Erik? -- :: desktop and mobile :: http://chelseacreekstudio.com/

Re: [css-d] menu test

2010-12-11 Thread Erik Visser
David Laakso schreef op 12/11/10 12:49 PM: On 12/11/10 6:45 AM, Erik Visser wrote: Please give me your remarks. And how this menu behaves in the different browsers and/or pplatforms you use. Thanks, Erik uri, Erik? eeehhh.. http://beta.ottermeerhoeve.nl/index.php

Re: [css-d] menu test

2010-12-11 Thread David Laakso
On 12/11/10 6:45 AM, Erik Visser wrote: Please give me your remarks. And how this menu behaves in the different browsers and/or pplatforms you use. Thanks, Erik http://beta.ottermeerhoeve.nl/index.php Always a pleasure to land on a page with primary content set at default:-) . O.K.

Re: [css-d] menu test - 2nd follow up-Revised

2007-09-28 Thread Elias Abunassar
Revised-forgot the closing bracket for: body {behavior: url(csshover.htc);} !--Here-- Maybe this would have helped, using inline CSS to fix IE7 bugs and below: !--[if lt IE7] style type=text/css media=screen body { behavior: url(csshover.htc); } #menuh ul li ul li {

Re: [css-d] menu test - 2nd follow up

2007-09-28 Thread Elias Abunassar
I just joined, sorry for the late reply. Maybe this would have helped: !--[if lt IE7] style type=text/css media=screen body {behavior: url(csshover.htc); #menuh ul li ul li { float: left; clear: left;

Re: [css-d] menu test - thank you!

2007-09-28 Thread JGardner
Wow, I can't believe you went to all of this trouble, thank you!! Thank you for the links - I read the information (understood about 1/2 but will read again) I have everything up and working - thanks to this group and Georg. Thank you again, Jennifer PS I hope to some day be knowledgeable

Re: [css-d] menu test - My Pleasure

2007-09-28 Thread Elias Abunassar
by Seattle USA - Original Message - From: Elias Abunassar mailto:[EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, September 28, 2007 6:37 AM Subject: Re: [css-d] menu test - Link to Stu Nichol's 'Pure CSS Multi-Level Drop-down Menu My pleasure and thanks for welcoming me

Re: [css-d] menu test - 2nd follow up

2007-09-27 Thread JGardner
Thank you so much! When you wrote: Float the entire #menuh right, and _contain_ it. - what did you mean by and contain_it? I had to leave the float:right style on the page. If I moved it to the style sheet it didn't work. I think I remember hearing that to do a float you needed to declare

Re: [css-d] menu test - 2nd follow up

2007-09-27 Thread Gunlaug Sørtun
JGardner wrote: http://www.jgardnerdesigns.com/web-design-services.htm When you wrote: Float the entire #menuh right, and _contain_ it. - what did you mean by and contain_it? Contain here means to make the parent element expand (or stretch) to contain floats, and the parent element in your

Re: [css-d] menu test - 2nd follow up

2007-09-27 Thread Gunlaug Sørtun
As promised, I've gone through the entire set of styles again, and found that the simplest factors are the easiest to miss :-) You have an [if lt IE 7] style-block in the page head, and those styles will of course override what's in the stylesheet and make everything fail in IE6 and older

Re: [css-d] menu test - follow up +more

2007-09-26 Thread JGardner
Thank you to everyone who took the time to test my menu! Per the problems below I made some changes, which I think solved the +1 break, but something caused some extra padding/margin, something in IE6. So now the page has all of this extra which space on the right side. You can see it here -

Re: [css-d] menu test - follow up +more

2007-09-26 Thread Gunlaug Sørtun
JGardner wrote: http://www.jgardnerdesigns.com/web-design-services.htm Per the problems below I made some changes, which I think solved the +1 break, but something caused some extra padding/margin, something in IE6. So now the page has all of this extra which space on the right side.

Re: [css-d] menu test

2007-09-22 Thread Alan Gresley
Jennifer Gardner wrote in reply to Georg Sorten Thank you so much!! Other than a slight positioning problem it seems to all be working now. Is there a specific place (or book) that will explain how you knew what to do? I did it and it worked but I don't know why it worked or more

Re: [css-d] menu test

2007-09-21 Thread Kenny Graham
It seems like sometimes in IE 6 when you hover over the drop down links they disappear. Please let me know if this happens to you and if so what browser you are using. In IE 6, the menu is going under the content, so it loses focus when you hover over the lower menu items. Set the menu to

Re: [css-d] menu test

2007-09-21 Thread David Laakso
JGardner wrote: Hi, For whoever has a second (risky question :-)) could you test the drop down function on the menu (there is only a drop down section under services). You can find the menu here - http://www.jgardnerdesigns.com/web-design-services.htm It seems like sometimes in IE 6

Re: [css-d] menu test

2007-09-21 Thread Gunlaug Sørtun
JGardner wrote: http://www.jgardnerdesigns.com/web-design-services.htm It seems like sometimes in IE 6 when you hover over the drop down links they disappear. Please let me know if this happens to you and if so what browser you are using. IE6 and IE7 can't stack absolute positioned

Re: [css-d] menu test

2007-09-21 Thread JGardner
-discuss.org Sent: Friday, September 21, 2007 1:15:17 PM Subject: Re: [css-d] menu test JGardner wrote: http://www.jgardnerdesigns.com/web-design-services.htm It seems like sometimes in IE 6 when you hover over the drop down links they disappear. Please let me know if this happens to you

Re: [css-d] Menu test

2005-10-07 Thread Al Sparber
From: tedd [EMAIL PROTECTED] Please test the following -- http://www.webbytedd.com/menu_v http://www.webbytedd.com/menu_h The CSS seems in order. The menus themselves are difficult to use because they snap shut so fast and there is no timing mechanism to allow them to remain open or allow

Re: [css-d] Menu test

2005-10-07 Thread Marcus Williams
On 07/10/2005 13:27, tedd wrote: Please test the following -- http://www.webbytedd.com/menu_v http://www.webbytedd.com/menu_h Work well in FF - perhaps you could change your #menu ul ul rule to something like: #menuh ul ul { position:absolute; z-index:500;

Re: [css-d] Menu test

2005-10-07 Thread curson
On (07/10/05 08:27), tedd wrote: Please test the following -- http://www.webbytedd.com/menu_v http://www.webbytedd.com/menu_h As far as I could see, everything working 100% perfectly with Opera 8.5 on GNU/Linux. Menu are lined up as desired, no margin/padding problem, and the dropdown are

Re: [css-d] Menu test

2005-10-07 Thread Marcus Williams
On 07/10/2005 14:21, Marcus Williams wrote: Work well in FF (Deer Park beta 1) -- Marcus Williams -- http://www.cad-schroer.co.uk CAD Schroer UK, 39 Newnham Road, Cambridge, UK __ css-discuss [EMAIL PROTECTED]

Re: [css-d] Menu test

2005-10-07 Thread tedd
Please test the following -- http://www.webbytedd.com/menu_v http://www.webbytedd.com/menu_h -- and report each menu's operation. IE6 XPsp2 - Appears to function perfectly, all menu elements were aligned with pixel precision even with changing the font size. What are you calling this?

Re: [css-d] Menu test

2005-10-07 Thread tedd
Having some minor problem with Firefox 1.0.6 on GNU/Linux, concerning some empty pixels that seem to appear random between some of the dropdown menu. For example on the orizontal one I see them among Sub1.1-Sub1.2, Sub1.4-Sub1.5 and on some of the others SubX.X. Seems like there is a border of

Re: [css-d] Menu test

2005-10-07 Thread tedd
From: tedd [EMAIL PROTECTED] Please test the following -- http://www.webbytedd.com/menu_v http://www.webbytedd.com/menu_h The CSS seems in order. The menus themselves are difficult to use because they snap shut so fast and there is no timing mechanism to allow them to remain open or allow

Re: [css-d] Menu test

2005-10-07 Thread tedd
On 07/10/2005 13:27, tedd wrote: Please test the following -- http://www.webbytedd.com/menu_v http://www.webbytedd.com/menu_h Work well in FF - perhaps you could change your #menu ul ul rule to something like: #menuh ul ul { position:absolute; z-index:500;

Re: [css-d] Menu test

2005-10-07 Thread David Laakso
tedd wrote: Hi: Please test the following -- http://www.webbytedd.com/menu_v http://www.webbytedd.com/menu_h -- and report each menu's operation. Thank you. tedd XP_SP2 IE6/FF/Moz?Opera Both are fine on my end with and without zoom @ 1280, Ted. Nice job. (BTW, slow catching up with

Re: [css-d] Menu test

2005-10-07 Thread David Laakso
David Laakso wrote: tedd wrote: Please test the following -- http://www.webbytedd.com/menu_v http://www.webbytedd.com/menu_h -- and report each menu's operation. tedd XP_SP2 IE6/FF/Moz?Opera Both are fine on my end with and without zoom @ 1280, Ted. Nice job. (BTW, slow catching up with