Jump to content

I have searched


Guest EaglePilot

Recommended Posts

Guest Brenty

I just noticed that my header file does not show when viewing with Firefox. It works fine with IE. Here is my website:

Water Injection & Alcohol Injection

Any ideas?

Thanks,

Greg

Yes, the background image is there, but it's being hidden by the blue table over it. If you right-click and select view background image,you'll see the header appearing on its own.

Link to comment
Share on other sites

Guest Brivtech

One way to solve this is bypass the CSS and throw the image straight into the HTML code within the template that is creating the header area.

Link to comment
Share on other sites

Guest EaglePilot

Currently in your layout.css you have:

background: #0B4390 url(../styleImages/backgrounds/topHeader.jpg) no-repeat fixed;

You could try changing it to:

background-image:url(../styleImages/backgrounds/topHeader.jpg);

background-repeat: no-repeat;

background-position: left;

border-bottom: 1px solid #000000;

}

Well I appreciate everyone who has chimed in. I tried the above change, but it didn't fix the problem.

Any ideas?

Link to comment
Share on other sites

Guest EaglePilot

Did you try clearing your cache in FF?

No, I didn't, but I just did and all seems to work great. Thanks again for great product support!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...