Page 3 of 3

Posted: Thu Aug 24, 2006 8:24 am
by Zomis
Okay, I have now also fixed that. But isn't the border a little big? (At least on the left side?)

I have also checked so that levels with more than 26 elementtypes are shown correctly.

Posted: Thu Aug 24, 2006 8:31 am
by Francesco
I see. You can add a "border-left:" rule *after* the "border:" rule, and set it to the size you think is right (you should narrow it down by just some pixels), in this way:
table {border: 32px solid #FFF; border-left: 18px solid #FFF; [...]}
Didn't you like the gray border that I suggested? Try this one instead of the above:
table {border: 32px solid #AAA; [...]}

Posted: Thu Aug 24, 2006 11:11 am
by Zomis
Changed it now.
Now I don't think I'll change this new feature anymore, seems to work very well :)

Posted: Fri Aug 25, 2006 11:18 am
by Francesco
We have a really little problem. Open a really small level preview and you'll see that the cells will be narrowed a bit, because the border size is stolen from them.

Solve it by adding twice the border size to the table's sizes, I've just tried it out and it works in all mayor browsers.

Posted: Fri Aug 25, 2006 10:06 pm
by Zomis
Oh... seems like you're right. Just corrected that problem. Thanks.

Posted: Thu Oct 12, 2006 10:39 am
by Zomis
Old file format levels like fileid 222 and fileid 54 are now supported in the "View level" function.

However, there's still problems with fileid 482 - http://www.zomis.net/rnd/info.php?f=482, I have no idea why... But well, as long as there aren't any massive requests about viewing those 2 levels inside that zipfile I won't make too much effort of solving this issue, since this is the only fileid this happens with..