Skip to main content

Home/ CSS Evangelist/ Group items matching "support" in title, tags, annotations or url

Group items matching
in title, tags, annotations or url

Sort By: Relevance | Date Filter: All | Bookmarks | Topics Simple Middle
mikhail-miguel

Can I use... Support tables for HTML5, CSS3, etc - 6 views

addamsmith007

norton setup - 0 views

  •  
    visit www.Norton-tech.support. If you want get rid of norton virus or other infected files and norton technical expert advice or support. we provide our norton expert technical team advice and help.
addamsmith007

get rid malware - 0 views

  •  
    visit www.malwareremoval.support. if you want to malware removal technical advice and support or get rid of malware virus & other infected files from computer. We provide our malware removal expert team advice and help.
addamsmith007

trovi removal - 0 views

  •  
    Our mission is to remove trovi virus and other infected file permanently from your computer and laptop, get trovi technical expert help and support. visit: Www.trovi-uninstall.com
addamsmith007

Pogo Support - 0 views

  •  
    visit www.pogogames.support, If you are looking for pogo games expert advice and help for pogo java support problems or playing issues. We provide our pogo games technical expert support and help.
addamsmith007

flash player support - 0 views

  •  
    visit www.flashplayer.support, If you are looking for adobe flash player troubleshooting information and flash player installation issues solutions. We provide our technical expert advice and help to solve flash player installation problems.
anonymous

office com setup - 0 views

  •  
    Searching Microsoft expert technical help and support, We provide our Microsoft expert technical help and support for your Microsoft setup issues. visit: www.officesetup.support.
Ava Smith

Outsourcing Architectural Services to BluEntCAD Could Save You Big Dollars - 0 views

  •  
    BluEntCAD shares insights on how a strong relationship between homebuilders and architectural outsourcing services provider can save you big dollars. .
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."
Al-Mehatb Shaikh

Professional logo design Resort logo design Free Logo generator - 0 views

  •  
    support staff can help not only with the development but also making it visible to your target market.
Vernon Fowler

An introduction to LESS, and comparison to Sass | Smashing Coding - 0 views

  • The only difference in variables between LESS and Sass is that, while LESS uses @, Sass uses $. There are some scope differences as well, which I’ll get to shortly.
  • With Sass, you declare @mixin prior to the style to identify it as a mixin. Later, you declare @include to call it.
  • Parametric Mixins Like having functions in your CSS (*swoon*), these can be immensely useful for those seemingly redundant tasks of modern-day CSS.
  • ...8 more annotations...
  • .border-radius( @radius: 3px ) { -webkit-border-radius: @radius; -moz-border-radius: @radius; border-radius: @radius; }
  • The syntax in Sass is very similar to that of LESS. Just use the $ for variables, and call the mixins with the @mixin and @include method mentioned earlier.
  • Selector Inheritance Here’s something not provided in LESS. With this ability, you can append a selector to a previously established selector without the need to add it in a comma-separated format. .menu { border: 1px solid #ddd; } .footer { @extend .menu; } /* will render like so: */ .menu, .footer { border: 1px solid #ddd; }
  • With LESS, you can nest ids, classes and elements as you go.
  • You can also refer in element styles to their pseudo-elements by using the &, which in this case functions similar to this in JavaScript.
  • Sass is a lot more versatile with numbers than LESS. It has built into it conversion tables to combine comparable units.
  • Sass seems to have a lot more color options — not that I would need them all. Lighten and darken are the only ones that I see myself using often.
  • Conditionals and Control This is rather nifty, and another thing not provided by LESS. With Sass, you have the ability to use if { } else { } conditional statements, as well as for { } loops. It supports and, or and not, as well as the <, >, <=, >= and == operators.
Vernon Fowler

Prevent Long URL's From Breaking Out of Container | CSS-Tricks - 0 views

  • a width
    • Vernon Fowler
       
      I didn't need a width. Float:left was enough. Tested in IE10.
  • -ms-word-break: break-all;
    • Vernon Fowler
       
      Shouldn't need the IE prefixed version as according to http://caniuse.com/#search=word-break that browser has had support all along.
  • float:left
1 - 20 of 124 Next › Last »
Showing 20 items per page