LonkeroAdministrator
(KiX Master Guru)
2007-08-02 08:51 PM
ubbcode test

a test for code-block...
 Code:
12345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890
that's 140 width...
and
this is some
height
here...
to
add
some
more
to
make
it
a
box
thank
you
very
many


Mart
(KiX Supporter)
2007-08-02 09:46 PM
Re: ubbcode test

So watcha doing to the code box

NTDOCAdministrator
(KiX Master)
2007-08-02 10:07 PM
Re: ubbcode test

Looks like he may want to mod the code for width/height

I'm sure Jooel knows but that currently appears to be controlled on a per STYLE coding. An upcoming version will be changing how CSS/HTML/PHP are handled to allow more adherence to Web Standards.

You can modify your local CSS for FireFox to achieve a different size box as well.


Chris S.
(MM club member)
2007-08-02 10:13 PM
Re: ubbcode test

Dr. Cameron: What happened to "everybody lies"?
Dr. House: I was lying.


LonkeroAdministrator
(KiX Master Guru)
2007-08-02 10:49 PM
Re: ubbcode test

heh.

firefox handles the box differently. (ofcourse, it's mozilla and IE is not)
trying to make the box little cleaner for IE.
still with little or no luck.


LonkeroAdministrator
(KiX Master Guru)
2007-08-02 11:07 PM
Re: ubbcode test

k, removed my trick:
width:expression(document.body.clientWidth > 700 ? "550px" : "100%");


I still hate a lot how the window shows up in IE.
with this trick I was able to restrict it size, but couldn't find a way to make it grow with the window size.

maybe something like:
width:expression(document.body.clientWidth > 700 ? (document.body.clientWidth - 150) + "px" : "100%");


NTDOCAdministrator
(KiX Master)
2007-08-03 12:56 AM
Re: ubbcode test

In a new version they're going to do some JS detection of your browser and then modify accordingly. PHP/HTML/CSS stuff so that mainly IE can be handled differently.
Not sure if it will be in 7.3 or not but they're aware of the issue and want to fix it, but there is still a lot of legacy code that has to be removed, modified.