Drop down arrow gravity forms - css

Hi I have a form on this current site: http://bombyx-plm.flywheelsites.com/#contact
I wish to have drop down arrows on the two drop down fields: "Company size" & "Select subject" as you can see I have added images before the place holders. using "background: url" but in doing so I have lost the drop down arrows...
Is there anyway to have the drop down arrows with the image in the same place holder box?
Hope you can help!
Thanks

Thank you for all the responses! Sudharshan Nair had the answer I needed to create the drop down arrow.

If I understood your question correctly, you wish to add the drop-down arrow as a png arrow in the background without losing the other background image.
You should use the multi-background CSS code as in the link below:
https://www.w3schools.com/Css/css3_backgrounds.asp

Related

Can I add a css style in the formula editor in crystal report

In crystal report:
right click on a field -> edit formula. I can add some html elements.
example
<u>
IF {myobject.myfield} = "something" THEN
blabla1
ELSE
blabla2
</u>
Is there a way to add a css font style?
I would like to underline the whole line. Not only where there is text
You can use something like this:
IF {myobject.myfield} = "something" THEN
<u>blabla1</u>
ELSE
</u>blabla2</u>
But that would require turning on the 'Interpret as HTML option.
Why not simply format the formula object with underline?
Even with a CSS style, it will still only underline the text and will not extend the underline beyond.
I see two other ways to accomplish this though.
Make the field the entire width of the area that you want to be underlined, then add a bottom border to the field or text object.
Use the line drawing tool to add a horizontal line to the report where it is needed.
It doesn't give a solution to the mentioned problem. But it give a solution to the problem that leads to this problem, i.e., underline the whole line.
select the feld, click on underline. In "edit formula", add space(N) before each line break. With N is a big number

Watermark and selected item padding

Im creating a dropdown for post type using xamarin forms and syncfusion combobox. How to increase the left padding for the watermark(placeholder) to make it aligned with the placeholder position in picker or editor?
Image Reference
Welcome to SO!
Unfortunately, from Customizing ComboBox in Xamarin ComboBox (SfComboBox) , there is no more way to change the position of Watermark.
The only idea I found that is add some space before word to make it work.
For example: Watermark=" Enter 'A' to filter suggestions"
The effect:

How to create a button with an image and text WatchKit

I want to create a tappable button with an icon and some text.. kind of like how the map app does it. See the attached picture below.
I've currently tried having a button that is set to the Group mode for content. However, this makes the background clear and I wasn't sure if there were any better options. Another option that came to my mind was creating a table view with one cell that took up half the width but that would be very hacky as well.
Just create two groups. Then you can change the background color, add an image and text label. To make it clickable simply add a tapGestureRecognizer to the group and it will function just like a button.

Want to Add checkbox in all direction of Image Slider

Below is the Slider I am working on. But I am facing some problem with Fog caption Alignment.
I wanted to align the Html caption in all four direction ie:
Will be top left
Will be on top right
Will be on bottom left
etc..
I want to place checkbox with some text in these fields.So please let me know how to proceed.
I tried doing but it struck in right side only.
http://codepen.io/lleger/pen/aeowD
Any help is Appreciated.
I'm not really sure of what you want. I updated your code. Please see the link:
http://codepen.io/anon/pen/gmHhC
Is that what you want?

Dropdown menu disappears when mouse moves over the WHO WE SUPPLY tab

Recently i encountered a problem with the dropdown menu called "WHO WE SUPPLY". The main_menu disappear just when i move my cursor over them. I have tried the other answers to similar questions like this but they were not of great help in my case.
I just want the dropdown elements to remain at their places when i move my mouse over them so that i can select them.
Can anyone please check the problem?
My website link is http://effortlessled.com/
Try to go to the WHO WE SUPPLY tab and you will see what exactly i am saying.
Many thanx in advance..
..hope to get a reply soon !!
As far as I can see the "color" property of your "Who We Supply" anchor tag is getting overridden by some other class's color property and the firebug is pointing to line #530 of your style.css file.
The color property mentioned there is "#FFFFFF" which is for white color.
So change the color of that particular class.
Basically the link is not hidden just the color property of that link changes on Hover event to White which is same as your background color

Resources