css - Render HTML text the same across all browsers? -


i've been tasked making editorial page, similar newspaper article.

i've fiddled here: http://jsfiddle.net/dp3tn9sx/

my issue looks great on chrome, on firefox have few stray words unforunately ruin , feel of page

here screenshots:

chrome: enter image description here

firefox: enter image description here

is there can in markup make how expect (chrome) across browsers? mostly, position absolute , justified text

#container p {position: absolute; margin: 0px; text-align: justify; font-family: 'open sans', sans-serif; font-size: 14px;} .textblock1 {left: 110px; top: 48px; width: 420px} 

or there solutions achieve sort of using method?!


Comments

Popular posts from this blog

java - Oracle EBS .ClassNotFoundException: oracle.apps.fnd.formsClient.FormsLauncher.class ERROR -

c# - how to use buttonedit in devexpress gridcontrol -

nvd3.js - angularjs-nvd3-directives setting color in legend as well as in chart elements -