• 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,

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter happypenguin

    (@happypenguin)

    Quite a simple question guys, I think. Would appreciate a hand on this.

    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

    Thread Starter happypenguin

    (@happypenguin)

    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.

    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 😉

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Design help – Styling forms’ is closed to new replies.