Skip to main content

soulgrind r's Library tagged css   View Popular

05 Dec 09

Pushing Your Buttons With Practical CSS3 - Smashing Magazine

We’ll show you here how to create nice button styles without any hacks or cheats.

www.smashingmagazine.com/...ur-buttons-with-practical-css3 - Preview

css3 webdesign css html tutorial tutorials web design blog buttons

  • However, using RGBa we can create a black shadow that is transparent. This allows the shadow to work against any kind of background:
  • button.awesome, .button.awesome {

    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);

    }
  • 4 more annotations...

24 ways: Working With RGBA Colour

CSS3 introduces a couple of new ways to specify colours, and one of those is RGBA. The A stands for Alpha, which refers to the level of opacity of the colour, or to put it another way, the amount of transparency.

24ways.org/...working-with-rgba-colour - Preview

html5 css3 webdesign css html tutorial tutorials web design forms color colors colour blog

  • color: rgba(255, 255, 255, 0.5);
  • Like a lot of the features we’ll be looking at in this year’s 24 ways, RGBA colour is supported by a lot of the newest browsers, but not the rest. Firefox, Safari, Chrome and Opera browsers all support RGBA, but Internet Explorer does not.
  • 3 more annotations...

24 ways: Have a Field Day with HTML5 Forms

How to style a beautiful HTML5 form using some advanced CSS and latest CSS3 techniques.

24ways.org/...e-a-field-day-with-html5-forms - Preview

html5 css3 webdesign css html tutorial tutorials web design forms blog

04 Dec 09

HTML 5 and CSS 3: The Techniques You'll Soon Be Using - Nettuts+

It might be a little early to start using HTML5 and CSS3 right now, but it seems to degrade gracefully. Though whether that holds true for IE is another matter.

net.tutsplus.com/...techniques-youll-soon-be-using - Preview

html5 css3 webdesign css html tutorial tutorials web design blog

23 Oct 09

Images, Tables, and Mysterious Gaps - MDC

  • Images, Tables, and Mysterious Gaps
  • Figure 4
  • 3 more annotations...

Bulletproof HTML: 37 Steps to Perfect Markup [HTML & XHTML Tutorials]

  • 37. How can I include an HTML page in another HTML page?




    With a Strict DTD, there is only one valid option: the OBJECT element type:



    <object type="text/html" href="http://example.com/foo.html">  

     Alternate content here for browsers that don't support OBJECT.  

    </object>



    Unfortunately, support for object is all but non-existent in Internet Explorer.

  • A much better approach is to handle inclusion on the server-side. Using server-side includes (SSI) is the simplest way to include a file into another, as long as they are from the same domain:



    <!--#include virtual="/foo.shtml"-->

Bulletproof HTML: 37 Steps to Perfect Markup [HTML & XHTML Tutorials]

  • If we are creating a new web page, the W3C recommends that we use HTML 4.01 Strict.
  • What does character encoding (charset) mean?
  • 5 more annotations...

Activating Browser Modes with Doctype

  • Choosing a Doctype
  • Standards mode, cutting edge validation

    <!DOCTYPE html>


    This is the right thing to do if you want to validate new features such as <video>, <canvas> and ARIA. Note that the HTML5 validity definition is still in flux. Please be sure to test your image alignment in Firefox, Safari, Chrome or Opera 9 or 10. Testing image alignment with Internet Explorer is inadequate however be sure to test in IE8, too.

  • 6 more annotations...
09 Jan 09

Push Your Web Design Into The Future With CSS3 | CSS | Smashing Magazine

  • Border Radius
  • -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
  • 12 more annotations...
1 - 20 of 50 Next › Last »
Showing 20 items per page

Highlighter, Sticky notes, Tagging, Groups and Network: integrated suite dramatically boosting research productivity. Learn more »

Join Diigo