Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.443.636 Times

Css Background Codes freeware
Filter: All | Freeware | Demo
 

Css Background Codes

< 1 2 3 4 5 > 
Added: May 11, 2006 | Visits: 4.948

CSS Tab Designer CSS Tab Designer is a unique and easy to use software to help you design css-based lists and tabs visually and without any programming knowledge required! With CSS Tab Designer, you can : Quickly design your list visually Choose from a variety of styles/colors (currently 45 different...



Platforms: Windows

License: Freeware Size: 1.04 MB Download (252): CSS Tab Designer Download

Released: October 05, 2003  |  Added: July 15, 2006 | Visits: 2.792

Mihov Background Tester Mihov Background Tester is a graphical program that can help web developers and home users. It is designed to help you preview background images. You can select any image file in jpg, gif, or bmp graphic format and the program will show the image tiled. You will be able to tell if that image...





Platforms: Windows

License: Freeware Size: 268 KB Download (233): Mihov Background Tester Download

Released: October 11, 2010  |  Added: October 14, 2010 | Visits: 2.547

CSS Menu Bar Build modern web buttons and css menu bars for your web in a few clicks! No working around with the raw CSS or HTML code is necessary. The html menu builder does all the work for you. Just enter the information you want for your html menu in this 4-step wizard to get your menu button code. You...


Platforms: Windows

License: Freeware Size: 10.26 MB Download (221): CSS Menu Bar Download

Released: October 11, 2010  |  Added: October 15, 2010 | Visits: 1.954

CSS Navigation Menu Create drop down menus based on css using Vista Buttons. Make various styles for each submenu item adjusting css styles. CSS Navigation Menu Builder provides huge collection of 1400 web buttons, 6600 icons, 300 ready-made samples, so you'll create really nice looking menus and buttons with little...


Platforms: Windows

License: Freeware Size: 10.26 MB Download (202): CSS Navigation Menu Download

Added: August 16, 2008 | Visits: 2.797

AIC - Acupuncture Insurance Codes Acupuncture Insurance Codes is an insurance code browser specifically designed for the use of Acupuncture practitioners. Easy filtering and sorting options coupled with the ability to add/edit codes enable the easiest way to handle ICD9 and CPT codes.


Platforms: Windows

License: Freeware Size: 1.2 MB Download (174): AIC - Acupuncture Insurance Codes Download

Added: January 25, 2010 | Visits: 808

CSS Tweak! Simple, quick, and easy, CSS optimization with the drop of a file. CSS Tweak gives you a number of optimization options. With all options selected, you will get the highest amount of CSS optimization. Your CSS file is optimized and is saved in the same location as the original. CSS Tweak will...


Platforms: Mac

License: Freeware Download (151): CSS Tweak! Download

Added: January 24, 2010 | Visits: 1.306

background-cover background-cover is an Amarok script that displays the album cover, track information. Optionally the embedded track image on the kde desktop background, and changes the background at each track change.. AmarokScreenSaver KDE-Apps.org Community Portal for KDE Applications Software Office...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (126): background-cover Download

Added: August 26, 2008 | Visits: 1.502

CSS Buma CSS Buma is a prgram specifically designed to create CSS (Cascading Style Sheet) buttons. From now on the CCS style sheet format won`t present you with any difficulties to design and create attractive buttons for your webpage. Absolutely every part of a button can be configured. For example:*...


Platforms: Windows

License: Freeware Size: 1024 B Download (120): CSS Buma Download

Added: April 05, 2010 | Visits: 1.222

CSS Sync CSS Sync is a Firefox extension which automatically Sync the CSS from your server. Automatically Sync the CSS from your server! This extension automatically syncs the style sheets that you edit on the server side to the client and applies them continuously. For a web developer this will save...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (113): CSS Sync Download

Added: October 23, 2010 | Visits: 964

CSS::SAC::ConditionFactory CSS::SAC::ConditionFactory Perl module contains the default ConditionFactory. SYNOPSIS my $cf = CSS::SAC::ConditionFactory->new; my $cond1 = $cf->create_foo_condition; my $cond2 = $cf->create_bar_condition; This is the default ConditionFactory for CSS::SAC. It creates conditions of all...


Platforms: *nix

License: Freeware Size: 37.89 KB Download (112): CSS::SAC::ConditionFactory Download

Released: September 03, 2015  |  Added: September 15, 2015 | Visits: 1.462

Easy CSS Menu Free Edition Easily create fantastic CSS-based drop down menus for your website. Many elegant menu templates are available, including modern glossy styles. Menus created with Easy CSS Menu Maker are very quick, compact and compatible with both modern and popular, but old web browsers. The menus created with...


Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Freeware Size: 23.16 MB Download (110): Easy CSS Menu Free Edition Download

Added: October 27, 2010 | Visits: 1.483

K-CSS K-CSS project is a simple CSS editor. For now it just highlight a CSS file, but in the future... Is is an "upgrade" of syntaxhighlighter example from Qt examples..


Platforms: *nix

License: Freeware Size: 57.34 KB Download (106): K-CSS Download

Added: January 25, 2010 | Visits: 574

CSS Reference CSS reference contains complete definitions of the most popular CSS values, along with syntax and variables. You can easily switch among the six section by using the buttons at the top. CSS reference is a work in progress, and we have not yet implemented some values. If you like it, please...


Platforms: Mac

License: Freeware Download (99): CSS Reference Download

Released: July 28, 2012  |  Added: August 25, 2012 | Visits: 1.301

Rapid Gallery Creator Free Rapid Gallery Creator is a program that allows you to easily build web galleries with just a couple of mouse clicks. - The only gallery builder program we know of that can embed created galleries into existing web pages and URLs! - Create your web gallery really fast - select the directory...


Platforms: Windows

License: Freeware Size: 1.89 MB Download (96): Rapid Gallery Creator Free Download

Added: July 17, 2010 | Visits: 907

CSS::SAC::LexicalUnit CSS::SAC::LexicalUnit is a Perl module that contains SAC units. SYNOPSIS use CSS::SAC::LexicalUnit qw(:constants); foo if $lu->is_type(LU_TYPE_CONSTANT); In the SAC spec, LexicalUnit is a linked list, that is, you only ever hold one LexicalUnit, and you ask for the next of for the previous...


Platforms: *nix

License: Freeware Size: 37.89 KB Download (92): CSS::SAC::LexicalUnit Download

Added: April 16, 2010 | Visits: 976

CSS::SAC CSS::SAC Perl module is a SAC CSS parser. SYNOPSIS use CSS::SAC qw(); use My::SACHandler (); use My::SACErrors (); my $doc_handler = My::SACHandler->new; my $err_handler = My::SACErrors->new; my $sac = CSS::SAC->new({ DocumentHandler => $doc_handler, ErrorHandler => $err_handler, });...


Platforms: *nix

License: Freeware Size: 37.89 KB Download (91): CSS::SAC Download

Released: January 23, 2013  |  Added: January 23, 2013 | Visits: 1.511

jQuery CSS Drop Down Menu Style 12 Create modern menu for your website with PalmPre style absolutely free using jQuery CSS Drop Down Menu. Select one of 6 color schemes. You don't need to have any design skills, know HTML, JavaScript, CSS, flash or any other coding, no photoshoping and image editing. Use ready to use jQuery CSS...


Platforms: Windows, Mac, Unix, Linux

License: Freeware Size: 48 KB Download (85): jQuery CSS Drop Down Menu Style 12 Download

Released: September 16, 2013  |  Added: September 08, 2014 | Visits: 1.203

BIOS Beep Codes BIOS Beep codes is a simple tool that will explain the BIOS error beep codes you motherboard emits. It has an extensive database with the motherboard BIOS beep codes from all major BIOS manufacturers (AMI, AWARD, Phoenix, IBM). The computer POST (Power On Self Test) tests the computer,...


Platforms: Windows

License: Freeware Size: 379.81 KB Download (73): BIOS Beep Codes Download

Released: October 07, 2012  |  Added: October 07, 2012 | Visits: 918

PURE CSS Menu Maker PURE CSS Menu Maker is a free and powerful graphical user interface for creating 100% pure CSS web menus. CSS menus do not require JavaScript or plug-ins in order to run. PURE CSS Menu Maker can create horizontal as well as vertical menus. Menus generated with PURE CSS Menu Maker may be modified...


Platforms: Windows

License: Freeware Size: 423 KB Download (64): PURE CSS Menu Maker Download

Released: December 03, 2012  |  Added: December 03, 2012 | Visits: 1.206

CSS Menu Drop Down Maker This CSS Menu Drop Down Maker is an advanced tool that creates css menu dropdown menus on your website without JS/CSS hand coding. Css menu generator has an intuitive GUI and extensive library of professional-designed css menu dropdown templates. Css menu drop down maker generate light-weight,...


Platforms: Windows

License: Freeware Size: 9.02 MB Download (62): CSS Menu Drop Down Maker Download

< 1 2 3 4 5 >