Nie znam się na budowie szablonów w HTML dlatego zdecydowałem się na tego posta.
Zrobiłem prosty szablonik jednak po włożeniu trochę dłuższej treści do tabeli (szarej na środku) przesuwa się również na środek boczny obrazek ( te szare prostokąty).
Pewnie to jest jakaś pierdółka. Tak więce bardzo proszę o pomoc.
O w IE chodzi dobrze a w FF3 widać przesunięcie lewego menu już na starce strony.
Tutaj link do stronki http://www.h-s.unl.pl/budexallegro/index.html
Z góry dziękuje
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled Document</title> <style type="text/css"> <!-- body { background-color: #6699CC; } --> </style></head> <body> <div align="center"> <table width="572" border="0" cellpadding="0" cellspacing="0"> <tr> <th scope="col"><img src="http://www.h-s.unl.pl/budexallegro/images/budexallegro_01.jpg" width="160" height="229" /></th> <th scope="col"><img src="http://www.h-s.unl.pl/budexallegro/images/budexallegro_02.jpg" width="392" height="229" /></th> <th background="../budexszyk/Drag to a file to choose it." scope="col"><img src="http://www.h-s.unl.pl/budexallegro/images/budexallegro_03.jpg" width="20" height="229" /></th> </tr> <tr> <td bordercolor="#993399" background="http://www.h-s.unl.pl/budexallegro/images/budexallegro_08.jpg"><p><img src="http://www.h-s.unl.pl/budexallegro/images/budexallegro_04.jpg" width="160" height="323" /></p> </td> <td align="left" bordercolor="#990000" background="http://www.h-s.unl.pl/budexallegro/images/budexallegro_09.jpg" > </td> <td background="http://www.h-s.unl.pl/budexallegro/images/budexallegro_07.jpg"></td> </tr> <tr> <td background="http://www.h-s.unl.pl/budexallegro/images/budexallegro_10.jpg"><div align="center"><img src="http://www.h-s.unl.pl/budexallegro/images/budexallegro_11.jpg" width="159" height="104" /></div></td> <td><img src="http://www.h-s.unl.pl/budexallegro/images/budexallegro_12.jpg" width="392" height="104" /></td> <td><img src="http://www.h-s.unl.pl/budexallegro/images/budexallegro_13.jpg" width="20" height="104" /></td> </tr> </table> </div> </body> </html>