My contributions...

<table>
        <tr>
                <td style="border-right: 1px solid black; height: 200px">Stuff</td>
                <td>More Stuff</td>
        </tr>
</table>

The only reason I could see for doing the hr thing would be if you
wanted to control margin/padding or something. Mozilla doesn't like
this code if the hr is less than 3px...dunno why.

<table>
        <tr>
                <td>Stuff</td>
                <td><hr style="height:200px;width:3px;color:black;padding:5px 0px 5px 
0px"></td>
                <td>More Stuff</td>
        </tr>
</table>

-- 
 jon
 mailto:[EMAIL PROTECTED]

Tuesday, July 8, 2003, 2:19:02 PM, you wrote:
C> oi Kevin!!

C> dunno....is  just  the  way  i  thought of doing it.. only wanted a hint of a 
divider.....




C> ------------------------------------
C> Tuesday, July 8, 2003, 2:10:05 PM, you wrote:

KG>> If you're using tables to hold the stuff, why not just stick in another
KG>> td and put a 1x200 gif in there and color the cell backround to be the
KG>> same? I mean, it's not like you're doing full-on CSS layout if you're
KG>> using the table for layout there anyway. And you'll probably run into
KG>> fewer quirks with how browsers treat a horizontal rule rendered
KG>> vertically.

KG>> It is funny though how much is missing from CSS. Things like vertical
KG>> rules. Come to think of it, you could put a 1 pixel margin on one side
KG>> of one of the two "stuff" things and probably get the same visual
KG>> effect.

KG>> -Kevin

>>> -----Original Message-----
>>> From: Critz [mailto:[EMAIL PROTECTED] 
>>> Sent: Tuesday, July 08, 2003 12:55 PM
>>> To: CF-Community
>>> Subject: Re: is this "legal" (html)?
>>> 
>>> 
>>> oi Kevin!!
>>> 
>>> just a separator between two TD's
>>> 
>>> basically just a vertical HR
>>> 
>>> 
>>> --------------------------------------------
>>> |                                          |
>>> |     stuff        |        stuff          |
>>> |                  |  <---                 |
>>> |                  |                       |
>>> |                  |                       |
>>> --------------------------------------------
>>> 
>>> 
>>> 
>>> ------------------------------------
>>> Tuesday, July 8, 2003, 1:52:02 PM, you wrote:
>>> 
>>> KG> I guess, but ugh. What are you using it for?
>>> 
>>> KG> -Kevin
>>> 
>>> >> -----Original Message-----
>>> >> From: Critz [mailto:[EMAIL PROTECTED]
>>> >> Sent: Tuesday, July 08, 2003 12:45 PM
>>> >> To: CF-Community
>>> >> Subject: is this "legal" (html)?
>>> >> 
>>> >> 
>>> >> oi CF-Community,!!
>>> >> 
>>> >>   <hr style="height:200px;width:1px;color:black">
>>> >> 
>>> >> 
>>> >> ---
>>> >> [This E-mail scanned for viruses by Declude Virus]
>>> >> 
>>> >> 
>>> KG> 
>>> 
KG>> 
C> 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=5
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=5

Get the mailserver that powers this list at 
http://www.coolfusion.com

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.5
                                

Reply via email to