Posted by Jonathan N. Little on 01/11/08 01:47
NvrBst wrote:
> I need the "vertial-align:justify;" cell so that vertical stretching
> doesn't occur in the *Data1* and *Data2* cells. I know there is no
> justify for vertical alignment but I stated it because that is the
> kind of effect I need.
>
> If I use your example (using rowspan=2) then I'd have the problem (as
> labled in the inital post) of *Data2* cell being stretched when *Data1*
> +*Data2* height is less than *Menu*
Maybe what the real problem is that you are using a table for layout
when you should be using something else. If you rowspan the left column
cell and the right column you add data that expand the cells vertically
it is "natural" table behavior for the left column rowspan'ed cell to
also expand vertically
Now looking into my crystal ball I see that the left cell you put the
word "menu" so chances are you have a *list* of menu items. If it a list
you should use a list! If you want it side by side with your data then
float it left. Google "2 column css layout template"
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
Navigation:
[Reply to this message]
|