No one here and posted an answer with all of the correct css variations, so here it is:
Posted on 28 November 2011.
No one here and posted an answer with all of the correct css variations, so here it is:
Posted in CSS0 Comments
Posted on 17 November 2011.
HTML and CSS, two of our favorite acronyms, are normally associated with web pages. And deservedly so: HTML is the dominant document format on the web andCSS is used to style most HTML pages. But, are they suitable for off-screen use? CanCSS be used for serious print jobs? To find out, we decided to take the ultimate challenge: to produce the next edition of our book directly from HTML and CSS files. In this article we sketch our solution and quote from the style sheet used. Towards the end we describe the book microformat (boom!) we developed in the process.
Posted in CSS0 Comments
Posted on 17 November 2011.
Oh, <textarea>’s. How many quirks you posses. Here is a collection of nine things you might want to do related to textareas. Enjoy.
Posted in CSS0 Comments
Posted on 17 November 2011.
I was recently scoping out the horrid source code of the Google homepage when I noticed the "Google Search" and "I’m Feeling Lucky" buttons had a style definition I hadn’t seen before: -webkit-appearance. The value assigned to the style was "push-button." They are buttons so that makes sense but I was curious as to the possible values available for that style. What I found was that there are a *ton* and that you can set any HTML element to look like a completely different element.
Posted in CSS0 Comments
Posted on 17 November 2011.
Webkit-based web browsers like Safari and Chrome have led web innovation the past few years. Whether its implementing new JavaScript APIs, providing more CSS capabilities than other browsers, or simply providing blazing-fast page rendering, WebKit has been head and shoulders above other browsers in page control and CSS features. One of those subtle features is the ability to control textarea resizing. FireFox will provide this same capability in Firefox 4. Let me show how to control textarea resizing with CSS.
Posted in CSS0 Comments
Posted on 17 November 2011.
The following example shows how you can create non user selectable text by setting the user-select style to “none” using CSS.
Posted in CSS0 Comments
Posted on 17 November 2011.
Media Types allow you to specify how documents will be presented in different media. The document can be displayed differently on the screen, on the paper, with an aural browser, etc.
Posted in CSS0 Comments
Posted on 15 September 2011.
CSE HTML Validator finds problems before your visitors and customers do.
CSE HTML Validator Std/Pro includes these tools:
• HTML Validator • XHTML Validator • CSS Validator • PHP Checker• JavaScript Linter • Link Checker • Spell Checker • Accessibility Checker• Search Engine Optimization (SEO) Checker • CSS Editor • HTML Editor• XHTML Editor • And More!
CSE HTML Validator for Windows helps you eliminate website problems that cause visitors to abandon websites. It increases your productivity and saves you time and money.
Posted in CSS, HTML - XHTML, Programming0 Comments
Posted on 11 July 2011.
When you want to compress your CSS files, heres a list of some free online CSS compression tools. Of course I am partial to my own CSS Compression Tool.
Posted on 22 June 2011.
The jQuery code below will find any element with ".rounded-img" or "rounded-img2" (in my case, it is the image element) and wrap it with a span tag. The script finds the src, width, height, and CSS class attribute of the original image and apply them as inline styling in the span tag. Then it specifies the opacity of the image to 0 to hide it.
Posted in CSS, JavaScript - Ajax0 Comments
Posted on 22 June 2011.
Posted in CSS2 Comments
Posted on 20 June 2011.
If you are still creating list data using table, look below and compare on how to make your life easier with HTML dl, dt, dd tags.
Posted in CSS, HTML - XHTML0 Comments
Posted on 10 May 2011.
A plugin that enables HTML5 placeholder support for legacy browsers.
The HTML5 placeholder attribute is awesome, unfortunately only supported by some browsers. This plugin replicates the placeholder behavior for unsupported browsers.
Posted in CSS, HTML - XHTML, JavaScript - Ajax0 Comments
Posted on 10 May 2011.
Many moons ago, we create the first set of super awesome buttons. They worked great with any background color and allowed us to turn any anchor or button element into a sexy call to action.
Posted in CSS0 Comments
Posted on 22 April 2011.
Admit it, even though rounded corners are widely seen as overused, you love playing with border-radius. A common complaint is that you can’t use that CSS3 property on images. Define any value, and the images will still display as nature intended: straight corners. Continue Reading
Posted in CSS0 Comments
