TeensyMud - 'A ruby mud server.'

Subject: IE problem with screen format
Subject: IE problem with screen format
Author: Massaria
Posted: 01/09/2006 11:05AM

When viewing the forum front page I'm having difficulty with seeing either the left or right part of the screen - actually even now my writing just pushed the screen right-wards.
It's clever how the display re-sizes to the size of my window, but it doesn't quite fit - the display is too wide.

reply
Subject: IE problem with screen format
Author: Test
Posted: 01/09/2006 11:24AM

Massaria wrote:
> When viewing the forum front page I'm having difficulty with seeing either the left or right part of the screen - actually even now my writing just pushed the screen right-wards.
> It's clever how the display re-sizes to the size of my window, but it doesn't quite fit - the display is too wide.

Thanks!
It should be working now.

Tyche

Almost working.. argh!

table=100% seems to be rendered differently under IE and Firefox. Firefox stretches the table to the size of the enclosing container, and IE stretches it to the size of the viewport, whatever the heck that is. I'm guessing it's the full resolution.

I'll leave the forum and topic lists with the jagged right aligned edges for now until I can figure out a workaround.


reply
Subject: IE problem with screen format
Author: Tyche
Posted: 01/09/2006 10:45PM

Well I did get it working by conditionally including pieces of css based on the browser. I still can't get the HomePage to pass XHTML validation.

reply
Subject: IE problem with screen format
Author: Tyche
Posted: 01/10/2006 12:24AM

Ahhh! Perfection. I've earned my golden validation buttons.



reply
Subject: IE problem with screen format
Author: Massaria
Posted: 01/10/2006 07:05PM

Tyche wrote:
> Ahhh! Perfection. I've earned my golden validation buttons.
>


Indeed you have :-)

Thank -you-

reply