background preloader

Css

Facebook Twitter

Xhtml

Dom. CSS: Using a list item to create a star rater. More Nifty Corners | Web Design | PRO.HTML.IT. @font-face. Our Google Announcement :( Google have recently announced that they are also entering the web-font market - with the same free, hosted model as ours. Although we have put 100's of hours into the design, development and readying of 150+ fonts (x4 formats = 600!) , with only weeks before font-face.com was ready to go live, we have decided to bow out now. A bitter blow to the team. Our decision has not been easy. Although we feel we would offer a better service, we would after all be competing with Google.

A massive might to compete with. The last thing we would want is to host fonts for everyone to link to, only to at some point (after google have beaten us) be forced to turn them off - destroying your website designs. So as not do disappoint you in the future, we have decided to stop now. Font-face.com will still be the home of everything font-face, just not in the original way it was intended. Thanks The font-face.com Team x x For instance: Didn't see any difference? For example: The final goal: CSS Cheat Sheet. Archive » Fancy checkboxes and radio buttons. After all these years, people still ask how to style custom checkboxes and radio buttons in forms while keeping everything accessible. At my studio Creative Nights, we’ve used the following few lines of CSS and JavaScript for more than 10 years now that covers outdated browser versions too (Safari label behaviour fix included) For those in a hurry, you can go straight to the vanilla JavaScript Fancy checkboxes demo page.

A simple jQuery version is also available. The structure Each radio button and/or checkbox input element should be surrounded with <label> tags. <label class="label_check" for="sample-check"><input name="sample-check" id="sample-check" value="1" type="checkbox" /> Sample Label </label><label class="label_radio" for="sample-radio"><input name="sample-radio" id="sample-radio" value="1" type="radio" /> Sample Label </label> The presentation We want to remove the original inputs away from view (far away to the left) and place a background image for each label instead.

Demo. JavaScript Tabifier automatically create an html tab interface. Step One If you start with some simple HTML like this: <h3>Section One</h3> Section one content. Section two content. Add some structural DIV elements. Add a div with class=tabber around the whole thing: <div class="tabber"><h3>Section One</h3> Section one content. Section two content. Then add a div with class=tabbertab around each section. <div class="tabber"><div class="tabbertab"><h3>Section One</h3> Section one content. NOTE: the tabbertab DIVs must be child nodes of the tabber DIV. Step Two Include the javascript code: After your page finishes loading, the script runs to convert your plain HTML into dynamic HTML.

Note: if you do not want it to run automatically onLoad, refer to the advanced topics. Step Three Add some styles. NOTE: Your original HTML has been transformed into something like this: Note the following: The main div (class=tabber) has been changed to (class=tabberlive). Advanced Topics Setting the default tab By default the first tab will be selected. Deactivate onLoad. CSS Star Rating Part Deux » Blog » Komodo Media. Full CSS Property Compatibility Chart. Little Boxes. Front Page - css-discuss. CSS examples, tips n&#039; tricks.