happypenguin
Member
Posted 2 years ago #
Hi there guys,
I am looking to style my search bar and buttons, my contact forms and my newsletter forms. I'm most concerned about my search bar and submit button.
I've been googling for a while to try and find a type of styling that works over multiple browsers as both W3C compliance and cross-browser compatibility are a big issue for my site. Keeping my code very clean and concise is a must.
Can anyone suggest a tutorial, a plugin or some sort of article (from a trusted and professional source)? This really has become quite a bit harder than I initially intended.
Thanks,
happypenguin
Member
Posted 2 years ago #
Quite a simple question guys, I think. Would appreciate a hand on this.
Avrohom
Member
Posted 2 years ago #
I'm just a beginner -- but I don't think your request is as simple as you say.
But probably first for someone to help you -- they will probably want the address to your site.
I'm interested to see what answers you get.
Avrohom
happypenguin
Member
Posted 2 years ago #
I dont think thats really necessary. Its as simple as the search bar at the top of this page - stylized, editted. Cant figure out how to do it effectively.
abbelsap
Member
Posted 2 years ago #
Here a quick start:
input.btn {
color:#050;
font: bold small 'trebuchet ms',helvetica,sans-serif;
}
<input type="button" value="Submit" class="btn">
style search bar css
ther seem to be a few good tutorials out there to do exact want you want ;-)