Home › Forums › Quform WordPress › error in round preview in firefox
- This topic has 2 replies, 3 voices, and was last updated 11 years, 3 months ago by Allan.
- AuthorPosts
- August 30, 2013 at 7:15 pm #6120sahussainParticipant
great plugin,
as you see in attach ,the round corner of drop down menu isn’t complete in Firefox and it work fine in chromesome thing else ,
i want to apply this css to submit button”i want it to look like this”
——————.button {
border-top: 1px solid #96d1f8;
background: #65a9d7;
background: -webkit-gradient(linear, left top, left bottom, from(#326cb3), to(#65a9d7));
background: -webkit-linear-gradient(top, #326cb3, #65a9d7);
background: -moz-linear-gradient(top, #326cb3, #65a9d7);
background: -ms-linear-gradient(top, #326cb3, #65a9d7);
background: -o-linear-gradient(top, #326cb3, #65a9d7);
padding: 8.5px 17px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
box-shadow: rgba(0,0,0,1) 0 1px 0;
text-shadow: rgba(0,0,0,.4) 0 1px 0;
color: white;
font-size: 14px;
font-family: Helvetica, Arial, Sans-Serif;
text-decoration: none;
vertical-align: middle;
}
.button:hover {
border-top-color: #15428f;
background: #15428f;
color: #ccc;
}
.button:active {
border-top-color: #1b435e;
background: #1b435e;
}
——————————————-
but when i do that :a grey background always appear in front of button
i am not good in coding
please can you help me to do thatthanks
Attachments:
You must be logged in to view attached files.August 30, 2013 at 11:43 pm #6123josef777Participanthere is the guide for you
September 1, 2013 at 1:18 am #6131AllanSupport StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
- AuthorPosts
- You must be logged in to reply to this topic.