IE 7 has formatting problems when using Editview's editview-Table.
The "Title" field "pushes" all other fields to the right leaving a wide blank column between it and the fields that follow.
This does not happen on any other browser. Firefox in Windows delivers correct page rendering and all the GNU/Linux browsers I have tested work fine.
Is this a Microsoft issue?
Comments
Comment #1
amariotti commentedSo far it looks like it's just an IE7 issue. It's one thing to debug for IE6 & 7, but it's another to debug for just IE7. Not sure I've ever done that before. If I figure anything out then I'll post it here.
Comment #2
amariotti commentedNot even 5 minutes later and I found a solution. Not sure why it's this way but I changed the following in the editview.css file from:
My site is fixed width though so you may want to go with something like 30% or something. Report back...