• My website is functioning perfectly fine in safari and fire fox, but isn’t working in explorer. Any ideas how to fix this?

Viewing 4 replies - 1 through 4 (of 4 total)
  • And where is your website?

    Thread Starter emfett24

    (@emfett24)

    http://hatsgroup.com

    the domain is registered with 123-reg in the UK

    And your problem is the background image at the top of the page, ie. the Logo in the gradient?

    Why have you declared the style for the logo and the background at top in your header.php AND in your stylesheet? (From line 238 in you style).

    Remove double style references and keep all styles in the stylesheet. Try:
    #page-wrap1 {background-image:url(images/header-bg.jpg);background-position:left top;repeat-x;}
    etc. instead of:
    #page-wrap1{ background: transparent url(images/header-bg.jpg) repeat-x left top; }

    And why don’t you combine those two images into one?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Internet Explorer Bug’ is closed to new replies.