javascript - Safari ignores css dir="ltr" after switcing css files -


i added english website support 2 languages. on first language, use css file rtl. now, when switch english, remove rtl css file , add css file dir ltr. on chrome, ir , firefox works fine. on safari (i tried mobile safari) partaily ignores ltr. can see here: http://parkplanner.co.il/ , use 'english' button on menu change language.

this ltr css file - http://parkplanner.co.il/css/ltr-adj.css

thanks!

use direction:ltr; not dir attribute


Popular posts from this blog

c# - ODP.NET Oracle.ManagedDataAccess causes ORA-12537 network session end of file -

matlab - Compression and Decompression of ECG Signal using HUFFMAN ALGORITHM -

utf 8 - split utf-8 string into bytes in python -