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 Westi 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. GladlyOut

    DIV table

    Chris, I'll be showing some product comparisons on this particular page, but since the whole site is being done in pure CSS, I was thinking to try doing this in CSS as well. Now, if you're suggesting that I'll be better with <table>, then <table> it is. I just wanted to try this out; I see that...
  2. GladlyOut

    DIV table

    Would it be a sin to use this code instead of the <table> element?
  3. GladlyOut

    DIV table

    Mucho thanks :)
  4. GladlyOut

    DIV table

    Oh, just one thing. Is there a way to set border in the: .txt { font-family: Verdana; border: 1px solid #000000; font-size: 1em; font-weight: normal; margin: 0; } less than 1px, since it's way too bold, and if I put something like 0.1px it shows right in Mozilla but IE doesn't...
  5. GladlyOut

    DIV table

    Thanks for that. It works good in both IE and Mozilla now.
  6. GladlyOut

    DIV table

    Ok, I've created the following: <style> DIV.table-row { background: #ffffcc; color: #000000; width: 30%; } DIV.left-layer { float: left; width: 30%; } H5.txt { background: #ffffcc; border: solid #000000 1px; color: #000000; font-family: verdana; font-size: 1em; font-weight...
  7. GladlyOut

    DIV table

    Hello, I was trying to google out my answer, but I really had no luck so I've decided to ask this question here. How could you create a table with e.g. 5 columns and 5 rows, to have it shown properly in all browsers and to use only div tags? Thanks in advance
  8. GladlyOut

    IE compatible, other than that: nope

    Thanks Vragabond, that solves it.
  9. GladlyOut

    IE compatible, other than that: nope

    Hello everyone, I'm having some problems with CSS and I just don't understand what's going on. I've been going thru the code for 2 days now and still not finding what's wrong with it. Some elements just won't show up where they should be in other browsers, I have extra 2px margine in other...

Part and Inventory Search

Back
Top