You can use the Color Picker to find the RGB values you need for he configuration files. You can also select a color and click on the left side and make a nice layout. The created style sheet should be stored as skin or my_style.css as a template. If you want to change any font sizes please use the template as starting point because all areas that make sense to change are in this template.
The javascript offered here does exactly that. Especially useful if you have web page dynamic menus using such DIVs. The navigation will not be obscured anymore.
The effect is achived by changing the z-index style property of HTML DIV elements. Initial z-index values are not neccessary
Double-click on row (will change color) to be moved, Double-click on location to move row.
Note:
If row to be moved is above the "future" location then the row will be inserted below the "future" location double-clicked.
If the row to be moved is located below the "future" location then will be inserted above the "future" location double-clicked.
Plug and play installation. Simply define on your page a list of selectable style sheets (using: ), and that's it. The script automatically makes each of these external style sheets selectable by the user, dynamically applying the style sheet to the page while disabling any previously active alternate styles.
One main style sheet, many secondary ones. The script lets you maintain a primary style sheet on the page that is never disabled while letting the user choose from a list of alternate style sheets to add to the page. This lets you build off of your main style sheet with the alternate ones, so the later merely contain rules that are new or modified from the main one.
Customizable memory duration. Specify exactly how long you want the user's style selection to be remembered, in days, whether it's 5 days, or 180 days. Once this period has expired, the style sheet reverts back to the default one for that user. Uses site wide cookies for persistence across entire site.
Indicate currently active alternate stylesheet. If you're using radio buttons or a select menu as the interface for choosing an alternate style sheet, this script can automatically check/select the radio button/select option on the page that corresponds to the currently applied alternate style sheet.
Auto apply random stylesheet instead. New! Instead of letting the user manually select an alternate stylesheet to use, this script can instead randomly pick from your list of secondary stylesheets and apply one to the page automatically. Three different randomized settings are supported: "eachtime", "sessiononly", or "x days" to let you fine tune exactly how the random feature behaves.
This is accomplished by superimposing the content of two divs, and making one invisible by clipping it. Then the mouse move handler is modified to create a clip region depending on the location of the mouse pointer. This can create the impression that there is an x-ray being directed at the web page, revealing hidden content.
Animate your website with the aid of DHTML. After being confounded by the javascript files that I came across on the internet, I decided to write an API that I could live with. Any content that you place within a
tag with the position css attribute set to absolute, can be manipulated like a sprite. Just don't forget to set id="unique_name", and pass "unique_name" to the GetLayer() function.
Script allows developers to easily embed an expandable/collapsible "content area" (table based) into a webpage that allows visitors a quick way to hide unwanted content from display
Tooltip to let user know which part of Timepicker.
Close the Timepicker simply by pressing "ESC" key or clicking on the "Close" button.
Specify whether to return color code with # sign.
For named color palette, either color code or color name can be returned.
duration the length of time a transistion takes to complete, format seconds.milliseconds (0.0000), a value of 0.5 is half a second
bands Number of strips the content is divided into
slideStyle 'hide' slide new content over old, 'push' push old content out with new content and 'swap' alternating bands expose new content (see demo below)