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:
firefox:
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
Post a Comment