Results 1 to 3 of 3

Thread: (CSS) Why isn't my Margin working? **Resolved**

Threaded View

  1. #1

    Thread Starter
    Frenzied Member msimmons's Avatar
    Join Date
    Jul 2001
    Location
    Houston, TX
    Posts
    1,057

    (CSS) Why isn't my Margin working? **Resolved**

    I have it applied to some cells via the class. Basicly I don't want the text inside to touch the edge of the cell.
    Code:
    <td class="outlined90degrees" style="width:60px;">Number</td>
    in the head of the document I have:
    Code:
    table { border-collapse: collapse; }
    td { color: Black; font-family: Verdana, Gill Sans, sans-serif; font-size: 7pt;}
    .outlined90degrees { border:1px solid black; margin:5px; writing-mode:tb-rl; filter:flipH() flipV();}
    (I know some of that is IE only)
    Any ideas?

    Thanks,
    Michael
    Last edited by msimmons; Oct 23rd, 2002 at 01:37 PM.
    I'm off to GalahTech, hope to see you there.

    If you don't like the rules they make, refuse to play their game. -- Steve Ignorant.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width