Results 1 to 6 of 6

Thread: Tables and Graphics

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jan 2002
    Location
    Michigan
    Posts
    143

    Unhappy Tables and Graphics

    How do u add background graphics to tables and Im not talking about a graphic that shows throughout the table.

    But take this site for example http://www.devthreads.com/

    How do they get The products menu to be curvy at the edges like that? Also, the GREY part where it says products, how do u add an image to that so its not a color but a graphic.

    I use frontpage and dreamweaver and I havnt been able to figure this out for weeks. All my tables are square like...I cant make em curvy or have images.


    Thanx for the help!

  2. #2
    Fanatic Member Mushroom Realm's Avatar
    Join Date
    Mar 2002
    Location
    Murrieta, California
    Posts
    650
    They put an image tag into a cell, instead of text. The tables edges are not curvy it is the image that has a curve. I dont know how to do it with software but you can just type this into the source:

    <table border=0><tr><td><img src="image.bmp"</td></tr></table>

  3. #3
    Frenzied Member Rick Bull's Avatar
    Join Date
    Apr 2002
    Location
    England
    Posts
    1,444
    When CSS 3 comes out and browsers support it you will will actually be able to actually make element's edges rounded. Mozilla already supports this, with something like -moz-border-radius or something, but I can't remember the syntax, so you won't have to bother with all this fiddly image rubbish

  4. #4
    Fanatic Member Mushroom Realm's Avatar
    Join Date
    Mar 2002
    Location
    Murrieta, California
    Posts
    650
    Wow, thats pretty cool. Where can I get a copy of Mozilla?

  5. #5
    Lively Member
    Join Date
    Dec 2002
    Location
    southwest pennsylvania
    Posts
    65
    if you choose not to decide you still have made a choice!

    RUSH rocks!

  6. #6
    Frenzied Member Rick Bull's Avatar
    Join Date
    Apr 2002
    Location
    England
    Posts
    1,444
    The offical site is http://www.mozilla.org/ and also there is a list of the CSS properties Moz supports at http://lxr.mozilla.org/seamonkey/sou...sCSSPropList.h

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