Nie moge sobie poradzic z kompatybilnoscia mojej strony w roznych przegladarkach. Tak wyglada footer
FF11
http://imageshack.us/photo/my-images/26/46354191.jpg/
Chrome 17
http://imageshack.us/photo/my-images/684/99849671.jpg/
Na IE6 schody poprostu cyrk
kod footera
<!-- FOOTER FOOTER FOOTER FOOTER FOOTER --> <div id="bottom"> <!-- SKIN --> <span id="skin"> </span> <!-- END SKIN --> <!-- DOWN FOOTER --> <span> <p id="down"> </p> </span> <!-- END DOWN FOOTER --> <span id="lang"> <p> <!-- LICZNIK --> <?$file = 'counter.n'; $ile = @file_get_contents($file) and is_numeric($ile) and $x = true or $ile = 1; !$_COOKIE['visited'] and fwrite(fopen($file, 'w'), $x ? ++$ile : $ile); setcookie('visited', true, time()+1); // 3600*3 cosmalo echo $ile; ?> <!-- END LICZNIK --> <!-- LANGUAGE --> </p> </span> <!-- END LANGUAGE --> </div> <!-- END FOOTER END FOOTER END FOOTER END FOOTER -->
duzo bylo przerobek dlatego troche smietnik
css:
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, address, del, font, img, ins, q, s, strike, strong, sub, sup, var, b, u, i, center, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0 auto; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: middle; text-align: justify; background: transparent; color: black; overflow: hidden; } a { vertical-align: middle; } p { vertical-align: bottom; font-weight: normal; font-size: 10pt; color: 0a0a0a; font-family: Georgia, Verdana, Helvetica, sans-serif, sans; text-align: justify; } #wrapper { min-height: 100%; height: auto !important; height: 100%; margin: 0 auto -25px; } #push, #bottom { height: 25px; text-align: center; width: 100%; background-color: #996666; } #lang { vertical-align: middle; display: inline; float: right; } #down { vertical-align: middle; display: inline; color: red; } #skin { float: left; display: inline; }
Pomocy! Dużo już było kombinowane i krąże wokół tematu. Podejrzewam iż będzie trzeba wszystko zburzyc i zbudować od nowa, jak wy dostosowujecie swoje stopki?