Where’s your website? What looks different?
http://www.johnmorgan.ca
the positioning/colors of the titles for the pages, the sidebar is completely different, the footer doesn’t appear in Internet Explorer.
:/
There’s some tweaking that you need to do in your CSS.
Internet Explorer and Firefox handle styling differently. Well, Internet Explorer is just a pain in the neck!
You need to look at your sidebar and footer in your style.css file and play around with the settings and see what you can change to try and get IE and Firefox to look as close as possible to the same.
Oh no π I’m barely making it as is. I’m new at CSS; my employer asked me to make this website even though I really have no idea what I’m doing…just trial and error.
Thanks anyway.
I have one more question…what is h2??? It’s everywhere in my style sheet…h1, h2, h3…and I have no idea what it means.
…h2 is in my stylesheet for the sidebar, also.
Well, we’ve all been there. So trust me I understand.
Here’s an explanation on Headings:
http://codex.wordpress.org/Designing_Headings
And if maintaining a blog using WordPress is going to be a part of your job description then you’d better start here:
http://codex.wordpress.org/Main_Page
Also, use the forums to search for issues. Chances are, someone else is or has had the exact same problem as you. So it’s a good place to start. And if you still can’t figure it out, then you can post a request for help. :o)
Good luck!
Step one in fixing display problems, validate and fix your code (yes, you have h2 tag errors). Also, make sure that you use XHTML instead of HTML code.
ahhhhh!! wow talk about overwhelming!! I have no clue how to fix any of these, and I had no clue this validation thing even existed.
I fixed all of the errors π However, I’m still having trouble with the website viewed on IE as compared to FireFox. My footer still does not appear on IE, the page titles are still completely off (it seems the the page titles and even the page content itself is off), the colours aren’t the same for some things (titles, sidebar stuff), etc. π