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

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 he

[css-d] Horizontal Menu question

2005-09-23 Thread Kai Weber
Hello, I have a question to end my desperate efforts building the css for my site. Site: http://www.glorybox.de/temp/index.html CSS: http://www.glorybox.de/temp/css/main.css Screenshot IE: http://www.glorybox.de/temp/ie.jpg Screenshot Firefox: http://www.glorybox.de/temp/moz.jpg * Firefox displa