![]() |
![]() |
![]()
Post
#1
|
|
Grupa: Zarejestrowani Postów: 31 Pomógł: 0 Dołączył: 25.02.2003 Ostrzeżenie: (0%) ![]() ![]() |
Spedzilem kilka godzin próbując zrobić prostą tabele z 3 obrazkami tak aby byla kompatybilna ze wszystkimi obrazkami i niestety powoli sie podddaje!!!
W IE nie ma najmniejszych klopotow, Opera trybi no ale oczywiscie FF musi sie wysypac! Kod wyglada w nastepujacy sposob: Kod <?echo '<?xml version="1.1" encoding="UTF-8"?>';?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <title>Title</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <link href="style.css" rel="stylesheet" type="text/css" /> </head> <body> <table width="780" class="table_top"> <tbody> <tr> <td><img src="images/general/design/logo.gif" alt="" width="180" height="112" /></td> <td><img src="images/general/design/top01.jpg" alt="" width="430" height="112" /></td> <td><img src="images/general/design/ok50.gif" alt="" width="168" height="112" /></td> </tr> </tbody> </table> </body> </html> Dostepny jest pod http://www.estatecy.com/testy/. Powiedzcie mi do %!#$! nedzy co zrobic z tym odstepem na dole tabeli (http://www.estatecy.com/testy/to.jpg) pod FF!? W temacie napisalem ze blednie interpretuje xHTML bo jak usune deklaracje xHTML`a wszystko jest ok. Dodam ze kod jest xhtml i css valid. Jak mi ktos napisze 'to nie uzywaj tabel' to dostane zapasci (IMG:http://forum.php.pl/style_emoticons/default/smile.gif) . |
|
|
![]() |
![]()
Post
#2
|
|
Grupa: Zarejestrowani Postów: 31 Pomógł: 0 Dołączył: 25.02.2003 Ostrzeżenie: (0%) ![]() ![]() |
Kod <?xml version="1.0" encoding="UTF-8"?> <!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> <title>Title</title> <style type="text/css"> body { text-align:center; } .cont{ width:800px; margin:0 auto; } .dv{ padding: 0px; float:left; } </style> </head> <body> <div id="cont"> <div class="dv"><img src="images/general/design/logo.gif" alt="Logo" /></div> <div class="dv"><img src="images/general/design/top01.jpg" alt="" /></div> <div class="dv"><img src="images/general/design/ok50.gif" alt="Ok 50" /></div> <br style="clear:both" /> <div class="dv"><img src="images/general/design/headings/quick_search.gif" alt="" /></div> <div class="dv" style="width:479px">-</div> <div class="dv"><img src="images/general/design/buttons/free_registaration.gif" alt="" /></div> </div> </body> </html> FF 1.0.2 (IMG:http://forum.php.pl/style_emoticons/default/exclamation.gif) NIE CENTRUJE SIE (IMG:http://forum.php.pl/style_emoticons/default/exclamation.gif) |
|
|
![]() ![]() |
![]() |
Aktualny czas: 3.10.2025 - 02:28 |