Here are the old opacity settings that were required for older versions of Firefox and Safari:
Views: 211
This editor is designed to edit souce code files in a textarea. The main goal is to allow text formatting, search and replace and real-time syntax highlight (for not too heavy text).
This editor is free and freely distributable (released under LGPL, Apche and BSD licenses). All I ask is that I receive credit for my work. I will also enjoy to receive mail to tell me if you 're using it, just in order to have an idea of how much this editor is used. ;-)
Views: 168
CodeMirror is a JavaScript library that can be used to create a relatively pleasant editor interface for code-like content ― computer programs, HTML markup, and similar. If a parser has been written for the language you are editing (see below for a list of supported languages), the code will be coloured, and the editor will help you with indentation.
At this time, the following browsers are supported:
Making it work on other browsers that have decent support for the W3C DOM model should not be too hard, but I am not actively testing against those.
Views: 168
While I was searching for Javascript info i came across this menu that Janko made a copy of the top navigation implemented on Vimeo.com. I will add-on to the features and add to the new templates for JomVideo Media Content Kit. For now its a primer so i can find it easy and update it when i am ready.
What I like the most is the menu that drops down when you hover search box. It offers you different search options that you can choose and narrow your search.
As you can see we have UL with four items. The first one is logo with short submenu. Then comes login link, Help link with submenu and search item with submenu. Each submenu is being shown when hover corresponding link.Views: 158
A free JavaScript library for creating gorgeous rounded corners for HTML block elements i.e. DIVs. Supports anti-aliasing, borders and background images.
CurvyCorners is designed to fill a gap in modern browser support for rounded corners on block elements while we wait for CSS3 to be finalised and supported by all browsers. Currently Firefox, Safari and Chrome have limited support for the proposed CSS3 border-radius selector.
Yes! CurvyCorners only does its magic on browsers that don't have CSS3 border-radius support, namely IE and Opera. This is good solutions to achieve round corners in Internet Explorer since it does not support the CSS code to achieve this.
Views: 229