(no subject)
Feb. 6th, 2004 02:57 pmhttp://arts.tjhsst.edu/drumline/winter04/
Anybody want to help me figure out why this site just *fails* in IE?
It's fine in anything mozilla based, and it validates as CSS2/XHTML 1.1. This is the first site I've had that just totally bombs in IE.
Thanks.
Anybody want to help me figure out why this site just *fails* in IE?
It's fine in anything mozilla based, and it validates as CSS2/XHTML 1.1. This is the first site I've had that just totally bombs in IE.
Thanks.
(no subject)
Date: 2004-02-06 01:41 pm (UTC)Re:
Date: 2004-02-06 01:46 pm (UTC)Re:
(no subject)
Date: 2004-02-06 02:00 pm (UTC)Re:
Date: 2004-02-06 02:05 pm (UTC)Re:
Date: 2004-02-06 02:16 pm (UTC)It opens in a new window, and it goes to the bottom of the smaller window that opens. When I mazimize it, it doesn't go all the way to the bottom.
*shrugs* I have no idea what I'm talking about, feel free to ignore me
(no subject)
Date: 2004-02-06 02:48 pm (UTC)(no subject)
Date: 2004-02-06 03:13 pm (UTC)grammar nazi says you misspelled "repertoire," and cares because she spelled it the way you spelled it [without the second R] and as a result lost the 6th grade spelling bee.
Re:
Date: 2004-02-06 05:13 pm (UTC)*goes to fix*
thanks!
(no subject)
Date: 2004-02-07 06:36 am (UTC)I left below for reference, but it may not apply anymore.
Josh
---
I've dealth with this before. IE and some other browsers don't just let you arbitrarily set a table to fill vertically 100% if you set height=100% for a cell. You have to have something in one of the cells that is that high. Notice when you go to the pictures page, the bar goes all the way down, because the pictures page has content in a cell that is larger vertically than one screen.
The solution is to put something invisible that will take up the whole page, even for short ones. Try making a 1x1 clear pixel (or red or black depending upon what you're putting it on) and then setting the height within the img tag to be huge. Or put a bunch of br's after the menu or content cells. The problem with that is that you'll be able to scroll down past any content, but that's not too bad. You could write some script that figures out how many newlines you need to fill up a page.
Re:
Date: 2004-02-07 07:52 pm (UTC)Thanks, though.
And I used only divs for the sheer challenge of it... to prove that it could be done.