soulgrind r's Library tagged → View Popular
Pushing Your Buttons With Practical CSS3 - Smashing Magazine
We’ll show you here how to create nice button styles without any hacks or cheats.
-
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.
-
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.
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.
Images, Tables, and Mysterious Gaps - MDC
-
Images, Tables, and Mysterious Gaps
-

- 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
objectis 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...
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...
Selected Tags
Related Tags
Sponsored Links
Top Contributors
Groups interested in css
-
Interoperability and The Quest For A Universal File Format
Bookmarked pages related to...
Items: 11 | Visits: 238
Created by: Gary Edwards
-
web design
web design,user-ability,fri...
Items: 36 | Visits: 307
Created by: swan lin
-
Web Design Inspiration - Mixed Showcases
Items: 56 | Visits: 265
Created by: webfruits
Highlighter, Sticky notes, Tagging, Groups and Network: integrated suite dramatically boosting research productivity. Learn more »
Join Diigo


