![]() |
|
Welcome to the Computer Webmaster Gaming Console Graphics Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
| |||||||
| CSS CSS styling code help for your website, CSS is like art and what makes your website look professional. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 | ||
| Service Man ![]() | Rounded Corners with CSS are a hot topic in web design: I think that there are hundreds of articles on them. This page is intended to present the solution I came up, that doesn't requires images, extra markup nor CSS. Let's start. The basic idea of Nifty Corners is to get some coulored lines to get the rounded effect. This is the markup to get a rounded div: Code: <div id="container"> <b class="rtop"> <b class="r1"></b> <b class="r2"></b> <b class="r3"></b> <b class="r4"></b> </b> <!--content goes here --> <b class="rbottom"> <b class="r4"></b> <b class="r3"></b> <b class="r2"></b> <b class="r1"></b> </b> </div> And here's it the basic CSS: Code: .rtop, .rbottom{display:block} .rtop *, .rbottom *{display: block; height: 1px; overflow: hidden} .r1{margin: 0 5px} .r2{margin: 0 3px} .r3{margin: 0 2px} .r4{margin: 0 1px; height: 2px} | ||
| | |
| Advertisements |
| | #3 | ||
| Website Owner ![]() Join Date: Mar 2006 Location: UK
Posts: 3,882
My Photos: (46)
iTrader: (3) Banked: MK Cash: $3.06 I am Worth: MK Cash: $1.92 Donate Recent Blog: Reliable and responsive web hosts ![]() ![]() ![]() | Hi what is it you want to fully make? | ||
| | |
| Featured Websites | ||||
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| RLE images | Jason | Software Programming | 1 | 06-12-2007 10:37 PM |
| creating rounded/curved corners | CNN_news | Graphics in general | 5 | 06-11-2007 11:28 PM |
| tape corners | mailman | Graphics in general | 6 | 06-11-2007 11:27 PM |
| images in your sig | MadKad | Community Chat | 2 | 10-21-2006 10:04 AM |
| Featured Websites | ||||
|