IE, Opera, Chrome wyświetlają poprawnie(tak samo), a Firefox powiększa z bliżej nieznanego powodu;/ jest to bardzo irytujące bo jesli strona zawiera więcej textu to calosc sie powieksza i wyswietlana jest "nieco" inaczej - co jest przeciez dla nas wszystkich nie zbyt pozadane...
Jesli sie myle, to prosze... wytlumaczcie mi to bo nie ogarniam;/
Sprawdzcie sami na tym prostym przykladzie:
<!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="pragma" content="no-cache" /> <meta http-equiv="cache-control" content="no-cache" /> <meta http-equiv="content-type" content="text/html; charset=iso-8859-2" /> <meta http-equiv="content-language" content="pl" /> <link rel="stylesheet" href="styles.css" type="text/css" /> </head> <body> <div id="test"> bla bla bla bla bla bla bla bla omg omg bla bla bla omg bla omg </div> </body> </html>
/* <a href="http://meyerweb.com/eric/tools/css/reset/" target="_blank">http://meyerweb.com/eric/tools/css/reset/</a> v2.0 | 20110126 License: none (public domain) */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; } #test{ width:100px; margin: 100px; font: 16px Thoma; border-style: solid; border-top-width: thin; border-left-width: thin; border-right-width: thin; border-bottom-width: thin; border-color: gray; }