Hi Guys,
I want to implement shadow for my table so I used the below code
***************************************************************
<HTML><HEAD></HEAD><BODY>
<TABLE style="border: 3px solid #E2EDF7;"><TR><TD STYLE="box-shadow: 2px 2px 20px 2px #888888;" bgcolor="#FFFFFF" width="250px" height="250px">
My Name is.....
</TD></TR></TABLE>
</BODY>
</HTML>
***************************************************************
The above is just a test code. When I use the above code in a regular text editor (Notepad), it works perfect in all my browsers(ie, chrome, safari, opera, firefox). When I type the same code in the wordpress visual editor or text editor widget, it works perfect in all browsers except explorer 11. Internet Explorer 11 just shows a box without the shadow. Whenever I use the shadow feature through the wordpress, text or visual editor explorer 11 is not showing it up
What is wrong?
Please advice
Thanks