ChavezArquitectos / curvycorners

Automatically exported from code.google.com/p/curvycorners
0 stars 0 forks source link

Curvy Corners on Link Mouse Over State Don't Change Color #55

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. create a link with the following styles:
a.btn {
 display:inline-block;
 padding:4px 8px; 
 font-weight:bold;
 text-decoration:none;
 background-color:#666; 
 color:#fff;
 border:#fff 1px solid;
}
a.btn:hover { background-color:#ffcc00; }

2. Add the curvy corners:
$('.btn').corner({
 tl: { radius: 4 },
 tr: { radius: 4 },
 bl: { radius: 4 },
 br: { radius: 4 }
});

3. Roll over the link

What is the expected output? What do you see instead?
Expected: curvy corner containers should change to yellow on mouse over
Instead: the curvy corner container remains gray

What version of the product are you using? On what operating system?
Version 1.9 

Original issue reported on code.google.com by srolda...@gmail.com on 23 Dec 2009 at 6:11

GoogleCodeExporter commented 8 years ago
V1.9 no longer supported. See latest version and in particular for scripted 
event 
handling see

http://curvycorners.net/instructions/#dyn

Original comment by c.1%smit...@gtempaccount.com on 27 Dec 2009 at 5:21