Code Monkey home page Code Monkey logo

Comments (7)

pixelmatrix avatar pixelmatrix commented on July 17, 2024

Can you confirm that you made the $("select").uniform() call within the document.ready function or $(function(){ … }); wrapper?

from uniform.

 avatar commented on July 17, 2024

Yes, $("select").uniform(); is happening inside $(document).ready(function(){} (which occurs AFTER I "include 'jquery.uniform.js';")

from uniform.

pixelmatrix avatar pixelmatrix commented on July 17, 2024

I'm not sure what's wrong then. I'd need to see it to give you any advice. Are there any javascript errors or warnings?

from uniform.

 avatar commented on July 17, 2024

Nope, no errors (at least, nothing being reported by firefox). Feel free to email me direct and I'll be happy to try and let you "see" what's going on. Thanks! :-)

from uniform.

 avatar commented on July 17, 2024

Well, I'd like to report that I was able to fix the problem -- when I copy/pasted the css from uniform.default.css into my own css file, a funky character made its way in there, which caused the browser to completely disregard the entire section of css.

NOW -- my new question is this: How do I control the width of the dropdowns? They are obscenely long (I prefer them to be auto-width) -- is that possible?

Thanks!

from uniform.

pixelmatrix avatar pixelmatrix commented on July 17, 2024

resideo, my themes don't allow for auto-sizing currently because earlier versions of Firefox have trouble with inline-block. You'll see some width properties in the CSS. That's how you change the width. If you'd like to make them auto-sized, i'd use display: inline-block; for the .selector div, and make it not floated. That should get you on the way to auto-sized elements.

from uniform.

 avatar commented on July 17, 2024

Great, thanks -- we'll give that a try. If you'd like to see our implementation (so far), head over to http://www.resideo.com/ and pick a hotel. Choose a room (by selecting the green "Reserve" button) and take a look (the credit card, state & country dropdowns).

from uniform.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.