[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 displays nearly everything correct. While IE does not display
  the bottom border. How can I achieve the same on IE? I started with
  the menu layout copied from an A List Apart article.
* Where does this gap come in front of the menu items?

Maybe anyone could help me, fixing my stupid CSS work.

Regards, 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 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/