Guest Docpaul Posted July 28, 2009 Report Share Posted July 28, 2009 I created this navbar for my site but everytime I try to veiw it the background image doesn't show up. I've been working on this for hours I need some help.Here is my site http://www.gangstatattoos.net I would really appreciate some help. Link to comment Share on other sites More sharing options...
newseed Posted July 28, 2009 Report Share Posted July 28, 2009 I created this navbar for my site but everytime I try to veiw it the background image doesn't show up. I've been working on this for hours I need some help.Here is my site http://www.gangstatattoos.net I would really appreciate some help.You have an open <style> in the <head> of the code which has not been closed yet.</head><style type="text/css"><body>I would assume that this will solve your background issue for IE. Link to comment Share on other sites More sharing options...
dsonesuk Posted July 28, 2009 Report Share Posted July 28, 2009 plus all <style type="text/css"> ......</style> should be between <head> and </head> Link to comment Share on other sites More sharing options...
newseed Posted July 28, 2009 Report Share Posted July 28, 2009 plus all <style type="text/css"> ......</style> should be between <head> and </head>Correct. Note that the style tag (and the css styles) will still work within the body. It just doesn't validate. However, the embedded styles "should be between <head> and </head>" or in a external stylesheet. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now