AudithSoftworks/Uniform

I could use some help with Input

Howman opened this issue · 1 comments

I came across your plugin and liked the idea of making the select,check box,radio look all the same across the browsers so I thought I would give it a try and i ran into a problem that I do not know how to fix.
when I have this all is fine

<script type='text/javascript'> // On load, style typical form elements $(function () { $("select").uniform(); }); But when I add input <script type='text/javascript'> // On load, style typical form elements $(function () { $("select,input").uniform(); }); </script>

I get this problem
untitled2
I hoping some one could help me.
my test site http://www.howman.ca/mybbbeta1/
</script>

found a way around it for now had somthing to do with float:right in mybb's css
I added
position: absolute;
right: 10px;
top: 105px;
not what i wanted to do but I hope it will work well for now it is I beleve