Peeking at the page with Firebug, it looks like the rowBlock is set to a fixed width of 960
pixels. So anything wider than that isn't going to display.

The problem is that the tables that are placed inside the rowBlock don't know
anything about this restriction. As far as they know, they're allowed to expand as needed.

So when content (like a picture) is placed inside one of these tables, that's exactly what they do -
they expand on to the right-hand side of the screen. Unfortunately, they're clipped off at 960 pixels.

It looks setting the tableSurround class to a fixed width might take care of things.

Then again, CSS isn't really my expertise, so I could be completely wrong here.


-- David Cuny
My virtual singer development blog

Vocal control, you say. Never heard of it. Is that some kind of ProTools thing?