Hello, I have installed a wordpress on my music blog on a domain and customized a template for it. Somehow, the blog doesn't work with internet explorer :confused: . Its just messed up when viewing in internet explorer. So, I got a code which will make a popup for internet explorer users and tell them to use firefox.
Need help with a code
9
Hello,
I have installed a wordpress on my music blog on a domain and customized a template for it. Somehow, the blog doesn't work with internet explorer :confused: . Its just messed up when viewing in internet explorer. So, I got a code which will make a popup for internet explorer users and tell them to use firefox.
Here's the code:
I tried to put it in "header.php" and "index.php" but it doesn't work. Can someone tell me where to put it?
Thanks
I have installed a wordpress on my music blog on a domain and customized a template for it. Somehow, the blog doesn't work with internet explorer :confused: . Its just messed up when viewing in internet explorer. So, I got a code which will make a popup for internet explorer users and tell them to use firefox.
Here's the code:
Code:
<div id="slidedown_ie" style="display:none; width:100%; height:80px; background:#ffffcc; text-align:center;">
<div>
<table bgcolor="#ffffcc" border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody><tr>
<td><div align="center"><strong><font face="Arial, Helvetica, sans-serif">
<br/>Please use FireFox to view this website. <a href="http://www.mozilla.com" target="_blank">Click here to download free</a></font></strong></div></td>
</tr>
</tbody></table>
</div>
</div> Thanks
- mywebwork
- [1] reply
- Jawshh
- mywebwork
- Aronya
- sipltech
- mywebwork
- [ 1 ] Thanks
- Aronya
- Jawshh
Next Topics on Trending Feed
-
9