Cascading Style Sheets CSS 

Compare Bargains on Cascading Style Sheets

W3C CSS (Cascading Style Sheets

W3C CSS Validation Service; a free service that checks Cascading Style Sheets (CSS) in (X)HTML documents or standalone for conformance to W3C recommendations. Note: If you want to validate your CSS style sheet embedded in an (X)HTML document, you should first check that the (X)HTML you use is valid.

W3C Cascading Style Sheets. Cascading Style Sheets (CSS) is a simple mechanism for adding style (e.g. fonts, colors, spacing) to Web documents. Tutorials, books, mailing lists for users, etc. can be found on the learning CSS page. For background information on style sheets, see the Web style sheets page. Discussions about CSS are carried out on the (archived) www-style@w3.org mailing list and on news.comp.infosystems.www.authoring.stylesheets.

W3C CSS Advanced Layout Module This specification is part of level 3 of CSS ( CSS3 ) and contains features to describe layouts at a high level, meant for tasks such as the positioning and alignment of widgets in a graphical user interface or the layout grid for a page or a window, in particular when the desired visual order is different from the order of the elements in the source document. Other CSS3 modules contain properties to specify fonts, colors, text alignment, list numbering, tables, etc. (Note: This may not available on all Browsers at this time)

Cascading Style Sheets, level 2 CSS2 Specification


The CSS Text Wrapper, This look like an easy and great way to make your site look good.


The CSS Text Wrapper allows you to easily make HTML text wrap in shapes other than just a rectangle. You can make text wrap around curves, zig-zags, or whatever you want. All you have to do is draw the left and right edges below and then copy the generated code to your website. Get to it!  Not Just Rectangles Anymore.   Some Examples

Tested in Internet Explorer 6+, Firefox, Safari, Opera, and Netscape.

CSS Grid Positioning Module This module describes integration of grid-based layout (similar to the grids traditionally used in books and newspapers) with CSS sizing and positioning. (Note: This may not available on all Browsers at this time)

Yahoo's Grids CSS® YUI Grids CSS. The foundational YUI Grids CSS offers four preset page widths, six preset templates, and the ability to stack and nest subdivided regions of two, three, or four columns. The YUI Grids Builder® a simple interface for Grids customization . Video: The YUI CSS Foundation

The YUI Selector Utility brings CSS3 Selector syntax to JavaScript, providing a compact shorthand for collecting, filtering, and testing HTML Elements.

960 Grid System

W3C Cascading Style Sheets Under Construction. contains descriptions and a rough schedule of what the CSS WG (Cascading Style Sheets Working Group, formerly CSS & FP WG ) is working on. If you want to follow the development of CSS3, this page is the place to start. Publication descriptions are ordered roughly according to their priority within the working group

CSS Working Group (part of the StyleActivity).

Snow Stack. A new 3D CSS Visual Effects demo using pure HTML, WebKit’s 3D CSS Effects extensions and JavaScript.

A new 3D CSS Visual Effects demo using pure HTML, WebKit’s 3D CSS Effects extensions and JavaScript.

You can now see Snow Stack’s live demo if you have Snow Leopard and Safari.

On Leopard, you can use WebKit nightly build 45754 or later for a slightly slower experience.

Instructions :-

Click here to open the Snow Stack live demo. Arrow keys to move, “Space” to toggle magnify mode. Mouse click on an image to view on Flickr. You need to “right arrow” on the right wall to get more photos loaded in.

Many thanks to Simon Fraser for his help with performance profiling Snow Stack.

And yes, OS X Leopard with WebKit nightly will also do accelerated 3D transforms now, just like iPhone Safari.

More 3D links   More Apple links

Are CSS-based layouts better than tables for SEO?         More SEO News, Search Engine Optimization latest news

Internet Explorer 8 Developer Information HTML, CSS (in browser debugging),  Ajax and much more...  More Browser Links

Complete CSS Reference

W3C CSS Online resources

CSS3. info  Brower compatibility test  How well do browsers support CSS Selectors?   Browsers

Grid showing browser support for CSS selectors

53 CSS-Techniques You Couldn't Live Without

Theme Creator's Reference from Smugmug Jot   Some examples

Customizing SmugMug Simplified

Cascading Style Sheet Compatibility in Internet Explorer 7

Dynamic 3D with CSS and the DOM from Brothercake  More Three Dimensional Graphics VRML, (Virtual Reality Modelling Language), and Stereo Graphic Images

CSS Template Generator - with Source Code

CSS Creator A Cascading Style Sheet learning resource for web developers and designers. Give and receive tips and advice on CSS and website creation. With Tools to help generate CSS layouts.

Object Oriented CSS Object Oriented CSS

How do you scale CSS for millions of visitors or thousands of pages? Nicole first presented Object Oriented CSS at Web Directions North in Denver. Since then, the response has been overwhelming. OOCSS allows you to write fast, maintainable, standards-based front end code. It adds much needed predictability to CSS so that even beginners can participate in writing beautiful websites.

Two main principles
1.Separate structure and skin
2.Separate container and content

Dynamic Drive CSS Library:-

Dynamic Drive CSS Library

CSS3 Rounded Corners using border-radius
2010-01-01T23:04:00-08:00 - Among CSS3's handy new features is the border-radius property, which offers a clean and easy way of adding rounded corners to elements on the page. The rounded corner look can be applied to any or all four corners of an element, and even works with elements with a background image.
CSS Smart Image Enlarger
2009-11-12T10:16:00-08:00 - This versatile CSS image enlarger lets you display image thumbnails that resize to their original dimensions when the mouse rolls over them. Only one image is needed in each case.
CSS3 Box Shadows ("box-shadow" property)
2009-08-19T05:18:00-08:00 - CSS3 supports a new "box-shadow" property that makes it very easy to add shadows to elements on your page, such as images, DIVs and SPANs. Lets see how to take advantage of it!
jQuery Drop Line Tabs
2009-07-06T02:43:00-08:00 - This menu turns a nested UL list into a horizontal drop line tabs menu. The top level tabs have rounded corners thanks to the use of two transparent background images
jQuery Drop Line Menu
2009-06-13T18:54:00-08:00 - This menu turns a nested UL list into a horizontal drop line menu, with each sub menu appearing as a single row of links beneath its parent menu. To polish it up, the menu uses a touch of jQuery magic to apply a nice slide down effect to each sub menu as it is revealed.
Corp Blue CSS Menu
2009-04-07T00:38:00-08:00 - This corporate blue themed menu uses the sliding door technique to create 2 states. While it works perfectly fine against a white background, for black background pages, the tabs reveal a thick white outline around its edges.
Nested Side Bar Menu
2009-03-20T20:57:00-08:00 - This is a simple yet professional looking multi level side menu. Markup wise it's just a regular nested UL list, turned into a drop down menu using a very small JavaScript code.
Thick Underline Menu
2009-01-08T08:20:00-08:00 - This horizontal CSS menu goes with a minimalist approach, by applying just a thick border underneath each link to give it style. It supports easy centering (or right aligning) on the page, just by changing the text-align property in the CSS. No images are used, just good old code.
Corporate CSS Tableless form
2008-11-27T21:02:00-08:00 - This is an elegant tableless CSS form template with a decidedly corporate look and feel. The most commonly used form elements with corresponding legends are added in to get you up and going quickly.
jQuery Multi Level CSS Menu #2
2008-11-03T08:10:00-08:00 - This is a multi-level horizontal CSS menu created using a regular nested HTML list, then turned into a fully functional drop down menu using CSS and a touch of jQuery. The sub menus slide in and out into view.

CSS tutorial - Introduction. .CSS is a formatting language, used to provide more customised web pages and make it easier to make multiple pages use the same style. The acronym stands for Cascading Style Sheets. All current browsers can handle CSS, and it is the best Web page formatting language produced to date. Some very popular browsers do not handle it as well as they should (see the section on browser problems) but largely support is good and developers are tending to use it much more often. From How to create

Cascading Style Sheets Manual from W3C The World Wide Web Consortium (W3C) develops interoperable technologies (specifications, guidelines, software, and tools) to lead the Web to its full potential. W3C is a forum for information, commerce, communication, and collective understanding.

CSS Toolbox includes a number of tools for fast-tracking and enhancing the development of style sheet code, such as an advanced CSS

More CSS useful links

SitePoint CSS Reference

The Ultimate CSS Gallery List! Places to submit your CSS websites). Voting. Best sites, etc...

