php - CSS Alignment Issues with IE -
this page showing different alignment in internet explorer other browsers. guide me in correcting it.
please add proper document type @ start of document. ie rendering document in quirk mode.
<!doctype html public "-//w3c//dtd xhtml 1.0 transitional//en" "http://www.w3.org/tr/xhtml1/dtd/xhtml1-transitional.dtd">
in ie 10 page rendering correctly, ie 9, 8, 7 having issue. apply above fix , solve problem.
for second problem refer following
Comments
Post a Comment