Zrobiłem do strony menu składające się z dwóch poziomów. W FF i Operze wszystko jest OK, natomiast w IE nie ma rozdzielenia na pierwszy i drugi wiersz.
Poniżej przedstawiłem kod strony:
<?xml version="1.0" encoding="iso-8859-2"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-type" content="text/html; charset=iso-8859-1" /> <meta name="Description" content=" [wstaw tu opis strony] " /> <meta name="Keywords" content=" [wstaw tu slowa kluczowe] " /> <meta name="Author" content=" [dane autora] " /> <meta name="Generator" content="kED" /> <style type="text/css"> body { margin: 0; } #menu_bar { display: block; float: left; padding: 0; margin: 0; list-style: none; font-family: Verdana; font-weight: bold; font-size: 8pt; color: #3C89B9; } #menu_bar li { dislpay: block; float: left; margin 0; text-align: center; } #menu_bar a { text-decoration: none; color: #3C89B9; float: left; display: block; padding: 5px; } #menu_bar a:hover { background: #3C89B9; color: #FFFFFF; text-decoration: none; } #menu_bar #item1, #item7 { width: 60px; } #menu_bar #item2, #item8 { width: 117px; } #menu_bar #item3, #item9 { width: 137px; } #menu_bar #item4, #item10 { width: 117px; } #menu_bar #item5, #item11 { width: 107px; } #menu_bar #item6, #item12 { width: 152px; } <body> <!-- Menu - bar 1 --> <div style="display: block; float: left;"> <ul id="menu_bar"> </ul> <!-- Menu - bar 1 --> <!-- Menu - bar 1 --> <ul id="menu_bar"> </ul> </div> <!-- Menu - bar 1 --> </body> </html>
Mam jeszcze pytanko: Jak mogę całe to menu wyrównać do środka (używająć CSS)

Pozdrawiam.
Łukasz.