Re: [css-d] Horizontal Menu question

2005-09-23 Thread Kai Weber
* CJ Larson <[EMAIL PROTECTED]>:

> This should fix it:
> 
> #bread ul {
> margin-left: 0;
> padding-left: 0;
> }

It does fix it. Thank you.

> > While IE does not display the bottom border.
> > How can I achieve the same on IE?
> Perhaps changing the height of your #bread is possible?  If so, try
> adding the following to #bread.  You'll have to play around with the
> height so that it plays nice with zooming on text, but it will get you
> started.

No sorry. I want it to display like that:

--
 | MENU|
__
 |_|


You can see this here:
http://www.glorybox.de/temp/moz.jpg

Kai
-- 
ยป http://www.glorybox.de/
  PGP 1024D/594D4132 B693 5073 013F 7F56 5DCC  D9C2 E6B5 448C 594D 4132
__
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] Horizontal Menu question

2005-09-23 Thread CJ Larson
>* Where does this gap come in front of the menu items?
It comes from a default padding (in ff) and margin (in ie) on the .
This should fix it:

#bread ul {
margin-left: 0;
padding-left: 0;
}

> While IE does not display the bottom border.
> How can I achieve the same on IE?
Perhaps changing the height of your #bread is possible?  If so, try
adding the following to #bread.  You'll have to play around with the
height so that it plays nice with zooming on text, but it will get you
started.

#bread {
height: 27px;
}
__
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/