[Solved] Filters collection unavailable on *some* versions of IE9

I downloaded the gadget and see no problems. I see the transitions (dissolve) and control bar transparency is also there. My user agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0) I’m running Win7 x64 SP1, IE9 32bit. I do not have many addons, just a few including Shockwave, Kaspersky AV Broswer helpers, MS … Read more

[Solved] Why my site doesn’t look good on other browsers? [closed]

First off, You should use a reset / normalize script in your css. A good one is Eric Meyers’s. Include this at the beginning of your stylesheet. /* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, … Read more

[Solved] How do I create a text box in HTML? [closed]

The question box on Stack Overflow is an HTML<textarea>, but enhanced with a JavaScript… thingy called PageDown. (Source: https://meta.stackexchange.com/a/121982) The JavaScript is what adds the buttons above it to let the user add Markdown syntax without typing. I’m not sure which browsers PageDown supports. solved How do I create a text box in HTML? [closed]