I'm having an issue with the website i'm currently making displaying properly in different browsers, i've looked around the forum, using search to make sure that I can't find a fix for myself...nothing came up. For reference, i'm following Videos 12, 13 and 14 - Converting a Photoshop.
In IE7/8 the CSS doesn't effect the way the content is displayed in anyway. The font remains unchanged, the link images aren't there and the page-wrap doesn't display. So as far as I can see, the CSS isn't recognised. How do I fix this? This is the most important of the 2 problems, as the perspective users of the website will mostly use IE.
I really need help with IE7/8...if anyone has any ideas that'd be perfect! Also, if any code's needed to be looked at, it shouldn't be a problem.
do you have the website in question live anywhere? Would be good if we could look at the code to see... Just know the although IE7 (not sure about 8 but I suspect there isnt much change) is really unforgiving with regaurds to you your CSS. So just make sure you are really specific with what you declare in your style sheet :)
Other than that it would be good to give us some code to work with :D
Post your html too - or beter still, post a link to a live page. If your CSS isn't being seen, then you perhaps haven't linked to it correctly. So check you LINK element in your html head and make sure the path-to-css-file is correct.
Dude - can you just give us a link to your files live? We cant see if the images are changing with that code, because we dont have the images lol - and I can't be bothered recreating it all in background colours lol
In IE7/8 the CSS doesn't effect the way the content is displayed in anyway. The font remains unchanged, the link images aren't there and the page-wrap doesn't display. So as far as I can see, the CSS isn't recognised. How do I fix this? This is the most important of the 2 problems, as the perspective users of the website will mostly use IE.
I really need help with IE7/8...if anyone has any ideas that'd be perfect! Also, if any code's needed to be looked at, it shouldn't be a problem.
Many Thanks,
Kobunite.
Other than that it would be good to give us some code to work with :D
Thanks for you help :-)
Seriously it would be so much easyer.
I use this on my site right now because I can't seem to fix my display issues.
Plop that in your HTML file just after the <head> statement and what that will do is select a secondary CSS stylesheet depending on the browser.
This is absolutely not the best way to do it but it worked for me and my hair is starting to grow back in places.
<link rel="stylesheet" type="text/css" href="style.css" />
I thank you good sir! All fixed in IE now. Many Thanks, and have a good Christmas.