Profile
Achievement


neal_grosskopf's Recent SnippetsTagged css
- All /
« Prev 1 Next »
Learn how to test for CSS property support in specific browsers using this simple Javascript technique.
2
847
posted 14 years ago by neal_grosskopf
Internet Explorer does not support a standards compliant way to create text shadows. Learn how to emulate the CSS3 feature with this jQuery plugin.
3
1389
posted 15 years ago by neal_grosskopf
A jQuery plugin that will add a 'new' icon next to files that are newer than X amount of days.
1
1387
posted 15 years ago by neal_grosskopf
Learn how to create drop caps using CSS and no extra HTML markup in this short tutorial.
1
1107
posted 16 years ago by neal_grosskopf
Learn how to use CSS to save the environment by not wasting unnecessary paper and ink.
1
945
posted 16 years ago by neal_grosskopf
Learn how to place a DIV in the exact middle of the screen using this JQuery horizontal & vertical align plugin.
6
1047
posted 16 years ago by neal_grosskopf
Learn how to style the HTML code element with CSS using CSS counters. CSS counters are the CSS equivalent to variables. In my tutorial I use CSS counters to emulate line numbers for my code block.
2
1221
posted 16 years ago by neal_grosskopf
A tutorial showing you how to give your images some style using only CSS rather than using Photoshop to give images a border/frame.
1
1110
posted 16 years ago by neal_grosskopf
Find out how to do rounded corners in CSS. A new method has recently come out that makes it extremely easy to implement.
3
1531
posted 16 years ago by neal_grosskopf
Learn a new and seldom used method of clearing floats in CSS.
3
1037
posted 16 years ago by neal_grosskopf
In Firefox and Internet Explorer, the table caption element will be a pixel narrower than in other browsers. Find out how to fix this annoying problem.
1
896
posted 16 years ago by neal_grosskopf
Tutorial on how to add ajax style loading icon to large images by using CSS rather than JavaScript
10
1405
posted 16 years ago by neal_grosskopf
A series of tests to determine the best way to preload css images on elements that by default are hidden.
2
1015
posted 16 years ago by neal_grosskopf
Learn how to create CSS curly quotes using only CSS and without images, extra divs or classes
6
1005
posted 16 years ago by neal_grosskopf
CSS Diagnostics allows web designers and developers to highlight invalid HTML using CSS selectors. Say goodbye to the font tag by highlighting it in a large obnoxious border. It also has the ability to highlight 404 pages, old CSS classes and old Jav...
7
1903
posted 16 years ago by neal_grosskopf
Use this function to create a unique class name based on the page's url. It makes for a great way to drill down with specificity in CSS later by placing this on the ID or as a Class on the body tag.
1
1035
posted 16 years ago by neal_grosskopf
Using CSS3 selectors, highlight links to deleted pages and 404 pages. Also highlight function calls to deleted javascript using this CSS technique.
4
1106
posted 16 years ago by neal_grosskopf
In FF the page will "jump around" when moving from page to page due to the scrollbars. Find out how to make that stop.
2
1162
posted 16 years ago by neal_grosskopf
Consolidate all your various stylesheets into one and cut down on requests to your server by placing your screen, print & handheld stylesheets into one stylesheet
1
908
posted 17 years ago by neal_grosskopf
Change selection color using CSS. Works in most modern browsers except for IE.
3
1096
posted 17 years ago by neal_grosskopf
Style External, PDF, and Mailto links using CSS and a background image. For a great set of icons to choose from visit http://www.famfamfam.com/lab/icons/silk/.
3
1365
posted 17 years ago by neal_grosskopf
Find depreciated elements and attributes using CSS . Simply add the CSS below to the end of your style sheet and it will highlight bad code.
5
1109
posted 17 years ago by neal_grosskopf
A better more accessible method to make buttons appear to be disabled upon click via css (with no javascript) Doesn't work in IE but does in other browsers.
3
1110
posted 17 years ago by neal_grosskopf
Change the color and background color of selected text using only css. Compatible with Firefox and Safari, but not Internet Explorer
4
1218
posted 17 years ago by neal_grosskopf
Style external, email, and pdf links using css3 attribute selectors.
11
1102
posted 17 years ago by neal_grosskopf