Topic: The MINDLESS |
|
---|---|
Author | Thread |
Paranoid (IV) Inmate From: everywhere |
posted 07-31-2002 12:10
Hi, |
Maniac (V) Inmate From: Seoul, Korea |
posted 07-31-2002 13:23
OK, I understand that the one-word-a-line thing is supposed to be an effect of sorts, and it might not have been bad if it was a short sentence. But it's long, and I've got to tell you that I found it very annoying. I'll be honest with you, after I scrolled down to see just how much text there was beyond the fold, I stopped reading. it was that annoying. Having lines that are too long is bad for readability, but so is having lines that are too short. Like I said, I understand it's an "effect," but I'm not sure if it is worth it. |
Paranoid (IV) Inmate From: everywhere |
posted 07-31-2002 15:57
Euch, I don't know how anyone could find that "effectual" in a positive way, it certainly wasnt intentional anyway, some kind of bug in my code, but I've fixed that I think. I'm not sure what to do about the white space however (i am developing on 1024z768 so it's very apparent), because the page uses absolute positioning there is no way of even centering the block using a <div>. And what's more is there a way of stopping horizontal scrolling without stopping vertical scrolling like <body style="overflow:hidden"> would, else the 800px wide images generate horizontal scroll bars on 800x600. (That trash content was just there to check the links all worked by the way). And I thought this was gonna be a simple quick 2 hour project. |
Maniac (V) Inmate From: Brisbane, Australia |
posted 08-02-2002 04:36
Eek! |
Maniac (V) Mad Scientist From: Solitary confinement |
posted 08-02-2002 05:36
Yeah, hard positioning is difficult if you don't understand relative. Just let things float and see how you can arrange them in a pleasant way. |