autumndawn Posted June 6, 2012 Report Posted June 6, 2012 So, I know there are no stupid questions but for me, a student who has been in web design class for about a year and a half, I feel stupid for having this problem... I'm building a mock up for one of my final projects. I think I might have done something out of order (dunno if that is possible heh). I started my code, linked to external css, then I added in my background image, went "OH yea! java script codes!" and put my java scripts at the bottom of the code just before the closing body tag. As soon as I did that, my background image stopped showing up. I checked it is still in the code but it is almost like my java script isn't letting it show. Did I do something wrong? Is there a way to get my background image to show again? I have been trying to figure it out for about a day now, and finally decided I needed to ask someone for help. Quote
Andrea Posted June 6, 2012 Report Posted June 6, 2012 It helps if we can see the code. To troubleshoot - take the JS out again and see if it comes back - to make sure you didn't accidentally goof something up that has nothing to do with JavaScript. But without seeing what's going on, it's just a guess. Quote
autumndawn Posted June 7, 2012 Author Report Posted June 7, 2012 I must have messed something up. I did as you suggested and removed the javascript, but still can't see my background. I'll backtrack and see what I missed. Thanks. Quote
LSW Posted June 7, 2012 Report Posted June 7, 2012 You might have messed up the tags while inserting the JS. Why not put it at the top before the body, more logical and might be part of the issue as the page is read top down. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.