From: Thomas Mudrunka Date: Sun, 18 Mar 2012 21:00:53 +0000 (+0100) Subject: Pokus o vyreseni tabulky co ujizdi pri nacitani obrazku X-Git-Url: http://git.harvie.cz/?a=commitdiff_plain;h=32e14fd3604d676e7281c123cc44582a02e929cf;p=mirrors%2FSokoMan.git Pokus o vyreseni tabulky co ujizdi pri nacitani obrazku --- diff --git a/index.php b/index.php index 4d63100..d6eb660 100755 --- a/index.php +++ b/index.php @@ -76,12 +76,12 @@ class HTML { return "".$title.""; } - function img($src='#void', $title='img', $options='width=64') { + function img($src='#void', $title='img', $options='height=64') { $options = $options ? " $options" : ''; return "$title"; } - function img_link($src, $link='#void', $title='img_link', $internal=true, $translate=true, $options='width=64') { + function img_link($src, $link='#void', $title='img_link', $internal=true, $translate=true, $options='height=64') { return $this->link($this->img($src,$title,$options),$link,$internal,$translate); } @@ -212,6 +212,7 @@ li a, a:hover { text-decoration:underline; } .item_status_destroyed td { font-style:italic; } /* table, table * { table-layout:fixed; width:100%; overflow:hidden; word-wrap:break-word; } */ /* td { position:absolute; } */ +.cell_model_name { } .menu li {