|
-
Feb 22nd, 2003, 11:23 AM
#1
Thread Starter
Addicted Member
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!
-
Feb 22nd, 2003, 12:09 PM
#2
Fanatic Member
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>
-
Feb 22nd, 2003, 01:46 PM
#3
Frenzied Member
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
-
Feb 22nd, 2003, 03:12 PM
#4
Fanatic Member
Wow, thats pretty cool. Where can I get a copy of Mozilla?
-
Feb 23rd, 2003, 12:00 AM
#5
Lively Member
if you choose not to decide you still have made a choice!
RUSH rocks!
-
Feb 23rd, 2003, 08:48 AM
#6
Frenzied Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|