background preloader

Css3

Facebook Twitter

Create Custom Cursors With JavaScript and CSS3. When developing your website, you might be scratching your head wondering what you can do to customize your site further. One possibility that can add some flavor and zest to your site while at the same time reinforcing branding, is to use a custom cursor. Your custom cursor can be any image that you choose. For example, why not use a miniature version of your logo or company name? It’s best however, to keep it within the realm of usability and not be so jarring as to distract your visitor. A custom cursor should remain useful while showing to your visitors that this site invested a little extra time and code to provide a unique experience.

Let’s start with the JavaScript code for jQuery that will allow the arrow to follow the cursor. Now for the CSS. That code is pretty basic enough. Here is the CSS code for the custom cursor: You will want to adjust the width and height to match your custom cursor. Now, to add the custom cursor to your HTML page: HTML5 and CSS3 tests and compatibility tables, updated - Robert's talk. CSS3 Animator, HTML5 Animations, Create Stunning Animations with Ease | Sencha Animator. The Sencha Web Application Lifecycle Management platform simplifies the challenges of managing the software development lifecycle of web applications. Now you can seamlessly design, develop, and test data-intensive web applications and deliver the right user experience, on the right screen, at the right time.

Sencha Platform for Web Application Lifecycle Management The Sencha portfolio of products and services forms an integrated, modular platform for managing the lifecycle of your cross-platform web applications. Sencha products can be deployed separately or together to form an end-to-end solution. Design The Sencha platform helps you accelerate your web application development efforts with out-of-the box theming capabilities across all applications. Learn More: Ext JS | Architect | Themer Develop The Sencha platform offers powerful JavaScript and Java frameworks to help developers do their best work. Learn More: Ext JS | Sencha Test | GXT Test Learn More: Sencha Test An Open Platform Services. Linear Border Gradient in CSS3? CSS3 Generator - By Eric Hoffman & Peter Funk.

CSS3 Shapes | CSS3 Shapes Resource. Start Using CSS3 Today: Techniques and Tutorials - Smashing ... Advertisement We have been publishing articles about CSS3 for a while now, and we keep receiving angry e-mails from some developers who complain that it doesn’t make sense to use CSS3 today. Yes, Internet Explorer doesn’t support most CSS3 properties. And yes, CSS3 vendor prefixes are bad for maintainability (and this is why we recommend extracting vendor prefixes in a separate CSS3 file).

But it’s OK to accept that Web is a dynamic medium, and it’s OK to create rich, interactive, beautiful designs for those who are already using a modern browser or will be using one soon. It just doesn’t make sense to keep looking back, beiDang afraid of looking forward and therefore avoid experimenting and learning about new CSS3 properties today. In this post we present an extensive round-up of CSS3 techniques, tools and resources that will help you learn how to use CSS3 in your designs right away.

You may be interested in the following related articles: What’s Possible With CSS3? CSS3 Selectors. HTML5 Development Page. Modernizr: the HTML5 and CSS3 Feature-detection Library. With the release of version 2.0, the Modernizr JavaScript library continues to gain traction as the solution of choice for advanced browser feature detection. For those of you who haven't been properly introduced, Modernizr uses the latest JavaScript object detection techniques to discover if a feature is available before you use it, thus allowing for graceful degradation or progressive enhancement of your web pages.

It is especially useful in assessing emerging web technologies such as CSS3 and HTML5 so that you can fully exploit modern browser capabilities while providing more basic content to older browsers. How It Works The now obsolete traditional method of doing "UA sniffing" was to identify a browser based on its navigator.userAgent property. That has proved to be quite ineffective as browser makers began to impersonate other browsers for various reasons. Modernizr does not even attempt to determine the browser make. The obsolete UA sniffing approach: Using Modernizr <! Updated CSS. An Introduction to CSS3 Media Queries.

While HTML5 has been on everyone's mind lately, the use of related technologies such as CSS3 media queries are becoming increasingly important as well. Visitors have certain expectations when viewing your site on everything from a desktop to a laptop to a netbook to a tablet to a handheld. They expect your site to maintain a high level of user experience satisfaction no matter how or where they see your site. This article dives into methodologies and techniques for using CSS3 media queries. CSS 2.1 supports several media types, which are also supported by CSS3: screen, print and handheld. CSS3 takes it a bit further and includes max-width, device-width, orientation (portrait or landscape) and even color. Newer devices such as the latest iPad and Android devices with at least 2.2 installed will take advantage of these types. Android Devices and Media Queries Sample CSS3 Media Query Code Here’s an example of such a media query: Multiple Style Sheets Using Media Queries and.