Maxdesign Discusses float, lists, selectors and other CSS issues

Understanding CSS Float. Using the CSS float Property to Design Web Page Layouts

CSS Tutorial - Selector


CSS Tricks

Blueprint CSS

css-discuss is primarily intended to be a place for authors to discuss real-world uses of CSS. This doesn't preclude discussions of theory, or nifty cutting-edge tricks that show off the power of CSS, or even talking about (X)HTML, DOM, and so forth. However, it's greatly appreciated if such discussions have some practical payoff, even if it's just teaching other list members a little bit more about how CSS works. While we don't forbid discussions of the future direction of CSS, the World Wide Web Consortium runs a listserv explicitly for that purpose called www-style. It's probably a better place for those kinds of discussions. www-style@w3.org Mail Archives This is a mailing list is for technical discussion on Web Style Sheets. This is a focused discussion area: all posts to this list must be about style sheets. The list is also the preferred place for discussing working drafts that are published by W3C's working group on CSS (Cascading Style Sheets). Style Home, Style Mail AchieveTechnical Reports, The World Wide Web Consortium (W3C).

The css-discuss Wiki is a companion to the CssDiscussList mailing list. Among other things the wiki serves as a collective long-term memory for the list participants.

Cascading Style Sheets (CSS) Tutorial

