RE: [css-d] Nested List YADM menu problem with IE

2005-06-29 Thread Bruno Fassino
David Boddie wrote:

 I've gotten my YADM menu almost complete. It works and looks
 great in most browsers, except IE. I'm getting a funny 2-3
 pixel margin at
 the top of the nested ULs on the javascript menu.

 HTML page http://www.uark.edu/depts/gradinfo/test/gradmockup05a.html

You could try to add this:
/*\*/
* html ul#nav.dhtml li { display: inline; }
/**/

Feeding (only to IE/Win) display:inline for LI elements is sometimes useful
to get rid of extra space (and it doesn't really make the elements to behave
as inline, when they have a block element inside, like in your case.)

hth,
Bruno

PS. Despite your box model corrections, the width of the menu seems slightly
wrong in IE5, I haven't looked at the detals, probably something you can
easily correct.

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] Nested List YADM menu problem with IE

2005-06-28 Thread David Boddie

Hello all,

I have been playing with this menu for 4 days, starting over twice and it's 
about to drive me insane.


I've gotten my YADM menu almost complete. It works and looks great in most 
browsers, except IE. I'm getting a funny 2-3 pixel margin at the top of the 
nested ULs on the javascript menu. You can see it if you hover over the 
menu on the left of the page. I've adjusted the margins, the heights, the 
padding, everything. I've stripped it out of the page to display it by 
itself, and it still gives me that 3 pixel problem...


I have placed the UL menu in the #leftcolumn container, and have already 
set up the non-javascript version to look perfect on all browsers...


Can anyone help me?

HTML page http://www.uark.edu/depts/gradinfo/test/gradmockup05a.html
CSS page http://www.uark.edu/depts/gradinfo/test/gradmockup05a.css

Thanks in advance,

---
David Boddie, Webmaster, Graduate School
University of Arkansas | #6 Dickson Street Annex
Fayetteville, Arkansas 72701
Phone: 479-575-6184 | email: [EMAIL PROTECTED]
---

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Nested List YADM menu problem with IE

2005-06-28 Thread Guillaume AVELINE
The roll over is veryslow.
You migth optimize it., i've not look the code yet

 2005/6/28, David Boddie [EMAIL PROTECTED]: 
 
 Hello all,
 
 I have been playing with this menu for 4 days, starting over twice and 
 it's
 about to drive me insane.
 
 I've gotten my YADM menu almost complete. It works and looks great in most
 browsers, except IE. I'm getting a funny 2-3 pixel margin at the top of 
 the
 nested ULs on the javascript menu. You can see it if you hover over the
 menu on the left of the page. I've adjusted the margins, the heights, the
 padding, everything. I've stripped it out of the page to display it by
 itself, and it still gives me that 3 pixel problem...
 
 I have placed the UL menu in the #leftcolumn container, and have already
 set up the non-javascript version to look perfect on all browsers...
 
 Can anyone help me?
 
 HTML page http://www.uark.edu/depts/gradinfo/test/gradmockup05a.html
 CSS page http://www.uark.edu/depts/gradinfo/test/gradmockup05a.css
 
 Thanks in advance,
 
 ---
 David Boddie, Webmaster, Graduate School
 University of Arkansas | #6 Dickson Street Annex
 Fayetteville, Arkansas 72701
 Phone: 479-575-6184 | email: [EMAIL PROTECTED]
 ---
 
 __
 css-discuss [EMAIL PROTECTED]
 http://www.css-discuss.org/mailman/listinfo/css-d
 List wiki/FAQ -- http://css-discuss.incutio.com/
 Supported by evolt.org http://evolt.org -- 
 http://www.evolt.org/help_support_evolt/
 



-- 
Guillaume Aveline
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/