Hello, I'm trying to convert an existing website into XHTML + CSS. I do this with some book in one hand and my sourcefiles on the PC in Kate. Just to tell you that all this is relatively new to me. I just wondered if there is an issue with displaying stuff in konqueror when a position attribute has been defined. I try to do this to achieve some sort of menu. I have the relevant bit of code at the end. In konqueror there is no effect, i.e. the 'menu' displays somewhere in the middel of the page. In Opera everything displayes just fine. I have tried plauing around with the parameters, changing to px to indicate positions, there doesn't seem to be an effect. In Opera the changes are ok. So I wondered if there is some known problem with this feature? Or something else that I overlooked. Thanks for your help Marc This is my code : ... <style type="text/css"> body { padding-left: 11em; color: #000066; background-color: #ffcc66; background-image: url(Prentjes/achtergrond1.jpg); font-family: tahoma, verdana, sans-serif; } <!-- logo --> <!-- hoofdmenu --> ul.hoofdmenu { font: large; position: absolute; top: 2em; left: 1em; width: 9em; } <!-- submenu --> <!-- titel --> <!-- subtitel --> <!-- inhoud --> <!-- adres --> <!-- begin --> <!-- einde --> </style> ... <!-- hoofdmenu --> <ul class="hoofdmenu"> <li><a href="index.html">Begin</a> <li><a href="statuten.html">Statuten</a> <li><a href="lessen.html">Lessen</a> <li><a href="vormen.html">Vormen</a> <li><a href="artikels.html">Artikels</a> <li><a href="klassieken.html">Klassieken</a> <li><a href="bios.html">Biografieën</a> <li><a href="nieuwsbrief.html">Nieuwsbrief</a> <li><a href="fotoboek.html">Fotoboek</a> <li><a href="muziek.html">Muziek</a> <li><a href="forum.html">Forum</a> <li><a href="links.html">Links</a> <li><a href="mailto:taiji@xxxxxxxxxx">E-mail</a> </ul> __________________________________ Do you Yahoo!? New and Improved Yahoo! Mail - 100MB free storage! http://promotions.yahoo.com/new_mail ___________________________________________________ . Account management: https://mail.kde.org/mailman/listinfo/kde. Archives: http://lists.kde.org/. More info: http://www.kde.org/faq.html.