An HTML5 Interactive Infographic featuring Dribbble. CreativeJS | The very best of creative JavaScript and HTML5. CSS3 Patterns Gallery. Browser support The patterns themselves should work on Firefox 3.6+, Chrome, Safari 5.1, Opera 11.10+ and IE10+. However, implementation limitations might cause some of them to not be displayed correctly even on those browsers (for example at the time of writing, Gecko is quite buggy with radial gradients). Also, this gallery won’t work in Firefox 3.6 and IE10, even though they support gradients, due to a JavaScript limitation. Submission guidelines If you have a new pattern to submit, please send a pull request. Does it present a new technique? 30 Excellent CSS3 Tutorials - Web Design Blog – DesignM.ag. Get the FlatPix UI Kit for only $7 - Learn More or Buy Now In this post we have collected some useful and fresh CSS3 tutorials for developers and designers.

If you like these CSS3 tutorials you might also want to check out our previous posts below. 26 Useful jQuery Navigation Menu Tutorials 28 Fresh jQuery Tutorials Making a CSS3 Animated Menu Spin those Icons with CSS3 Photobooth with PHP, jQuery and CSS3 Create a Multi Color and Size CSS3 Buttons How To Create a Stylish Button Entirely with CSS3 Create a Grid Based Web Design in HTML5 & CSS3 Create Digital Poster Design with CSS3 Only Create a Stylish Contact Form with HTML5 & CSS3 How to Create a CSS3 Tabbed Navigation Pressable CSS3 Social Buttons How to Create a CSS3 Wheel Menu How to Create a Modern Ribbon Banner Navigation Bar with Pure HTML/CSS3 Cool notification messages with CSS3 & Jquery Sexy CSS3 menu The Apple.com navigation menu created using only CSS3 CSS3 tooltips Advanced (yet awesome) pure CSS3 boxes without using images.

The future of CSS layouts. Adobe - The Expressive Web: HTML5 and CSS3. Multiple Borders with CSS. While fiddling around with the CSS3 box-shadow property, I stumbled across a method to put a double border on a single element. I thought to myself, that’s pretty cool, but obviously, it will only work in newer browsers that support box-shadow. So I wondered how many different ways there are to create an element that has the appearance of a double border. Naturally, the most common way is by using a non-fluid background image. But that’s obviously not ideal. So, I’ve compiled five different methods for doing this. Only one requires use of an image; the rest are pure CSS, with pretty good browser support for all methods. Method 1: Border and Outline This method will only work on browsers that support the outline property, so that means everything but IE6/7.

The reason it works is because an outline is always placed outside of the box. Method 2: A Pseudo-Element Method 3: Box Shadow As mentioned, the idea for this experiment was the result of serendipitous fiddling with box-shadow settings. 50 Brilliant CSS3/JavaScript Coding Techniques - Smashing Magazine. Advertisement CSS3 is coming. Although the browser support of CSS 3 is still very limited, many designers across the globe experiment with new powerful features of the language, using graceful degradation for users with older browsers and using the new possibilites of CSS3 for users with modern browsers. That’s a reasonable solution — after all it doesn’t make sense to avoid learning CSS3 (that will be heavily used in the future) only because these features are not supported yet. The point of this article is to give you a glimpse of what will be possible soon and what you will be using soon and provide you with an opportunity to learn about new CSS3 techniques and features.

In this post we present 50 useful and powerful CSS3/jQuery-techniques that can strongly improve user experience, improve designer’s workflow and replace dirty old workarounds that we used in Internet Explorer 6 & Co. Visual Effects and Layout Techniques With CSS3 Navigation Menus With CSS 3 Learning New CSS3 Selectors. How We’ll be Building Websites in 5 years: HTML5 and CSS3 layout. 30 Incredibly Useful &amp; Fun HTML5 Mobile Apps | Web.AppStorm. With a combined app count that exceeds about 400,000 in the app stores of Apple & Android, why would anyone want to use mobile web apps? Openness and a level playground are the two things that keep web developers going. It might be in its infancy, but HTML5 is the next 500 pound Guerrilla and much more as far as Internet is concerned. With features like plugin-less video playback, offline storage, geo location etc., HTML5 is on the verge of giving walled gardens like Adobe Flash, Microsoft Silverlight, Cocoa a good run for their money.

After the jump, we have compiled a list of HTML5 web apps developed for accessing from your smartphones. Canvas Canvas Canvas is a simple drawing application that allows you to quickly sketch ideas and create drawings. Platform: iOS & Android Geo Meter Geo Meter Detailed readouts of your location data, including information such as latitude, longitude, altitude, speed, heading and more can be determined using Geo Meter. Card Flip Card Flip Platform: iOS Checklist. CSS3 and HTML5 Frameworks. HTML5 and CSS3 represent the near future of the web. The last versions of all major browsers support many of the new features introduced by these versions. If you want to try the new HTML5 properties (Canvas, Geolocalization, …) or new CSS3 rules (media queries, …) you can also use the frameworks examined in this article. These frameworks are used to create your HTML5/CSS3 templates, to develop your mobile applications, to draw graphs easily and much more. Read on to choose your next framework. 52Framework 52Framework is a new framework built specifically for utilizing HTML5 and CSS3 in a cross-browser, standards-compliant manner.

