impuls666
Member
Posted 8 months ago #
hi there, I got a problem with IE8 displaying the table, the site is :
http://www.cvcjp2.sk/rozvrh-hodin/sekcov/
http://www.cvcjp2.sk/rozvrh-hodin/svaby/
I was cheking if there is no "strong" element inside, there was one but i removed it, but the page is still not displaying correctly
What's not correct about which page?
impuls666
Member
Posted 8 months ago #
there should be a table on both pages, but in IE8 it is not displayed
Set your border and background colours using Hexadecimal value or RGB without opacity. Internet Explorer versions below IE8 do not support transparency.
impuls666
Member
Posted 8 months ago #
u mean to set it in the stylesheet of the table plugin?
impuls666
Member
Posted 8 months ago #
ok thanks mate, u have been right, it was set in rgba(0,0,0,0.50);, all I needed to do was set it to rgb(0,0,0);
thanks again ;)