Skip to main content

Home/ CSS Evangelist/ Group items tagged browser defaults

Rss Feed Group items tagged

Jungle Jar

reset.css And Why It Can Be A Valuable Tool For The Box - 0 views

  •  
    This CSS file will reset all of your CSS declarations. More specifically, it will get rid of browser defaults. This is essentially like getting the playing field completely level for the teams. The browsers being the teams..
Vernon Fowler

Web Designer Notebook » How to use Modernizr - 0 views

  • Modernizr doesn’t actually magically enable these properties for browsers that don’t support them. It just tells the page whether that feature is supported on the browser the visitor is using or not.
  • To install Modernizr, download the file from this page. Then, on your site’s head tag, add a link to the file. For example: ?1<script src="js/modernizr-1.0.min.js"></script> The second step is to include on your html tag a class of “no-js”: ?1<html class="no-js"> Why add this tag? Because that will be the default state of the page. If JavaScript (js) isn’t on, then Modernizr won’t work at all (and probably other features of your site won’t work either…), so it’s good that we have a fallback for that case. If JavaScript is indeed enabled, once that page is loaded on the browser, that class will be replaced dynamically and it may look something like this: ?1<html class="js canvas canvastext geolocation rgba hsla no-multiplebgs borderimage borderradius boxshadow opacity no-cssanimations csscolumns no-cssgradients no-cssreflections csstransforms no-csstransforms3d no-csstransitions  video audio cufon-active fontface cufon-ready">
  •  
    "There is a tool that came to make our lives as progressive web designers a bit easier: Modernizr. In this short tutorial, learn how to apply this handy script to maximum effect on your sites."
Frederik Van Zande

Buttons & their paddings : reference for all browsers - 0 views

  •  
    Here is a LIVE demo showing how input buttons are rendered in your browser. The 'Standard' column will look different depending on your operating system. The '+ Border' column shows the same buttons with a red border added. (This removes the default button style as seen in the first column.)
tech vedic

How to fix Web pages that print too small? - 0 views

  •  
    Most of the times you need to take the print out of the web pages. But, when the printed web pages come out too small then it is really irritating. This is generally due to "Shrink to Fit" option. According to this option, Internet Explorer squeezes all the elements of a web page by default onto a sheet of paper. Thus, go through this tutorial and fix it.
1 - 5 of 5
Showing 20 items per page