JoeHamilton
New member
- Joined
- Aug 29, 2013
- Messages
- 207
- Points
- 0
These days, more websites got errors with menu using li or a tag on newest version of Chrome. Thus, if you are using latest version of Google chrome 39, you get this error, just find and update as following ways
Way 1:
Find where you got error and add this class
.class is a class where it got error on the website,
Way 2:
Copy line
Find line: DirectWrite Windows disable-direct-write
an click "Enable"
Restart your chrome browser
Way 3:
Download chrome version 38
you can download it from [URLnf="http://dl.google.com/chrome/win/38.0.2125.101_chrome_installer.exe"]here[/URLnf]
Note : Uninstall completely your Chrome your PC before installing this version.
If you couldn't do it successfully, PM me, I can support you on live site.
Way 1:
Find where you got error and add this class
Code:
.class a {
white-space: nowrap;
}
Way 2:
Copy line
paste on your chrome browser and press Enterchrome://flags/
Find line: DirectWrite Windows disable-direct-write
an click "Enable"
Restart your chrome browser
Way 3:
Download chrome version 38
you can download it from [URLnf="http://dl.google.com/chrome/win/38.0.2125.101_chrome_installer.exe"]here[/URLnf]
Note : Uninstall completely your Chrome your PC before installing this version.
If you couldn't do it successfully, PM me, I can support you on live site.