Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: TFfan
  • Order by date
  1. TFfan

    Coding question

    Is there a problem with defining an absolute width to the body tag? This is something I've done for quite some time now, but a colleague thinks this is somehow wrong (although he couldn't give me a reason why). thanks!
  2. TFfan

    Table row expanding despite height etc

    I didn't call it clean, I called it cleaner--cleaner than nested tables. If there's a more elegant solution, I'd be thrilled to hear it.
  3. TFfan

    Table row expanding despite height etc

    Simple solution. I put the title in a div instead of a TD, placed it inside the content TD and used absolute positioning, negative margins and explicit widths. So I get collumns that expand with each other and IE doesn't mess up the height of my title "boxes". It's also cleaner and closer to...
  4. TFfan

    Table row expanding despite height etc

    Thanks Foamcow, while I won't use it for this, I'd really like to take a look at that script. Leanring something new is never a bad thing.
  5. TFfan

    Table row expanding despite height etc

    I didn't mean to ignore your suggestion BRPS, but the use of nested tables is bad practise, and I'd like to avoid it. I appreciate your help just the same. These are templates that will be used by other people (via a builder)--if it were for me, I could work around it, but there's no telling...
  6. TFfan

    Table row expanding despite height etc

    So am I to assume there is no known fix?
  7. TFfan

    Table row expanding despite height etc

    Hi, thanks for your replies. Firstly, yes, I'd prefer to use straight CSS too, but I do not think it's possible to do what I want to do. Say I'm using a standard box design in CSS. Two independant boxes have separate content. When one content box grows with text, I'd like the other to grow...
  8. TFfan

    Table row expanding despite height etc

    I have a tabular setup with the outside column spanning 4 rows. The four rows consist of two "boxes" each with a thin title row (28 pixels high) and another row for content. the problem is that when the outside column grows, it forces the spanned rows to expand also--this is fine, but I do not...
  9. TFfan

    reccomend a text

    To clarify, I'd like a physical textbook, web tutorials are not ideal. Thanks again.
  10. TFfan

    reccomend a text

    Can anyone suggest a HTML/CSS text? Preferably one that compies with W3? Thanks.
  11. TFfan

    "Coke" bottle creation

    Why would illustrator be better exactly. I have the program, but haven't found much use for it other than text manipulation.
  12. TFfan

    style explanation

    Very nicely, explained. Thanks so much for your time.
  13. TFfan

    style explanation

    table.spanning td.spanning {color: #efefef; font-family: Arial; font-weight: bold; font-size: 14px; : 2;} I don't completely understand this. I keep my css simpler (no doubt inferior). Does this mean that when table.spanning AND td.spanning are used, do this? So if I were just using...
  14. TFfan

    creating a curved line

    You could just stroke an elipse and erase the area the you don't need. This is easier, but everyone should learn the pen tool at some point.
  15. TFfan

    Using multiple id="foo" in one document&validation

    Yeah, I knew you could use tags in CSS, but thanks just the same, stormbind. I've been using CSS for a long time now, but only starting validating my sites recently. It's going to be tough to reverse my way of thinking. Thanks again.
  16. TFfan

    Using multiple id="foo" in one document&validation

    Right, but maybe this is inefficient, but I have multiple paragraphs and each paragraph have many of the same attributes so I create an id style and go from there. But the paragraphs also have attributes that make them unique so I give each of them a different class. So my structure looks...
  17. TFfan

    Using multiple id="foo" in one document&validation

    Line 29, column 10: ID "title" already defined (explain...). <div id="title">Mother, Not Mother</div><hr class="books" /><br /> ^ Line 24, column 10: ID "title" first defined here (explain...). <div id="title">Now You Care</div><hr class="books" /><br /> That's the error...
  18. TFfan

    not valid HTML 4.1 but without errors

    Thanks guys, that did it.
  19. TFfan

    not valid HTML 4.1 but without errors

    http://validator.w3.org/check?uri=http%3A%2F%2Fhome.cogeco.ca%2F%7Ejredekop%2Fdi%2F The W3 HTML validator tells me it's not valid, but it shows no errors. Am I missing something? Thanks.
  20. TFfan

    Good, bad and Ugly

    Thanks for that, Andy.

Part and Inventory Search

Back
Top