|
|
#1 (permalink) |
|
Surpass Fan
On a golden path...
Joined in Nov 2004
Lives in San Francisco
364 posts
Gave thanks: 0
Thanked 3 times
|
Internet Explorer Woes
I don't have a Windows computer at home right now because of the move, so I can't really spend a lot of time poking my site and fixing what's wrong. But, something is wrong.
The URL is http://ozmm.org. In Firefox and Opera it seems to render properly, but in IE it's all lopsided. Anyone have any ideas? I'm thinking it's because IE doesn't like the way I try and move the body table around, but that's just a guess. Stylesheets are http://ozmm.org/stylesheets/tumblog.css and http://ozmm.org/stylesheets/types.css And I know it's lopsided because I hopped on it at work today. Only long enough to frown. Thanks in advance. |
|
|
|
|
|
#2 (permalink) |
|
after g, before i
Resident.
Joined in Jul 2004
Lives in N,BC,CA
8,084 posts
Gave thanks: 48
Thanked 131 times
|
I could only briefly look, but it could be related to invalid CSS. http://jigsaw.w3.org/css-validator/v...1&profile=css2
I'm not entirely sure, but typically box modelling makes use of the float attribute of a selector element. If it's not solved tomorrow I'll take a more indepth look --- I just found IE the other day and it's usually not fun. |
|
|
|
|
|
#3 (permalink) | |
|
Surpass Fan
On a golden path...
Joined in Nov 2004
Lives in San Francisco
364 posts
Gave thanks: 0
Thanked 3 times
|
Quote:
|
|
|
|
|
|
|
#4 (permalink) |
|
after g, before i
Resident.
Joined in Jul 2004
Lives in N,BC,CA
8,084 posts
Gave thanks: 48
Thanked 131 times
|
Try strict just for the hell of it... It might make a difference.
By the way.. I noticed you're using a div with the class 'code' for your code blocks... Why not just use the code tag? It'd make more semantic sense. Just curious is all. Also, the CSS validation wasn't reporting errors, but there were some warnings floating around... Some of which I strongly suggest fixing (like the body background color). I need make my lunch and do some little things.. then I'll take a good 15 minutes trying to figure out the IE bug. |
|
|
|
|
|
#5 (permalink) |
|
Surpass Fan
On a golden path...
Joined in Nov 2004
Lives in San Francisco
364 posts
Gave thanks: 0
Thanked 3 times
|
Well the code div itself is outdated. I could use the code tag for the Ruby and PHP types, maybe, but I'd rather just stick with what I know. Trying new things is what got this all lopsided in the first place. heh
I'll start fixing the warnings, and play with the code tag, when I get to work. Thanks. Also: I don't know anything about using the float tag, except that whenever I used it, it really affected the way the site looked in different browsers. So if that's the key to freedom, your help is very much appreciated. |
|
|
|
|
|
#6 (permalink) |
|
after g, before i
Resident.
Joined in Jul 2004
Lives in N,BC,CA
8,084 posts
Gave thanks: 48
Thanked 131 times
|
Alright, I couldn't spot anything obvious, so I might squeeze some time in during today's lesson to get it working or even have my standards teacher take a look.
I really don't want to just provide a solution and say "here, put it in and it will magically work", so expect some explanations of why changes were made and what each thing does. *note* I lost connection trying to post this reply, so it's being submitted much after I actually wrote it. There are some inconsistentcies with floats, but it's primarily the older versions of IE that really suffer and of course a few major bugs in IE6 (one of which I dealt with the other day). I'll try to offer a bit of help with them, but I suspect they might be the cure for your situation. |
|
|
|
|
|
#8 (permalink) |
|
after g, before i
Resident.
Joined in Jul 2004
Lives in N,BC,CA
8,084 posts
Gave thanks: 48
Thanked 131 times
|
I manage to essentially accomplish what you wanted, but since I didn't want to rewrite your code, I had to hack-n-slash to get it working. I really can't sit down and explain it though, mainly as I'm pretty much passing out from lack of sleep since school began, so if you have and questions or concerns, just post and I'll answer to the best of my ability.
A ZIP is attached as it's definately easier to download the HTML you're working with and edit it so it can be viewed locally. Sorry for the long delay, but with reading, sleeping, lectures and my favourite exercise of "here's a huge Flash assignment that relies on creativity.. you have 4 hours to complete it". I will note that with your dynamic tables (width is a percentage) that it will look funny at certain resolutions, so I do suggest either making it static or fixing the shotty job I did at making it at least function how you're wanting it to in IE. |
|
|
|
|
|
#9 (permalink) |
|
Surpass Fan
On a golden path...
Joined in Nov 2004
Lives in San Francisco
364 posts
Gave thanks: 0
Thanked 3 times
|
Kayla, thank you much for the compliment. It made my day. =)
And Haug, you too are making my day by being so helpful. I am going try the changes now. I'll let you know how it goes. |
|
|
|