I am currently converting a site to Hebrew which is our first right-to-left language. I am having trouble with an element that has a border on it. We have to support IE8+ and Chrome and Firefox, and it looks fine in every browser except IE8.
Here is how the text should render, with the borders showing up correctly:
Here is how IE8 renders the borders, no longer making sense in a RTL language:
Does anyone know of any fixes for this? Thanks.
.wrapper {
width:680px;
direction:rtl;
}
.phishing-dp {
border: solid 2px #004B7E;
border-radius:5px;
}
<div class="wrapper">ממשלתי הפכה לבלתי יציבה מאוד, ואני מחפש מישהו שיגן על ההון שברשותי עד שהעניין יירגע. אעביר סכום של 850,000 דולר ארה"ב לחשבונך, ואחר כך אבקשך להחזיר 700,000 דולר ארה"ב לחשבוני לאחר התייצבות הממשלה. <span class="phishing-dp">כך יישארו לך 150,000 דולר בתמורה למאמציך</span>.</div>