Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7447549
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T12:38:29+00:00 2026-05-29T12:38:29+00:00

We have started using Wijmo (based on the jQuery UI & jQuery UI Theme

  • 0

We have started using Wijmo (based on the jQuery UI & jQuery UI Theme Roller) on one of our applications but have a problem with the dropdown and button in the Wijmo Form Decorator styling.

I have had a look at the Wijmo Docs but they haven’t been helpful.

We have initiated the script and the style is applied however on all forms I cannot get the dropdown item to align correctly with other elements.

The initiation script is as follows:

<script id="scriptInit" type="text/javascript">
    $(document).ready(function () {
        $(":input[type='text'],:input[type='password'],textarea").wijtextbox();
        $("select").wijdropdown();
        $(":input[type='radio']").wijradio();
        $(":input[type='radio']").wijcheckbox();
        $("button").button();
    });
</script>

As you will notice the .button() and .wijdropdown() functions are applying to each instance of the tag versus a class or an ID – we have the same problem with all 3 methods and have gone this way as this is what is desired through the entire application.

You can see a screenshot of the problem here:

Screenshot of element alignment

I have been using Firebug to try and work out what the problem is and I suspect part of it is that Wijmo converts the select element into a div and applies JS to enable the select functionality.

I have been using both Firebug and Chrome developer tools to debug this, I notice that there is no margin being applied either above or below either element.

I have removed all other stylesheets that are not Wijmo or ThemeRoller but no change. We are using the “rocket” theme that comes with Wijmo.

Each time I try and manipulate the margin-top property on either it realigns all elements that are inline with the input search field directly above.

The HTML code for the form is:

<FORM id="serialSearch" name="serial_search" method="POST" action="index.php">
    <label>Serial number: </label><input type="text" name="query" id="query" size="30" autocomplete="off" value="<? echo $serial_query; ?>" />
    <br />
    <select name="searchType">
        <option value="standard">Standard</option>
        <option value="fuzzy">Fuzzy</option>
    </select>
    <button>Search serial numbers</button>
    <input type="hidden" name="serial_submit" id="serial_submit" value="search_serials" />
</FORM>

It is really important for us to get this aligning correctly and appreciate any suggestions, thanks in advance.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-29T12:38:36+00:00Added an answer on May 29, 2026 at 12:38 pm

    you need to wrap all the forms elements inside a div with let’s say a class “input” and apply this style to the div elements:

    div.input {
        display: inline-block;
        vertical-align: top;
    }
    

    here you can see a jsfiddle that shows how it looks like.

    as a suggestion, next time create a jsfiddle more than a screenshot so it’s easier for people and for you to test your code.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have started using of generics in Delphi 2010 but I have a problem
I have started using ajax/jQuery in our websites / application. There are many plugins
I have started using jquery in one of my new asp.net webform application... I
I have started using (ARC) with iOS 5, but I have a problem which
I have started using Vim for my C(++) programming. But I have 1 problem.
I have started using aspects for parameter validation in our development framework. It works
I have started using jQuery and rails. I have made a simple form that
As I have started using Linux (Ubuntu) to broaden my knowledge, but the flow
In our company we have started using VS 2010 to model our systems, in
We are developing our new application in .Net 3.5 and we have started using

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.