Spinner widget in Backbase Community Edition

The spinner widget appears offset when I have implemented the sample 'dog' xml form. The spinner is displayed about half way down from the AGE input box. Has anyone else had this problem and any ideas?

Spinner

Hi,
Does the spinner look like the picture in the book? (I am assuming you are using the example from the Beginner Tutorial). If yes, I agree the layout is not stunning, but it is a matter of standard CSS to improve it. It is just an example.

If no, and you think your HTML and CSS are ok, then please post your code here.

Border-box model

Hi,
some controls (spinner is one of them) render properly when the border box model is enabled.
In order to do this you will need to add the following on the top of your page:
<!-- -->

You can see the templates (default.html and panels.html) provided within the package of the Client Framework as examples of this.

spinner positioning issue

It appears to be an issue with IE version 7. I tried Firefox and the layout is fine. I still need to test with IE 6.

Thanks.

spinner positioning

IE 6 works fine as well.

Hi, did you add the <!-- -->

Hi,
did you add the <!-- --> at the top of your page?
This should fix the problem instantly.

spinner widget

Perfect, thanks so much. After adding to correct page and location worked like a champ.