HTML5 Use of all the most useful current html5 tags including: header, nav, section, article, footer, and more to come soon (with styling)Use of the all new <! Link: Baseline Built with typographic standards in mind, Baseline makes it easy to develop a website with a pleasing grid and good typography. Link: Sproutcore jo. HTML5 &amp; CSS3 Support, Web Design Tools &amp; Support ~ FindMeByIP ~ Moving Highlight. 10 handy CSS3 tricks for web developers. This time I have collected some useful CSS3 techniques for my readers. These are handy and ready to use techniques that can help you during your website development.

I have selected the best tricks out of various excellent articles written by renowned authors. Here is the collection: 1. Multiple background images: CSS3 allows you to have multiple background images in your containers. 2. 3. 4. The first two numbers control the offset, which is 2px down and 2px right. 5. 6. 7. 8. 9 CSS3 Opacity: Creating opacity simplified with CSS3. 10. .linearBg2 { /* fallback */ background-color: #1a82f7; background: url(bg1.jpeg); background-repeat: repeat-x; /* Firefox 3.6+ */ background: -moz-linear-gradient(100% 100% 90deg, #2F2727, #1a82f7); /* Safari 4-5, Chrome 1-9 */ /* -webkit-gradient(

Dessiner des formes avec CSS3. How to Draw Speech Bubble and Shapes with CSS3 Details Created on Monday, 24 January 2011 03:49 Last Updated on Saturday, 15 February 2014 16:13 Written by Terrence Hits: 16951 Drawing with CSS in a trendy topic these days. Today i will show you in this post how to draw speech bubbles and basic shapes (Like envelope, book mark, starburst ect...). Before going to the shapes, i will explain the CSS border-width and border-color  Property. You will get the below result: we have set the border-width top:30px, left:30px, bottom:30px and right 30px. Let see more closer. The height and the width of the box is 1px. We set the border-color for top only. Now we will see how to draw a speech bubble in CSS3. The final result: This CSS shows how to draw a boder redius in CSS3. :before and :after pseudo-elements: Using pseudo-elements will help us in reducing the amount of unnecessary HTML code.

Envelope The final result: Lets see some book mark shape The final result: Another book mark shape The final Result. CSS3 Buttonize Framework - Light-Weight, Flexable Instant Button Framework. Css callout tooltips « khax.net. Feeling inspired by the Chris Coyier article on triangle breadcrumbs ( I could see lots of potential for the css triangles. I’ve lately been a sucker for the power of css, and trying to limit the number of images used. So lets get started at building the tooltips without a single image.

We’ll build a form with popup help descriptions that appear when you mouse over or focus a field. I have not thought about how else to apply this technique, but I’d love to hear how you have adopted it. We will start with a form definition, with a username and password fields. You could use a horizontal menu navigation with tooltip descriptions. Step 1: Accessible form So far we have a plain form. There are two field help texts, the first is a plain text that fits beside the field, the second example being a much more verbose description with heading and paragraphs. Step 2: Form styling Step 3: Help text styling Now comes the more interesting styling.

[/sourcecode] CSS3 Simple Shapes – Cheat Sheet. Digg Recently, I`ve decided to make cheat sheet dedicated to simple shapes that can be made only by means of CSS3. I`ve used only instant description. Since I`ve included majority of simple shapes like squares, circles, triangles, ovals etc, you can easile combine some of these in order to make complicated shape using :before or :after content-related pseudo “elements”.

If you have some questions or suggestions feel free to write me. CSS3 Progress Bars. CSS3.0 Maker | CSS3.0 Generator | CSS 3.0 Generator | css3 generator. Five Useful Interactive CSS/jQuery Techniques Deconstructed - Smashing Magazine. CSS3 Please! The Cross-Browser CSS3 Rule Generator. How To Use CSS3 Pseudo-Classes. CSS3 properties exposed | css3files.com. CSS3 toggle-button without JavaScript. HTML5 structure - DIV, SECTION, ARTICLE. HTML5 presentation.

Modernizr. Coding A HTML 5 Layout From Scratch | How-To, Tutorials. Previews. CSS3 Tutorials to Brighten Up Your Day - Noupe Design Blog. Useful HTML5 &amp; CSS3 Toolbox For Web Developers / HTML 5 / Splashnology - Web Design and Web Technology Community. CSS Selectors. CSS Terms and Definitions.