My Website only works in Chrome! Design messed up in IE & Firefox, HELP!

3 replies
  • WEB DESIGN
  • |
I've spent quite some time doing some tweaks into the blogger template of this website : winterhearts.com ; definitely not an expert. My template is not working properly in IE / Firefox, but it works perfectly fine in Google Chrome. Can anyone help here? Because I don't know what to do at all.:confused:

Your kindness is much appreciated. Thank you
#chrome #design #firefox #messed #website #works
  • Profile picture of the author WebsiteBegin
    Welcome to the evil and hated world of browser-compatibility. Are you using CSS3? Most of the time, IE is never completely compatible with the code you use. You have to provide different versions of some attributes to ensure compatibility.

    I'd suggest taking a look at W3Schools for notes on browser-compatibility. I also use BrowserShots (.org) on a daily basis to see my website in multiple browsers on different screen resolutions, versions, and operating systems.
    Signature
    WebsiteBegin | Learn to Build and Manage an Amazing Website

    Follow me on Twitter - Joeb3219
    {{ DiscussionBoard.errors[5983526].message }}
    • Profile picture of the author xythis
      You have a typo within the CSS in the document itself (not external). Search for #searchButton:hover. You've got an extra ( in there.

      Change:

      background-image:url((

      to

      background-image: url(

      CSS after that mistake gets ignored by Firefox, which tends to be a little more strict than Chrome about that stuff.

      {{ DiscussionBoard.errors[5983748].message }}
      • Profile picture of the author smilingeyes1510
        Originally Posted by xythis View Post

        You have a typo within the CSS in the document itself (not external). Search for #searchButton:hover. You've got an extra ( in there.

        Change:

        background-image:url((

        to

        background-image: url(

        CSS after that mistake gets ignored by Firefox, which tends to be a little more strict than Chrome about that stuff.

        THANK YOU SO SO SO SO SO MUCH. *bow 90 degree* Really thanks alot. My blog is finally showing properly in firefox. Appreciate it much. Have a nice day
        Once again, thank you!
        {{ DiscussionBoard.errors[6011919].message }}

Trending Topics