Click here to Skip to main content
15,895,084 members
Articles / Web Development / ASP.NET
Article

Round Corners Div

Rate me:
Please Sign up or sign in to vote.
1.75/5 (7 votes)
10 Oct 20072 min read 50.9K   884   10   7
Round Corners Div

Download round_corner_div1.zip - 6.4 KB

Screenshot - round_corner_div1.gif

Introduction

This javascript will help you to create div with round corner without using image and .css file. Few lines of javascript codes will create rounded corner for a div on the fly. Just pass the parameters (div id and which corner i.e. LT=LeftTop or RT=RightTop or LB=LeftBottom or RB=RightBottom you want to round) to the javascript function and you will have it. The attached sample file round_corners_div.aspx will show few examples. This javascript was only tested on Microsoft Internet Explorer version 6.0 in VWD 2005 Express Edition environment. This is a free javascript distributed in the hope that it will be useful but without any warranty.

Background

Ok, backgoround for this code is to make your div tag look more fancy with rounded corner. I have been searching web for javascript which can round a div tag corners without using images but could not find something straight forward, short and simple hence I decided to write my own.

Using the code

Copy and past the javascript functions in web page then call it from body tag as shown in the example file round_corners_div.aspx.

The javascript functions are quite simple and flexible. Flexible in the sence that it gives you option to select which corner of a div tag you want to round.

Download and unzip the attached file. The main file which contains javascript and html codes is named 'round_corners_div.aspx'. The other file round_corners_div.gif is screenshot of the output.

Points of Interest

It is quite cool. You do not need to use images or .css file to round the corners of any div element. The few lines of codes will round the corners of a div on the fly.

It only works on IE6.0.

History

Created by: Muhammad Shoaib

Created on: 7 Sept 2007

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Malaysia Malaysia
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions

 
GeneralAnother option Pin
lmcnutt16-Jun-09 20:00
lmcnutt16-Jun-09 20:00 
GeneralAwsome Pin
Muhammad Azam1-Jun-09 20:47
Muhammad Azam1-Jun-09 20:47 
GeneralNifty Corners Cube Pin
bitbusta11-Oct-07 4:39
bitbusta11-Oct-07 4:39 
GeneralBrowser Compatibility Pin
Tereska18-Sep-07 21:28
Tereska18-Sep-07 21:28 
AnswerRe: Browser Compatibility Pin
Muhammad Shoaib Patel8-Nov-07 19:45
Muhammad Shoaib Patel8-Nov-07 19:45 
QuestionHeya Pin
Ben Daniel18-Sep-07 20:33
Ben Daniel18-Sep-07 20:33 
AnswerRe: Heya Pin
Muhammad Shoaib Patel18-Sep-07 20:59
Muhammad Shoaib Patel18-Sep-07 20:59 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.