CSS Question

by 3 replies
4
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
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
#website design #css #question
  • 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
    • [ 1 ] Thanks
    • [1] reply
    • 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!"
  • Ah yes,I missed option 4, forgetting to upload it!

    Glad it's fixed!

Next Topics on Trending Feed

  • 4

    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: