Hello All,
I have recently created a blog using Twenty Eleven as a Theme. I have created basic child Theme and have customised the template a bit.
However, I am having issues accessing the blog on different versions of IE. I have highlighted the prominent issues below. Could any one please help me resolve this?
1. The images on the post, pages, widgets, basically everywhere is broken on IE6.
2. I have used a custom table in the right side bar widget for the social media icons. This doesn't show up on any version of IE. The code for the table is as below.
<table>
<tr>
<td><IMG SRC="image URL" ALT="" WIDTH=64 HEIGHT=64></td>
<td><IMG SRC="IMG URL" ALT="" WIDTH=64 HEIGHT=64></td>
<td><IMG SRC="IMG URL" ALT="" WIDTH=64 HEIGHT=64></td>
</tr>
<tr>
<td><IMG SRC="image URL" ALT="" WIDTH=64 HEIGHT=64></td>
<td><IMG SRC="IMG URL" ALT="" WIDTH=64 HEIGHT=64></td>
<td><IMG SRC="IMG URL" ALT="" WIDTH=64 HEIGHT=64></td>
</tr>
</table>
3. Socialble Plugin: I am using the Sociable plugin with Facebook, Linkedin, Twitter & Google Plus sharing buttons below each post. While this looks great on Firefox & Chrome, the icons are misaligned on Internet Explorer.
Could anyone help me with the above issues?
Many thanks in Advance!