Hi,
is it posible to make table round in HTML using CSS ???

Recommended Answers

All 5 Replies

Hi,

Do you mean rounded corners?

yes,
i want corners ...

i want the css code

Don't be ridiculous! CSS3 Only supports rounded corners markup!

And if you too lazy to read not even 30 lines of text teaching you how to do it! Whats the point of me pasting it here, because you wont want to read that either.

Anyway, Heres the CSS. Figure it out!

.roundcont {
	width: 250px;
	background-color: #f90;
	color: #fff;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop { 
	background: url(tr.gif) no-repeat top right; 
}

.roundbottom {
	background: url(br.gif) no-repeat top right; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.