The CSS 2 Specification

Opera Dragonfly Opera's Developer Tools. Debug JavaScript, inspect CSS and the DOM, and view any errors Opera Dragonfly makes developing using Opera easier than ever, both on your computer and mobile phone. Check out our alpha release for a taste of things to come. 

Real World Style

The CSShark Answers FAQs - Your CSS Tutorial.

Web standards software and learning. Includes

Ultimate Web Developer Lists

CSS3 Basic User Interface Module. W3C Candidate Recommendation.

The World Wide Web Consortium CSS valuator

CSS Eleven is an international group of visual web designers and developers who are committed to helping the W3C's CSS Working Group to better deliver the tools that are needed to design tomorrow's web.

Code Beautifier CSS Optimiser and Formatter

W3 Style Sheets Style sheets represent a major breakthrough for Web page designers, expanding their ability to improve the appearance of their pages. In the scientific environments in which the Web was conceived, people are more concerned with the content of their documents than the presentation. As people from wider walks of life discovered the Web, the limitations of HTML became a source of continuing frustration and authors were forced to sidestep HTML's stylistic limitations. While the intentions have been good -- to improve the presentation of Web pages -- the techniques for doing so have had unfortunate side effects. These techniques work for some of the people, some of the time, but not for all of the people, all of the time The syntax of style data depends on the style sheet language.

CSS Check

Learn CSS This CSS Tutorial will get you started with CSS in just a few minutes. It is easy to understand and will teach you all the sophisticated techniques. From Netscape.

Introduction to CSS including Stylesheets and Advanced CSS from HTML Source other HTML, HyperText Markup Language page

Netscape CSS Extensions

CSS Tip: Netscape Ate My Style Sheets!

Customizing Mozilla.

Take Your CSS to the Desktop with Adobe AIR!

CSS Stuff Want to be able to display your columns in any order? To have equal height columns without having to use faux columns? To align elements vertically across columns in a CSS-based grid? To not have to clutter your source code with presentational markup?

Here's a simple example of Cascading Style Sheets CSS. The image is separate from the text. This can make it easier for search engines to find the Text.

The Text may have a different link from the image link and the image link may have different 'alt' message. The Text link may, in this case, be difficult to click because the image is behind this text.

Position is Everything. In search of the One True Layout. Pure CSS-based layouts have come a long way but they still have shortcomings that fail to address certain design goals without compromising the true separation of content and presentation.

Eric Meyer on CSS

Preparing your CSS for Internet Explorer 7

Cascading Style Sheets Style Properties Library

Index DOT CSS The Advanced CSS Reference

CSS Play Cascading Style Sheets (CSS) for style

RichInStyle Cascading Style Sheets CSS

CSS Drive

Search Engine Friendly Layouts includes example templates.

HTML.Ref covers CSS

HTML Dog covers CSS

Web Design References (Covers most Web stuff, CSS, etc)

Rich in Style Useful CSS guide. CSS 1 and CSS 2. Includes an exhaustive bug pages, which detail nearly 1000 bugs, all organized into easy-to-read sections, as well as to its bug table, which provides at-a-glance access to information. Also covers HTML includes HTML 4

CssEditors - for CSS and HTML/XHTML. From The css-discuss

The css-discuss Wiki is a companion to the CssDiscussList mailing list. Among other things the wiki serves as a collective long-term memory for the list participants.

WWW Pages and Cascading Style Sheets A Cautious Endorsement.

