>* 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 <ul>.
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/

Reply via email to