how can i do html tables with rounded corner?
Public Comments
- You can't make "rounded" tables with HTML. You can make all these though: none -Defines no border hidden -The same as "none", except in border conflict resolution for table elements dotted -Defines a dotted border. Renders as solid in most browsers dashed -Defines a dashed border. Renders as solid in most browsers solid -Defines a solid border double -Defines two borders. The width of the two borders are the same as the border-width value groove -Defines a 3D grooved border. The effect depends on the border-color value ridge -Defines a 3D ridged border. The effect depends on the border-color value inset -Defines a 3D inset border. The effect depends on the border-color value outset - Defines a 3D outset border. The effect depends on the border-color value Also, I think the rounded tables you're thinking about have images on the sides. They're most likely .jpg's or .gif's placed on each side.
- yes,he is telling right thing, those are images and you can set cell-spacing and cell-padding to 0 and then use these images by placing in a cell and then you can manage those images by working with cell properties.Its all graphics+thinking work...
- you can use images for the rounded corners. this site uses a table. look at my page http://www.freepgs.com/websearch/ here is how to do it with div tags http://www.neuroticweb.com/recursos/css-rounded-box/ more round corner tutorials and examples. check out the rest of this site. there are thousands of links to example sites there. you should learn xhtml and css. if you join their email mailing list they will help you (but not do it all for you). http://css-discuss.incutio.com/?page=RoundedCorners
Powered by Yahoo! Answers