Log in

View Full Version : IE6 issues [solved]


cory_booth
01-08-2010, 04:04 PM
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.

Jack Jones
01-14-2010, 04:55 AM
Thanks for that ... would love to hear of any other tips for fixing IE6 bugs. This one helped us.

Michlerish
05-12-2010, 10:24 PM
I'm currently working on building a style that looks better for my IE6 users.

Will definitely be back in this thread!