DotNetShoutout - Stories tagged with CSS 3
2
Shouts

How to use Opacity, Scale and box shadow and Zooming in CSS 3?

published 412 days, 19 hours, 47 minutes ago posted by dotnetfundadotnetfunda 418 days, 25 minutes ago
Wednesday, April 04, 2012 10:04:00 AM GMT Friday, March 30, 2012 5:25:56 AM GMT
In this article we are going to learn, how to use Opacity, Scale and box shadow and Zooming effects in CSS 3. (more)
category: Web Dev | clicked: 43 | comment | | source: www.dotnetfunda.com
tags: CSS 3
3
Shouts

Style Selected Text with CSS3 :: Chris Poulter

published 489 days, 12 hours, 51 minutes ago posted by chrispoulterchrispoulter 491 days, 15 hours, 26 minutes ago
Wednesday, January 18, 2012 4:59:12 PM GMT Monday, January 16, 2012 2:24:24 PM GMT
Loving some of the new things you can now do with CSS3. Recently discovered that you can add styling to text selected by the user. Begs the question where you could make use of this or in fact whether a user is ever likely to notice you have tweaked the styling for their benefit but hey... CSS3 Styled Text Selections Simply drag the cursor over the styled text and the background and color properties change. p::selection { background: red; color: white; } p::-moz-selection { background: red; color: white;... (more)
category: UX | clicked: 12 | comment | | source: www.chrispoulter.com
tags: CSS 3, CSS, HTML
2
Shouts

Display Slide OutBox depend up on Content using HTML and JQuery | Developers Code

posted by taanu51taanu51 519 days, 41 minutes ago
Tuesday, December 20, 2011 5:09:31 AM GMT
Hi Friends,In this article i would like to explain the integration of slideroutBox at the Bottom of your webpages using HTML and Jquery.I am already using Third party Plugin for my blog for this feature.This plugin is provided by simple Reach..Its working Gr8..But this time,I am trying to create a custom Slider Outbox which will display depend up on content.So Lets start the implementation. First,create a new html page and Add the following css code in Head Section to create Slide... (more)
category: UX | clicked: 37 | comment | | source: www.developerscode.com
tags: ASP .NET, CSS 3, jQuery, HTML 5
2
Shouts

Web Standards Update for Microsoft Visual Studio 2010 SP1

posted by viperguynazviperguynaz 532 days, 4 hours, 10 minutes ago
Wednesday, December 07, 2011 1:40:21 AM GMT
Developer Ramblings in C# .NET Development Tips from Falcon Web Technologies Home Archive ContactLog inHome ยป .NET | FeaturedWeb Standards Update for Microsoft Visual Studio 2010 SP16. December 2011by viperguynaz0 Comments Updated 10/2/2011 - The Visual Studio Web Standards Update provides the much wanted HTML5 & CSS3 support to Visual Studio 2010 SP1. It brings VS 2010 intellisense & validation as close to W3C specif... (more)
category: Web Dev | clicked: 1 | comment | | source: www.falconwebtech.com
tags: Visual Studio, CSS 3, VS 2010, HTML 5
5
Shouts

Rounding Corners using CSS3 - Kirupa Chinnathambi

published 783 days, 8 hours, 43 minutes ago posted by iftekharahmedamitiftekharahmedamit 783 days, 15 hours, 28 minutes ago
Wednesday, March 30, 2011 9:07:17 PM GMT Wednesday, March 30, 2011 2:22:34 PM GMT
Every few years, something gets added to HTML or its related technologies that starts off as being cool and trendy. After massive overuse, that "something" ends up being despised and mocked. This cycle of going from adulation to derision repeats itself all the time. For example, two additions that people once loved but pretend never existed are the blink and marquee tags. (Admit it - you know you used them at some point! ) In CSS3, one recent addition is the ability to natively specify rounded corners. ... (more)
category: How To | clicked: 0 | comment | | source: www.kirupa.com
tags: css3, CSS 3, CSS