internet explorer - CSS reset sheet for a preexisting IE-only site that wants to improve the cross-browser experience? -


i working on internal, custom asp.net site specified customer require working in internet explorer. means no resources have been put forward make sure works , looks nice in other browsers, although there no exotic ie-only technology used or that.

since going want other browsers work, wondering if there exists css reset stylesheet can make other browsers layout more ie.

i looking reset stylesheet intended make firefox, chrome, etc, behave more ie (i'm sure nobody leave obnoxious comments this), won't break of existing layout (which tested on ie7).

i know i'll have other issues javascript, etc, question css/layout.

in short, css reset sheet exist "reset" css ie defaults?

it's not designed ie use - wont make difference, need apply adapt existing styles looks same in browsers.

 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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; } /* remember define focus styles! */ :focus { outline: 0; } body { line-height: 1; color: black; background: white; } ol, ul { list-style: none; } /* tables still need ‘cellspacing=”0″‘ in markup */ table { border-collapse: separate; border-spacing: 0; } caption, th, td { text-align: left; font-weight: normal; } blockquote:before, blockquote:after, q:before, q:after { content: “”; } blockquote, q { quotes: “” “”; } 

ass in separate .css file , call top of main styles.css file using: @import "reset.css";


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -