Swój problem udokumentuje screenem z ie:
www.xaia.liczba.com/ie_sux.png
otóż chce by obie części były ładnie połączone ze sobą tak jak jest np. w operze
www.xaia.liczba.com/opera_rox.png
Zapodaje tutaj ważniejszą część CSS'a (bez tego kawałka chodzi wporządku).
ul { position: relative; width: 900px; background: url(images/res_02.gif) no-repeat; height: 73px; list-style-type: none; margin: 0; padding: 0; } li#bu1 a, li#bu2 a, li#bu3 a, li#bu4 a, li#bu5 a, li#bu6 a { background: transparent; position: absolute; width: 131px; height: 30px; bottom: 40px; text-decoration: none; } /* adjusted values for IE6 */ * html*li#bu1 a, * html*li#bu2 a, * html*li#bu3 a, * html*li#bu4 a, * html*li#bu5 a, * html*li#bu6 a { bottom: 81px; } li#bu1 a { left: 46px; background: url(images/01.gif) 0 0 no-repeat; } li#bu2 a { left: 180px; background: url(images/02.gif) 0 0 no-repeat; } li#bu3 a { left: 314px; background: url(images/03.gif) 0 0 no-repeat; } li#bu4 a { left: 448px; background: url(images/04.gif) 0 0 no-repeat; } li#bu5 a { left: 582px; background: url(images/05.gif) 0 0 no-repeat; } li#bu6 a { left: 716px; background: url(images/06.gif) 0 0 no-repeat; } li#bu1 a:hover, li#bu2 a:hover, li#bu3 a:hover, li#bu4 a:hover, li#bu5 a:hover, li#bu6 a:hover { background-position: 0 -30px; }
A tutaj poprawny i ładny xhtml
Dziękuję za konkretną odpowiedź.
Pozdrawiam