Printing Web documents and CSS Describes some of the issues concerning the use of CSS to reformat Web documents for printing (using the media type "print"). We also discuss those aspects that CSS is not able to control or even influence. We assume a good knowledge of CSS and concentrate on practical issues, given the current deficiencies in browsers in implementing print-related CSS. For more basic tutorials and theory.  From The css-discuss

MediaStylesheets for practical media stylesheet strategies.

WDG, Web Design Group, HTML, CSS References includes help for the Apple. From HTML Help

The Web IDE Aptana is a robust, JavaScript-focused IDE for building dynamic web applications. Highlights include the following features: Code Assist on JavaScript, HTML, and CSS languages, including your own JavaScript functions.

CSS-guide. A good guide to CSS. Includes eXtensible Cascading Style Sheets (XCSS), etc...

CSS Rounded Corners'Roundup' from Smileycat Blog Web Design Blog. More Blogs.

CSS design wizard

A Guide to CSS Support in Email

w3schools Free HTML, XHTML, CSS, JavaScript, XML, ASP, PHP, SQL tutorials with lots of working examples and source code.

Firebug integrates with Firefox to put a wealth of web development tools at your fingertips while you browse. You can edit, debug, and monitor CSS, HTML, and JavaScript live in any web page.

Alleycode is a fast, sleek and highly productive award winning HTML editor with unique features. If you are new to HTML, Alleycode's great tutorial will walk you through your first coding steps... If you are an established coder you will find a refreshing, non-bloated infrastructure with fast and accurate delivery. Beyond HTML, Alleycode's wizardry focuses on PHP and CSS interaction for professional and easy management of your projects. Best of all, Alleycode is FREE! (we do accept donations if you find it useful)

Xajax Project Introducting Xajax Ajax-enable your PHP application with a simple toolkit that gets the job done fast. Runs on any PHP 4.3.x/PHP 5.x and Apache/IIS platform.

FireBug lets you explore the far corners of the DOM by keyboard or mouse. All of the tools you need to poke, prod, and monitor your JavaScript, CSS, HTML and Ajax are brought together into one seamless experience, including a debugger, error console, command line, and a variety of fun inspectors.

XSLT, (Extensible Stylesheet Language Transformations), which is a language for transforming XML documents into other XML documents. XSLT is designed for use as part of XSL, (Extensible Stylesheet Language), which is a stylesheet language for XML. In addition to XSLT, XSL includes an XML vocabulary for specifying formatting. XSL specifies the styling of an XML document by using XSLT to describe how the document is transformed into another XML document that uses the formatting vocabulary. XSLT is also designed to be used independently of XSL. However, XSLT is not intended as a completely general-purpose XML transformation language. Rather it is designed primarily for the kinds of transformations that are needed when XSLT is used as part of XSL. Also view  Extensible Stylesheet Language and XML, Extensible Markup Language

Microsoft® Expression® Web Designer. Community Technology Preview, (CTP) of Expression Web Designer. Expression Web Designer is a professional design tool to help you create modern standards-based Web sites. Expression Web Designer helps you create and work with:-

CssFriendlyCms A summary of how various content management systems play with CSS

To enable conditional CSS support <!--[if lte IE 7]> you need to edit the windows registry:

DOMAssistant. The idea of DOMAssistant is to provide a simpler and more consistent way to script against the Document Object Model (DOM) in web browsers. The idea is that everything starts with the element(s) in question, selected through id or CSS selectors, and then perform various methods on it, such as adding or removing classes, events etc.

Document Object Model (DOM) is a platform and language-independent standard object model for representing HTML or XML and related formats.

XML DOM Reference

Also view the HTML, HyperText Markup Language page

Programming Languages and Computer Code and Scripting

Our Microsoft Windows page  

Web Masters. Click Here Now to start making money. A Great opportunity to make some money. Receive 50% by offering your users Ton's of Keywords on A Great Portal websites. Our Affiliate Program Pays you 50% on Level 1 of Every Sale of our Text Link both searchable and static Text Link!

 Enter the Bargain to search for at Compare Bargains.
Search Help for Compare Bargains.

Home   Advertising Methods FREE TIPS

A Computer Portal. Freeware, Shareware. Download software. Computer languages and Programming code. Including  PERL Scripts and Java Scripts. Webmaster Tools. Internet Marketing, Website promotion. Hardware Help from BIOS to Windows and UNIX.

® © ™ are owned by respective authors and websites. There may be a charge for some software. Google™ is a trademark of Google Inc, These pages are not endorsed by Google or any other Company