3 replies
  • WEB DESIGN
  • |
I am using bootstrap for some of my css but I don't think it has anything to do with my problem. I would like to know if someone could tell me why I am not able to see the background image in the nav bar div on this page: TestNewNow

Here is the css:

Code:
#TopHeaderNavContainer {
width: 100%;
text-align: center;
clear: both;
padding-top: 10px;
max-height: 178px;
height: 178px;
background-image: url(images/topbackground.jpg);
background-repeat: repeat-x;
background-position: left top;
background-attachment: fixed;
}
.TopHeaderNavBar {
width: 100%;
max-width: 984px;
margin-right: auto;
margin-left: auto;
background-attachment: fixed;
background-repeat: repeat-x;
max-height: 178px;
height: 178px;
}
I also have a page with a slide show. I would like to know how you would suggest I make the slide responsive. Here is the link to it:

http://onthelineministries.com/SlideCloseResponse.php
#css #question
  • Profile picture of the author poobar1
    Your first step would be to check whether you've referenced your image correctly.
    http://onthelineministries.com/images/topbackground.jpg

    By clicking on this link you can see that the file doesn't exist so you've either:

    1) named the image file wrongly
    2) referenced the image wrongly in your css
    3) referenced the path to your image wrongly
    {{ DiscussionBoard.errors[9398906].message }}
    • Profile picture of the author jbearnolimits
      Originally Posted by poobar1 View Post

      Your first step would be to check whether you've referenced your image correctly.
      http://onthelineministries.com/images/topbackground.jpg

      By clicking on this link you can see that the file doesn't exist so you've either:

      1) named the image file wrongly
      2) referenced the image wrongly in your css
      3) referenced the path to your image wrongly
      OMG!!! Do you know how long I have been trying to figure out what was wrong with this?! I can't believe I made such a simple mistake! I never even uploaded it LOL!

      It reminds me of my days in tech support..."Well sir, if you plug the TV into the electrical socket it may help you to get an image on the screen!"
      {{ DiscussionBoard.errors[9398923].message }}
  • Profile picture of the author poobar1
    Ah yes,I missed option 4, forgetting to upload it!

    Glad it's fixed!
    {{ DiscussionBoard.errors[9399807].message }}

Trending Topics