On 12/16/06, Bill Kendrick <[EMAIL PROTECTED]> wrote:

Pete posted this from a non-subscribed addr, so it was discarded.

----- Forwarded message from [EMAIL PROTECTED] -----

Date: Fri, 15 Dec 2006 22:00:29 -0800
From: [EMAIL PROTECTED]
Subject: Auto-discard notification
To: [EMAIL PROTECTED]

The attached message has been automatically discarded.
Date: Fri, 15 Dec 2006 22:00:27 -0800
From: Peter Salzman <[EMAIL PROTECTED]>
Subject: css: cell width and height
To: [email protected]

I'm always amazed that I aced through a year of quantum field theory but
CSS
continually baffles me to no end.

If I have some html tables, and set the height and width CSS property for
each td element, is it guaranteed that each cell in each table will be the
exact same height and width under all circumstances?

If not, is there some way of saying "Look here, browser.  As Zeus is my
witness, you will make this cell 3em by 2em no matter what!"



I would give the td sections an id to separate them from the other td tags
such as

<table>
    <td>foo</td>
    <td id="special">bar</td>

then in you css you would have
table {height: 1px; width: 2px;}
#special {height: 3em; width: 2em;}

Hope that helps,
Joshua


----- End forwarded message -----

--
-bill!
[EMAIL PROTECTED]
http://www.newbreedsoftware.com/
_______________________________________________
vox-tech mailing list
[email protected]
http://lists.lugod.org/mailman/listinfo/vox-tech

_______________________________________________
vox-tech mailing list
[email protected]
http://lists.lugod.org/mailman/listinfo/vox-tech

Reply via email to