Tag Archives: HTML

  • jQuery Resources

    Posted on December 7, 2009 by in Blog, HTML, Javascript, Other Technologies

    Main site / Documentation http://www.jquery.com/ UI theme jQuery UI – http://ui.jquery.com/ Plugins / extended library jQuery plugins directory – http://plugins.jquery.com/ jQuery TOOLS – http://flowplayer.org/tools/index.html leigeber – http://sandbox.leigeber.com/ Mullinx – http://mullinx.makinguse.com/ (A multi-direction hyperlink)

    No Comments. Continue Reading...
  • IE Disabled Input

    Posted on April 15, 2009 by in Blog, Other Technologies

    IE is very suck … You cannot change the color of the disabled input. The color remains grey all the time while it is possible to do so in Safari and Firefox. I found a solution from the web which can pretend a disabled input, setting the input as onfocus=”this.blur();” onselectstart=”event.returnValue=false;” rather than disabled=”disabled” It [...]

    2 Comments. Continue Reading...