Re: [css-d] Sidebar not showing up in IE?

2006-11-13 Thread Gunlaug Sørtun
martin f krafft wrote: http://seamus.madduck.net/~madduck/abacons/leistungen/index.html On Firefox, there's a little sidebar on the left with subpages. This bar does not show up on IE at all; instead, the border is blackened and looks dirty/ugly. What did I do wrong? You did nothing

Re: [css-d] Sidebar not showing up in IE?

2006-11-13 Thread Ingo Chao
martin f krafft wrote: http://seamus.madduck.net/~madduck/abacons/leistungen/index.html (valid XHTML1.0 Strict/CSS2) On Firefox, there's a little sidebar on the left with subpages. This bar does not show up on IE at all; instead, the border is blackened and looks dirty/ugly. The

Re: [css-d] Sidebar not showing up in IE?

2006-11-13 Thread Gunlaug Sørtun
http://seamus.madduck.net/~madduck/abacons/leistungen/index.html Add... #left {position: relative;} ...to make IE get the stacking right. You should also add... #left ul, #left ul li a {height: 1%;} ...so IE renders those navigation-links correctly too. I'll also advice you to add... body

Re: [css-d] Sidebar not showing up in IE?

2006-11-13 Thread martin f krafft
also sprach Gunlaug Sørtun [EMAIL PROTECTED] [2006.11.10.1652 +0100]: You did nothing wrong, but IE /definitely/ did :-) Big surprise. :) Add... #left {position: relative;} ...to make IE get the stacking right. Thanks for the tip. I've updated the page now and will check on IE next week:

Re: [css-d] Sidebar not showing up in IE?

2006-11-13 Thread Rizky
On 11/10/06, martin f krafft [EMAIL PROTECTED] wrote: On Firefox, there's a little sidebar on the left with subpages. This bar does not show up on IE at all; instead, the border is blackened and looks dirty/ugly. am i missing something? coz i do see a sidebar on both firefox 2.0 and IE 6.

Re: [css-d] Sidebar not showing up in IE?

2006-11-13 Thread Zak Owen
Hi, I'm running IE 6 and it seems to be showing up, however your rollovers aren't working properly. IE only recently started supporting :hover on elements other than hyperlinks, and I don't think a majority of users are up to IE 7 yet (though I could be wrong). A possible solution to this problem

[css-d] Sidebar not showing up in IE?

2006-11-10 Thread martin f krafft
Hi there, I developed a website for a client, but one aspect of it is giving me troubles: http://seamus.madduck.net/~madduck/abacons/leistungen/index.html (valid XHTML1.0 Strict/CSS2) On Firefox, there's a little sidebar on the left with subpages. This bar does not show up on IE at all;