-
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!
-
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>
-
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 :)
-
Wow, thats pretty cool. Where can I get a copy of Mozilla?
-
-
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