Hi to all… I know this has been posted lot many times on other blogs and forums too, still I think its very useful so posting once again
This will be useful in almost all the browsers, including IE 6, 7 & 8 (IE 9 supports CSS3 and eventually corner radius css).
Lets say, we need a div with a radius of 10px. We will write a class (lets give the name roundedcorner-box).
For Firefox, Safari, Chrome and Opera 10.5 we will write the following css -
.roundedcorner-box {
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
}
For IE 6, 7 and 8 just include the following javascript file in the header section in your site using the following code :
<script type="text/JavaScript" src="curvycorners.js"></script>
Download Curvy Corners js file
You can also download the js file from http://code.google.com/p/curvycorners/downloads/list
Will post some more refinements for corner radius in next post…
Enjoy…
A Flash Animator is required urgently with atleast one year of experience.
Required Skills:
- Flash CS3 and above
- Sound Knowledge of Action Script 2. Action Script 3 will be a plus, if available.
- Very good in producing product based animation for web based promotion and short clips/videos for youtube
- Knowledge of Adobe Aftereffects a must
- Photoshop
- Illustrator
Interested candidate may send their resume at ramesht@sti-world.com or nancy@sti-world.com
A web designer is required urgently with atleast one year of experience at STI.
Required Skills:
- Photoshop
- Illustrator
- Dreamweaver/ Frontpage
- Sound knowledge of Flash
- Sound Knowledge of Action Script 2. Action Script 3 will be a plus
- Very good in HTML/ XHTML
- Very good in CSS
- Javascript
- JQuery
- Good in designing web templates
- Knowledge of PHP will be a plus but not so necessary
Interested candidate may send their resume at ramesht@sti-world.com or nancy@sti-world.com
There is an urgent requirement of 3D Architectural Visualizer. Positions are at Bhubaneswar, Odisha, India.
Number of Positions – 2
Post – 3D Architectural Visualizer/Walkthrough Specialist
Skills Required:
- 3ds Max
- Photoshop
- Adobe Illustrator
- AutoCAD
- Adobe After Effects
- Adobe Premiere
Experience – 2 to 3 years,
Contact Person – Avilash Mohanty
Email – avilash.mohanty@gmail.com
Phone – +91 9337732125
Please email your resume to the above mentioned email address or you can directly contact over the mentioned phone number for further details.
There is an urgent requirement of 3d Architecture Modeler. Positions are at Bhubaneswar, Odisha, India.
Number of Positions – 2
Post – 3d Architecture modeller
Skills Required:
- 3ds Max
- Photoshop
- Adobe Illustrator
Experience – 0 to 1 year, Freshers are welcome…
Conatact Person – Avilash Mohanty
Email – avilash.mohanty@gmail.com
Phone – 9861726247
Please email your resume to the above mentioned email address or you can directly contact over the mentioned phone number for further details.
When we are using CSS @font-face for WordPress, we usually don’t get the desired result that we may be expecting while we are using Mozilla Firefox.
Firefox 3.5 supported TrueType and OpenType fonts. In Firefox 3.6 support for a new font format – the Web Open Font Format, or WOFF is been added. You can use this font format to work for WordPress if you are using Firefox.
You can convert you fonts to woff format from http://www.fontsquirrel.com/fontface/generator
After you get your font coverted use the following code to import your fonts for all browsers.
@font-face {
font-family: GentiumTest;
src: url(fonts/GenR102.woff) format("woff"),
url(fonts/GenR102.ttf) format("truetype"),
url(fonts/GenR102.eot) format("embedded opentype");
}
Dear Sir;
I made a div with position absolute with the following code.
.menu {
height:40px;
width: 760px;
position:absolute;
top:290px;
left:50px;
z-index:5;
}
Its works good with resolution upto1280 X 768
But when resolution increases the div goes left…
Pls help me to fix this problem.
Most absolute divs are changing position with increased resolutions.
Regards
Lokanath
This post was submitted by Lokanath.
Dear Sir,
I have a problem…
HTML 5 now becoming so trendy but as per client issue we can not ignore IE6(Though IE9 already launched..!!)
Is there any trick for (a permanent solution) making HTML5 n CSS3 work in IE6..?
I’ll be glad if u add few line regarding this issue in ur site..
Regards
This post was submitted by Lokanath.

