Sometimes IE6 displays the list text in <ul>the same color as the background color. If you select it, they will display a backup or scroll up and back.
<ul>
This is obviously a rendering error, but I was wondering if anyone knew of a workaround to make it reliable?
try giving hasLayout with
zoom: 1
Have you tried to explicitly set the line height? For some reason, this seems like solving a lot of IE6 errors!
eg.
.mylist { line-height: 1.6em; }
Source: https://habr.com/ru/post/1696660/More articles:Using MySQL in Visual Studio 2008 - mysqlHow to copy the contents of an FTP directory to a shared network path? - ftpSimple effects in Flex - flexIE6 and caching - cachingHow do you prefer to create your forms in MVC? - model-view-controllerBCEL == monkeypatching for java? - javaExtract address information from a web page - vb.netinsert attachments sp_send_dbmail - sp-send-dbmailEffective 4-in-1 synthesis in Verilog - version-controlChrome tabs and processes - google-chromeAll Articles