CSS For Bar Graphs - 0 views
How to get Cross Browser Compatibility Every Time | Anthony Short | Web Design & Develo... - 0 views
-
Here is a quick summary for those of you who don't want to read the whole article: Always use strict doctype and standards-compliant HTML/CSS Always use a reset at the start of your css Use opacity:0.99 on text elements to clean up rendering in Safari Never resize images in the CSS or HTML Check font rendering in every browser. Don't use Lucida Size text as a % in the body, and as em's throughout All layout divs that are floated should include display:inline and overflow:hidden Containers should have overflow:auto and trigger hasLayout via a width or height Don't use any fancy CSS3 selectors Don't use transparent PNG's unless you have loaded the alpha
-
Cross-browser compatibility is one of the most time consuming tasks for any web designer. We've seen many different articles over the net describing common problems and fixes. I've collated all the information I could find to create some coding conventions for ensuring that your site will work first time in every browser. There are some things you should consider for Safari and Firefox also, and IE isn't always the culprit for your CSS woes.
Jennifer Semtner.com :: Web Designer / Developer » Blog Archive » Extending C... - 0 views
In the Woods - 15 CSS Tricks That Must be Learned - 0 views
Permanent Link to Extremely efficient image rollovers using CSS sprites and NO Javascript - 0 views
-
Extremely efficient image rollovers using CSS sprites and NO Javascript
Hackszine.com: Easiest cross-browser CSS min-height - 0 views
-
Enforcing a minimum height for block elements in HTML is one of those few CSS tricks that you can't live without. There are still enough folks using IE6, unfortunately, and it doesn't support the min-height or min-width CSS parameters. This has caused the invention of a number of different hacks and browser-conditional style sheets to get the desired effect.
SitePoint » PNG8 - The Clear Winner - 0 views
Xilinus : Prototype Portal Class - 0 views
Yahoo! UI Library: Graded Browser Support - 0 views
-
Tim Berners-Lee, inventor of the World Wide Web and director of the W3C, has said it best: “Anyone who slaps a ‘this page is best viewed with Browser X’ label on a Web page appears to be yearning for the bad old days, before the Web, when you had very little chance of reading a document written on another computer, another word processor, or another network.”
-
Methodologies including layered development via progressive enhancement, Unobtrusive Javascript, and Hijax ensure that higher layers don’t disrupt lower layers. However, representative testing of the core experience is critical. If you choose to adopt a Graded Browser support regime for your own web applications, be sure your site’s core content and functionality is accessible without images, CSS, and JS. Ensure that the keyboard is adequate for task completion and that when your site is accessed by a C-grade browser all advanced functionality prompts are hidden.
A CSS styled table - 0 views
New CSS properties in Safari | 456 Berea Street - 0 views
-
First out is text-stroke, a new (and non-standard, so not for real-world use) CSS property that can be used to control the fill and stroke colours as well as the stroke width of text. A description and a couple of examples are available in Introducing Text-Stroke.
10 CSS Tips You Might Not Have Known About- Christopher-Scott.org, Freelance Web Design... - 0 views
« First
‹ Previous
121 - 140 of 203
Next ›
Last »
Showing 20▼ items per page