In response to: css3之rounded corner
Here is a simple example to create 5px radius rounded corner.
Image part:
corner images
for IE7 and above,[......]
In response to: css3之rounded corner
Here is a simple example to create 5px radius rounded corner.
Image part:
corner images
for IE7 and above,[......]
$(document).ready(function() {
formPreSet();
});
function formPreSet() {
/* preset form element */
$('form [type=text], form [type=passwor[......]
Instead of using onmouseover, onmouseout in each image, use the following function.
Remember to name the images in specific format.
$("img.rollo[......]