![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
|
Site works in Firefox but not IE
I was wondering if someone could take a look at my code and please tell me what I'm doing so wrong. I'm building this site for my html class (its supposed to be a portfolio type site). I built it at home while checking my firefox browser to see if everything was working. I got it to work perfectly in Firefox, but I got to school today and the site looks completely broken (in IE6). So I came home and checked in Netscape (it works fine) and Opera(it looks broken).
Anyone have any suggestions? http://webdesign2.georgianc.on.ca/~1...sF05/homepage/ |
|
|
|
|
|
#2 |
|
Hobbyist Programmer
|
height="100%" You can no longer use percent heights in html. Everything gets totally fu**ed up. What IE is tring to do is space all the rows evenly. I think I solved this proublem onece before but haveing troubles remembering right now. Its went something like this though.... Step 1 - Create a table. 1 row, 1 cell. - set the height to 100% - Align to top Step 2 - Palce your existing table with in the new table. Step 3 - Wait for me to remember exactly what I did to get around this proublem previously. |
|
|
|
|
|
#3 |
|
Hobbyist Programmer
Join Date: Apr 2005
Posts: 218
Rep Power: 4
![]() |
Was going to check your site, wont load in IE but looks fine in firefox
|
|
|
|
|
|
#4 |
|
Newbie
|
really? you cant use percents.. that sucks. But its not really the height thats causing a problem.. it seems like its the width. or is it the same issue with percentages?
|
|
|
|
|
|
#5 | |
|
Programming Guru
![]() |
Quote:
__________________
|
|
|
|
|
|
|
#6 |
|
Professional Programmer
|
FYI, kill the <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
at the top and the 100% height should work fine. If you don't give a crap about CSS or web standards design, which is apparent (not a knock or anything), this should be a quick solution. |
|
|
|
|
|
#7 |
|
Hobbyist Programmer
|
I love tables! sadly they losse their effect in xhtml. Which is the #1 reason why I am haveing trouble switching over.
The solution can only be solved with a table inside a table... I'll remember, just wait. Percentages in widths are acceptable but not perfect. I said it onece and i'll say it again. The W3 is trying to make pages static. They hate aparently dynamic. |
|
|
|
|
|
#8 |
|
Professional Programmer
Join Date: May 2005
Location: Bad Nauheim, Germany
Posts: 436
Rep Power: 4
![]() |
tables are not bad... if you use them correctly. Inherently, a table is for, well .. just that, a table. You want to show moon phases and dates in a table, fine because that's what it's for. You want to show all the county soccer tournaments for the season, great, use a table. You want to use a table to design your site layout.... uuuuhm... no.
__________________
-Steven "Is this a piece of your brain?" - Basil Fawlty |
|
|
|
|
|
#9 |
|
Expert Programmer
|
Yeah, good point. I forgot about actually using them for their proper purpose.
EDIT: you have 1 more post than me ![]()
__________________
Join us at #programmingforums @ irc.freenode.net! My software never has bugs. It just develops random features.
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|