IE6 issues [solved]
The intent of this thread is to document IE6 issues and the steps people have taken to resolve them.
For example my first entry.
Adding a dark color or image background to variable COMMON -> doc_background
results in that background bleeding through the displays in most all areas of VB when using IE6.
I fixed this by editing template vbulletin.css and adding one line:
background:{vb:stylevar doc_background};
_background: #FFFFFF;
you could make the color (FFFFFF) anything you wish.
|