background preloader

Drupal

Facebook Twitter

NavNav - 90+ Responsive Navigation Bar Menu Tutorials, Examples, and Demos (CSS, jQuery, JavaScript) Really Good Emails on CodePen. Circle Hover Effects with CSS Transitions. From our sponsor: Get started on your Squarespace website with a free trial In today’s tutorial we’ll experiment with hover effects on circles.

Circle Hover Effects with CSS Transitions

Since we have the border radius property, we can create circular shapes and they have been appearing more often as design elements in websites. One use that I especially enjoy seeing is the circular thumbnail which just looks so much more interesting than the usual rectangular. And because the circle is such a special shape, we are going to create some special hover effects for it! Please note: the result of this tutorial will only work as intended in browsers that support the respective CSS properties.

We will omit vendor prefixes in this tutorial. So, let’s get started! The HTML For most of the examples, we’ll be using the following structure: Although we could use images here, we’ll give ourselves a bit more freedom by using background images instead. Now, let’s make some hover effects! The CSS Example 1 And now, the interesting hover action! Circle Hover Effects with CSS Transitions. Sticky notes using CSS3 and Google Fonts (Step 5) 32 Responsive Email Templates for Your Small Business. Mobile and tablet email opens hit 50% this year, illustrating the need for businesses to design email campaigns for the growing mobile market.

32 Responsive Email Templates for Your Small Business

Designing for mobile is as important for your emails as it is for your website. Campaign Monitor notes, "Providing a less-than-optimal reading experience on the small screen may not only inconvenience a few recipients, but eventually the majority," leading to severely diminished response rates. We've collected 32 of the best free and premium responsive email templates to help you improve the mobile email experience for your customers. This set of five responsive email templates from the team at ZURB uses the viewport tag and a fluid layout, with media queries ready for the more limited email clients.

Each template is packaged with a separate CSS stylesheet and HTML file. Price: Free 2. Originally made for transactional emails with dynamic content, Antwort's responsive layouts fit and adapt to email client widths. 3. 4. Price: $18 5. Guide to CSS support in email. Version history 14 November 2017 Outlook.com and the Outlook iOS app added support for CSS background images and some related properties, as well as certain Flexbox and Grid properties.

Guide to CSS support in email

Also added iOS 11 Mail to the guide, with no noticeable differences from iOS 10. 22 September 2017 Microsoft updated the Outlook apps for iOS and Android with more consistent CSS support, including media queries. 13 September 2017 A complete rewrite and redesign of the guide, testing 278 different CSS properties and features across 35 email clients.

To accommodate the huge increase in content, we’ve added search functionality and the ability to link directly to individual the email clients and properties for easy sharing.Discuss this on our blog. Un e-mail en HTML responsive multi-clients. L'e-mail (ou newsletter) reste encore aujourd’hui un moyen efficace de transmettre des informations à ses utilisateurs ou clients.

Un e-mail en HTML responsive multi-clients

En mode texte, aucun problème, c'est un standard interprété sans difficulté. En mode HTML c'est un art ô combien délicat en partie dû au nombre de clients lecteurs d'e-mail sur le marché qui ont des comportements bien différents (encore plus désormais que les navigateurs classiques). Cette disparité de l'interprétation des e-mails au format HTML provient de plusieurs facteurs : Les clients e-mails lourds (Outlook, Thunderbird, Lotus Notes...) ont un fonctionnement radicalement différents des webmails (Gmail, Yahoo Mail, Hotmail, Outlook.com...). Ces mêmes webmails imposent des règles très strictes sur le code HTML et CSS contenu dans les e-mails car les messages sont eux-mêmes affichés dans une structure de page web qui a ses propres styles.

Voici quelques astuces et bonnes pratiques pour obtenir des e-mails au rendu proche sur la majorité des programmes. Ink: A Responsive Email Framework from ZURB. We know building HTML emails is hard, especially responsive emails.

Ink: A Responsive Email Framework from ZURB

That's why we created Foundation for Emails. Get away from complex table markup and inconsistent results. Use Foundation for Emails to spend less time coding emails, and more time on other things, like building amazing products. Email marketing is good for your business. In fact it's $44-back-for-every-$1-spent kind of good. Common UI Patterns to Build Faster You can use these UI patterns in your designs to quickly get your email into shape. Emails that work in all of the major clients, even Outlook There’s no need to worry about inconsistent spacing and odd rendering issues with your layouts.

Free email editor to design responsive design messages. Creating HTML formatted emails in Drupal 7. Last updated March 11, 2011.

Creating HTML formatted emails in Drupal 7

Created on September 2, 2010.Edited by asifnoor, seanr. Log in to edit this page. Since Drupal 7 automatically converts all HTML emails to plain text before sending them ( you must now write your own implementation of MailSystemInterface and set a variable telling Drupal to use it in order to send HTML emails. Here is the class which needs to go in your module: Drush 7.x.