If you notice on the demo page:
http://sky.modernwebservices.com/node/1

and on my page:
http://www.seriousweightloss.net/epworth-sleepiness-scale

The tables extend off the right hand edge of the page. Unlike most tables that limit the cells to just slightly larger than the largest text input within that column, these tables seem to divide the column width into equal parts regardless of browsre resolution (i.e. it evenly splits whatever width is available between left sidebar and right hand page edge by however many columns.

This problem occurs in IE7, Opera, Safari. In FireFox, the tables do generate a right hand edge, but they still use all available space regardless of width of actual data in the column heading or data.

Any thoughts on how to resolve this?

Comments

jacine’s picture

Status: Active » Closed (fixed)

This a duplicated of this issue described here on 3/11: http://drupal.org/node/233051

bstrange’s picture

Specifically, it's an issue with the theme itself, unrelated to the views module. It is present on my site without views and it was present on the Sky demo site under the section "This is a table view". I'm not splitting hairs here or bustin your chops, I just wanted to assure you it's unrelated to views.

jacine’s picture

I understand, but at the end of the day it's the same issue - the tables. I do realize it's unrelated to views, but I'm just trying to consolidate the issues here so I can work through them more efficiently, and the other post happened to come first. :)

I'm working on it...