Blue Theme Orange Theme Green Theme Red Theme
 
6 Months Free & No Setup Fees ASP.NET Hosting!
Home | Forums | ASP.NET 2.0 Tutorials | Web Services | How Do I...? | Class Browser | WPF Quick Starts | Advertise with Us
 | Consulting  
Submit an Article Submit a Blog 
Search :       Advanced Search »
Home » Blogs Home » Blog Detail

appearance Property In CSS3

 by Mahak Gupta on Jan 23, 2012

It is used to make an element look like a User Interface Element.
Download Files: appearance property in css3.rar
Comments: 0 Views: 903 Printable Version 

It is used to make an element look like a User Interface Element.It has the Following values:

Normal,Window,icon,button,menu,field

Ex:

<html>
<head>
<style type="text/css"> 
div
{
appearance:button;
-webkit-appearance:button; /* For Safari and Chrome */
-moz-appearance:button; /* For Firefox */
}
</style>
</head>
<body>
<div>C-SharpCorner</div>

</body>
</html>


Note: It shows the div like a Button

1234555.png

Comment Request!
Thank you for reading this post. Please post your feedback, question, or comments about this post Here.
 
What do you say about this post? Post a comment here
*Title:
*Comment:
 
Comments not available.
Team Foundation Server Hosting
Become a Sponsor

 Blogger's Profile
Age: Not Available
Location:
Title: Developer
Joined: May 09, 2010
Education: Master's Degree
 More Blogs from this Blogger
No record available
 Latest Blogs
[Video] OnClose Handler
[Video] Storing and Loading the Window and Toolbar position
The Euclidean Algorithm
Swapping Exe Process
How Exe file is Generated by VS2005 C++ Project?
What is Exe
Header files: Multiple Inclusion problem - Solution B
Header files: Multiple Inclusion problem - Solution A
Header files: Multiple Inclusion problem - Reason
Header files: Multiple Inclusion problem
View all »
 Latest Jobs
More ... 
 Latest Interview Questions
More ... 
Team Foundation Server Hosting
 © 2012  contents copyright of their authors. Rest everything copyright Mindcracker. All rights reserved.