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: *

  1. csstefan

    table height 100% with css?

    Thanks - I'll try that! Stefan
  2. csstefan

    table height 100% with css?

    starway, Maybe I was unclear and mixed things up. 1) Well, setting table hight to 100% doesn't solve my problem. But would't setting table height to 101% solve it? I will always have a scroll. All pages have the same structure, navigating from one page to another won't cause the table to...
  3. csstefan

    how to restrict user not to change Text size of browser?

    Cian, Hmm, I wonder where I got that "locking - idea" from. Because I'm used to percentages, I guess I just assumed that a fixed font-size was fixed.
  4. csstefan

    how to restrict user not to change Text size of browser?

    Sorry for the spam - "You're right - I just tried (Mozilla 1.2a on a mac)... I thought there was some kind of order and the stylesheet was highest in that order?" was in reply to cian
  5. csstefan

    how to restrict user not to change Text size of browser?

    You're right - I just tried (Mozilla 1.2a on a mac)... I thought there was some kind of order and the stylesheet was highest in that order?
  6. csstefan

    how to restrict user not to change Text size of browser?

    If you put the size in a external stylesheet i believe you've locked the font size? In your html code: <link rel=&quot;stylesheet&quot; href=&quot;wherever/styles.css&quot; type=&quot;text/css&quot;>, before the </head> and in the stylesheet: body { font-size: 18px} You could also create a...
  7. csstefan

    table height 100% with css?

    Is there any way to make a table stretch to the bottom of a page using css1/css2? As you know the <table height=&quot;100%&quot; ... is not valid. My problem is that I have a centered table where all the content, navigation etc is placed. On some pages with a lot of content I'll get a vertical...
  8. csstefan

    .class :link {...} OK?

    Hmm,just checked - if I don't have the space it doesn't work in NN4.x (mac).
  9. csstefan

    .class :link {...} OK?

    Thanks!
  10. csstefan

    .class :link {...} OK?

    I'm just wondering if I'm doing right here..., maybe someone can help me. In my stylesheet I have the code: .leftmenu :link {...} .leftmenu :visited {...} .leftmenu :link:hover {...} .leftmenu :visited:hover {...} And in the html document (inside a table): <div class=&quot;leftmenu&quot;>...

Part and Inventory Search

Back
Top