I've used sfSexyButtonPlugin, but the original css has some troubles
at IE. I make a patch to correct it. What email should I send it?
diff -Naur sfSexyButtonPlugin.orig/web/css/sexy_button.css
sfSexyButtonPlugin/web/css/sexy_button.css
--- sfSexyButtonPlugin.orig/web/css/sexy_button.css 2007-07-25
21:13:39.000000000 -0300
+++ sfSexyButtonPlugin/web/css/sexy_button.css 2007-07-25
21:28:23.000000000 -0300
@@ -7,7 +7,7 @@
}
a.sexy-button {
- background: transparent
url('/sfSexyButtonPlugin/images/bg_button_a.gif') no-repeat scroll top
right;
+ background: transparent url('../images/bg_button_a.gif')
no-repeat scroll top right;
color: #444;
display: block;
float: left;
@@ -18,8 +18,8 @@
text-decoration: none;
}
-a.sexy-button span {
- background: transparent
url('/sfSexyButtonPlugin/images/bg_button_span.gif') no-repeat;
+a.sexy-button span, a.sexy-button:hover span {
+ background: transparent url('../images/bg_button_span.gif') no-repeat;
display: block;
line-height: 14px;
padding: 5px 0 5px 18px;
--
Marco Catunda
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"symfony users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---