• Hi Folks,
    Home page of my website is displaying correctly in Firefox but not in IE. If you see to the right of my home page there’s a small box for users to join newsletter. This is not correctly displayed in IE.
    link to my website
    http://www.papayatoursandtravels.com

    How do I fix this.

    Appreciate any help.

    Thanks
    Dev

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter devmanoj

    (@devmanoj)

    Thanks Jess. I think this is where the probelm is…found this code by using Firebug which I think should need tweaking. But I could not find the file where this code is written to make this change…..Do you know how to find this?

    “1. <div class=”mail-txt”><!–<input name=”h” type=”text” class=”txt-bx” value=”Enter Your E mail Here” />–> <div class=”widget widget_newsletterwidget”><div class=”newsletter newsletter-widget”><form action=”http://www.papayatoursandtravels.com/&#8221; onsubmit=”return subs();” method=”post” name=”ns”><input type=”hidden” name=”na” value=”s”/><input type=”hidden” name=”nr” value=”widget”/><p class=”txt-bx” style=”position: relative; top: 45px; height: 25px;”><input style=”position: relative; top: -43px; border: 0px none; width: 136px; background: none repeat scroll 0% 0% rgb(221, 214, 222);” type=”text” name=”ne” value=”Email” onclick=”if (this.defaultValue==this.value) this.value=”” onblur=”if (this.value==”) this.value=this.defaultValue”/></p><p ><input type=”submit” style=”display:none” value=”Subscribe now!”/><label for=”signup-user-name” style=”position: relative; cursor: pointer; top: 5px; left: 142px;” onclick=”return subs();document.getElementsByName(‘ns’)[0].submit()”><img src=”http://cdn3.iconfinder.com/data/icons/uidesignicons/mail.png&#8221; /></label></p></form></div></div></div> ”

    Looks like a widget, perhaps generated by a plugin – so check the plugin files and settings for ways to customize.

    But seriously, you need to validate your code all the way through as well. Here’s why:

    http://validator.w3.org/docs/why.html

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Home page wrong in IE but correct in Firefox’ is closed to new replies.