You didn’t give the code for hte submit, but the dropdown is aligned in the middle for the search bar. No idea about the submit since you didn’t add it.
Styling options will leave you with headaches and frustrations. Look to other options.
Here is my code showing what I say is true. Also, font-color CSS doesn’t exist. It’s just “color”. The border style can be shortened. You can see it in my CSS below.
What don’t you understand? Not to be rude, but are you a beginner at CSS (and HTML?)
form select,form input
Those are two rules that are combined for ease (and to not repeat code)…First selects all <select> inside of <form> elements…same thing with <input> for the second part of the rule.
Thanks for your suggestion and guidance. That was a BIG help, much thanks for that.
But I’m still trying to vertically align the text off of the top of the keyword field/box.
I’ve tried a few variations including:
Lol, text-middle value does not exist . You could try setting the line-height for the input to be around the height of the input. E.g. if the input is around 16px, make hte line-height:16px. Or you could set top/bottom padding to make it appear vertically centered.
Line-height worked great ( I has something wrong - imagine that) ! Thanks so much again for all the replies.
Should I start another post to ask this:
How can I get the “Enter Search Words” text to disappear when the field/box is accessed to enter new text?