Remote Tutor
Home
PHP
PHP
PHP WITH MYSQL
JAVASCRIPT
JQUERY
AJAX
XML
ASP
C SHARP
JAVA
ORACLE
ORACLE
SQL
PL\SQL
MYSQL
WEBLOGIC
Pages
Home
PHP
Home
CSS3
CSS3 Transitions
|
Saturday, 1 June 2013
|
CSS3 Transitions
CSS3 Transitions
<!DOCTYPE html>
<html>
<head>
<style>
div
{
width:100px;
height:100px;
background:red;
transition:width 2s;
-webkit-transition:width 2s; /* Safari */
}
div:hover
{
width:300px;
}
</style>
</head>
<body>
<p><b>Note:</b> This example does not work in Internet Explorer 9 and earlier versions.</p>
<div></div>
<p>Hover over the div element above, to see the transition effect.</p>
</body>
</html>
Note:
This example does not work in Internet Explorer 9 and earlier versions.
Related Pots
No comments:
Hot in Week
Javascript Date toLocaleTimeString() Method
CSS3 background-origin Property
SQL - Sub Queries
CSS Syntax
PHP MySQL Select
CSS Legal Color Values
Cutomize WebSite Template for Software House
CSS Line border in Table
Javascript Array join() Method
The rotate() Method CSS3
Contact Us
Name
Email
*
Message
*
Category
AJAX
API
ASCII
ASP
C SHARP
C#
CONSTRAINT
CSS
CSS3
Google API
Google+
HTML
HTML5
JAVA
JAVASCRIPT
JQUERY
MYSQL
ORACLE
OTHERS
PHP
PHP-FUNCTIONS
PHP-MYSQL
PL-SQL
SQL
SQL-JOIN
SQL-OPERATORS
WEBLOGIC
WEBSITE
WEBSITE TEMPLATE
XML
Powered by
Blogger
.
Recent Comments
| Copyright © 2013
Remote Tutor
No comments: