SlideShare uma empresa Scribd logo
1 de 13
Baixar para ler offline
CSS-Tricks
A Web Design Community curated by Chris Coyier
Search... Go!
Search... Go!
Search... Go!
Search... Go!
Search: All Articles Forums Snippets
Or... browse the archives
Home•
Forums•
Videos•
Downloads•
Snippets•
•
Using CSS for Image Borders
By: Guest Author on 3/20/2008
The following is a Guest Post written by Volkan GÜrgßlß. Thanks Volkan!
The picture used in this article, The Solitude of the Fisherman, is from Daniel Cheong. I have
come across with this picture in an article at Smashing Magazine.
Generally when we put borders around our images, as you can see in the example below, they make
the image look more appealing. They make the image stand out from the other content on the page.
Without Border:
Page 1 of 13Using CSS for Image Borders | CSS-Tricks
8/17/2010http://css-tricks.com/using-css-for-image-borders/
With Border:
With a “Double Border“:
Page 2 of 13Using CSS for Image Borders | CSS-Tricks
8/17/2010http://css-tricks.com/using-css-for-image-borders/
Like I did in the above pictures, you can easily achieve this look with using image editing
applications like Photoshop, ImageReady or Fireworks. But lets think of a scenario in which you
need to change the look of your website and the previous border color you used around your
images doesn’t fit with your new design. You will need to open up your images one by one and
replace that border. If you have 3 or 4 images it will take minutes, but think of having 50 or more
images…
You can achieve the same effect very easily with using pure CSS and it will take you seconds to
change the color of the borders in the future.
How to do it?
Simple thin border:
img {
border:1px solid #021a40;
}
The “Double Border”:
img {
padding:1px;
border:1px solid #021a40;
}
Double Border with different inside border color:
Page 3 of 13Using CSS for Image Borders | CSS-Tricks
8/17/2010http://css-tricks.com/using-css-for-image-borders/
img {
padding:1px;
border:1px solid #021a40;
background-color:#ff0;
}
Another advantage of this technique
Since we usually decrease the quality of the images for web (optimization), when you zoom to the
pictures with borders you will notice that the color of the border is distorted. Now I will use a
lighter blue to let you see the distortion obviously. The left image’s borders is from CSS and the
right one is from the image itself.
EXAMPLE PAGE
While we are on the subject of image borders, check out some of the cool features CSS3 has in
store with the border-image property.
0
WordPress Development
WPCoder - A different kind of WordPress outsourcing.
Invoicing for Freelancers
Start saving time and looking professional with a FREE account from FreshBooks.ads by BSA
Page 4 of 13Using CSS for Image Borders | CSS-Tricks
8/17/2010http://css-tricks.com/using-css-for-image-borders/
Page 5 of 13Using CSS for Image Borders | CSS-Tricks
8/17/2010http://css-tricks.com/using-css-for-image-borders/
0 featured!9 Responses0 buried (show)
1.
Expertsforge says:
03/23/2008 at 11:22 pm
So far, I used to achieve the double borders using photoshop editing.. Now it is easier with
CSS. Good article.
2.
Volkan GÜrgßlß says:
03/24/2008 at 3:27 pm
I’m glad, it helped.
3.
Jermayn says:
03/24/2008 at 9:04 pm
CSS is easier than psd editing. I like adding a background to the image so you get a double
border effect. (more hear)
4.
Joe says:
10/03/2008 at 4:59 pm
Page 6 of 13Using CSS for Image Borders | CSS-Tricks
8/17/2010http://css-tricks.com/using-css-for-image-borders/
Chris – thanks for your website. I enjoy reading it! I have a question though on img borders.
if you see my webpage i am trying to put an rss image to my flickr rss feed but it keeps
coming up with the stinking border around it. How do i fix this? I dont know how to have
text and img on the same line so i put it in a table. Anyway – what div class or css command
do i need to input to get rid of the border?
flickrss a img {
border:0px solid #fff;
color:#fff;
text-decoration:none;
margin:6px;
float:right;
But the flickrss div is inside the flickr div. Im not too sure how to do a subdiv.
thanks!
-Joe!
5.
RocknMetal says:
10/03/2008 at 9:03 pm
Hi, I can’t seem to get this code to work in IE7 (or 6 for that matter) but works great in FF.
There must be a required IE switch missing. Any ideas?
.imageBorder {
padding:7px;
background-color:#F5F4F2;
border:1px solid #c8c8c7;
float:middle;
margin: 5px;
}
6.
Page 7 of 13Using CSS for Image Borders | CSS-Tricks
8/17/2010http://css-tricks.com/using-css-for-image-borders/
Lia Moretti says:
10/16/2008 at 7:12 am
I ran into this page while trying to fix the same problem as RocknMetal, above. It just doesn’t
work in IE. Do you have a trick for that? Thanks anyway.
7.
Guest says:
11/11/2008 at 2:26 pm
Indeed I used to do this with photoshop too. Great article Volkan, thanks.
This comment thread is closed. If you have important information to share, you can always
contact me.
Explore
Have you your
sharp-edged axes?
Featured•
Core Concepts•
jQuery Tutorials•
Classics•
Creating a Web App from Scratch•
Full Page Background Images•
Designing for WordPress•
Build Your Own Social Home!•
Absolute Positioning Inside Relative Positioning•
PSD to HTML from p2h.com
Hot offer: Start at $99, through August 31, 2010 ads by BSA
Page 8 of 13Using CSS for Image Borders | CSS-Tricks
8/17/2010http://css-tricks.com/using-css-for-image-borders/
IE CSS Bugs That'll Get You Every Time•
404 Best Practices•
Date Display with Sprites•
The VERY Basics of HTML & CSS•
Classes and IDs•
The CSS Box Model•
All About Floats•
CSS Overflow Property•
CSS Font Size - (px - em - % - pt - keyword)•
CSS Transparency / Opacity•
CSS Sprites•
CSS Image Replacement•
CSS Vertial Align•
Basic Explanations of Positioning•
Anything Slider jQuery Plugin•
Moving Boxes•
Simple jQuery Dropdowns•
Featured Content Slider•
Start/Stop Slider•
Banner Code Displayer Thing•
Highlight Certain Number of Characters•
Auto-Moving Parallax Background•
Top Designers CSS Wishlist•
What Beautiful HTML Code Looks Like•
Easily Password Protect a Website or Subdirectory•
IE-Only Stylesheets•
eCommerce Considerations•
PHP: Build Your First CMS•
BuySellAds.com Online
Advertising
Join over 1,000 high quality advertisers
who advertise across 750 successful
websites, and take control of your ad
space!
BuySellAds.com Online
Advertising
Join over 1,000 high quality advertisers
who advertise across 750 successful
websites, and take control of your ad
space!
ads by BSA
Page 9 of 13Using CSS for Image Borders | CSS-Tricks
8/17/2010http://css-tricks.com/using-css-for-image-borders/
Vote
Question Contention Query Debate Quandry Dispute
Let's say you were writing some text-only documentation. Which sentence is
clearest?
• Select a user and then click the Update button.
• Select a user and then press the Update button.
• Select a user and then choose the Update button.
• Select a user and then click Update.
• Select a user and then press Update.
• Select a user and then choose Update.
• Select a user and Update.
Vote View Results
 Loading ...
Frequently Asked Questions
So impatient, full of action, full of manly pride and friendship
Where can I learn the very basics?•
What books do you recommend?•
How do you run IE on Mac?•
Why is the text selection background color orange on this site?•
How do you get those spaces in your Dock?•
Page 10 of 13Using CSS for Image Borders | CSS-Tricks
8/17/2010http://css-tricks.com/using-css-for-image-borders/
Blog Roll
All the hands of comrades clasping, all the Southern, all the Northern
Smashing Network•
Digging Into WP•
Quotes on Design•
Smashing Network
Useful and Free Pictogram Dingbat Fonts1.
speckyboy.com
Color Stream: a Free iPhone App For Web Designers2.
smashingmagazine.com
An Introduction to Split Testing in WordPress3.
net.tutsplus.com
Recession Survival Tips For Online Businesses4.
smashingmagazine.com
Advantages Of Collective Collaboration in Online Art Collectives5.
psd.tutsplus.com
Gestalt Principles Applied in Design6.
sixrevisions.com
User Experience Books for Beginners7.
uxbooth.com
Show Markup in CSS Comments8.
css-tricks.com
What’s the Single Best Thing You’ve Ever Done for Your Freelancing Biz?9.
freelancefolder.com
Giving Users Credit10.
designinformer.com
•
Terry Acker•
Douglas Adams•
Peter Gabriel•
Oscar Wilde•
Jeff Atwood•
William Childs•
Salvador Dali•
Page 11 of 13Using CSS for Image Borders | CSS-Tricks
8/17/2010http://css-tricks.com/using-css-for-image-borders/
Shane Meendering•
John Carmack•
Melinda Santillian•
Delay Loading of Print CSS•
Digg Technical Talks – Rasmus Lerdorf•
Randomized Grid of Posts•
Easy Comment Management via SQL•
Using Menus in WordPress 3.0•
WordPress Update: 3.0.1•
WordPress E-Junkie Plugin•
DiW v3.0 Book News•
Thumbnail Based Archives•
Optimizing WordPress Permalinks•
Mad Props
All the forms and shows, all the workmen at their work
•
Fonts by Typekit
•
Hosting by Media Temple
•
CDN by NetDNA
•
CMS by WordPress
* This website may or may notThis website may or may notThis website may or may notThis website may or may not contain any actual CSS or Tricks.contain any actual CSS or Tricks.contain any actual CSS or Tricks.contain any actual CSS or Tricks.  
I work for...
Wufoo is an online form builder that makes building even the most complex forms so easy, it's fun!
Book I co-authored...
Digging Into WordPress is a book and blog I co-author with Jeff Starr about the world's #1
publishing platform.
Page 12 of 13Using CSS for Image Borders | CSS-Tricks
8/17/2010http://css-tricks.com/using-css-for-image-borders/
Words I collect...
Quotes on Design is a collection of design related quotes. With an API for your integration ideas!
About the Author
Chris Coyier is a web designer living in Tampa, FL. He loves old time fiddle music, episodic
television, building little useful websites, and tech books. You may contact him.
Delicious Twitter Flickr Forrst Facebook Grooveshark
Subscribe!
Articles Feed•
Snippets Feed•
Posts by Email•
Forums Feed•
iTunes Large•
iTunes Mobile•
Screencast Large•
Screencast Mobile•
Page 13 of 13Using CSS for Image Borders | CSS-Tricks
8/17/2010http://css-tricks.com/using-css-for-image-borders/

Mais conteĂşdo relacionado

Mais procurados

Web Typography with CSS3
Web Typography with CSS3Web Typography with CSS3
Web Typography with CSS3Matthew Smith
 
Responsive Web Design - but for real!
Responsive Web Design - but for real!Responsive Web Design - but for real!
Responsive Web Design - but for real!Rudy Rigot
 
It's Business Time: The Graceful Degradation of CSS3
It's Business Time: The Graceful Degradation of CSS3It's Business Time: The Graceful Degradation of CSS3
It's Business Time: The Graceful Degradation of CSS3Denise Jacobs
 
Learn Bootstrap 4
Learn Bootstrap 4Learn Bootstrap 4
Learn Bootstrap 4Vinny Vessel
 
Web Accessibility for the 21st Century
Web Accessibility for the 21st CenturyWeb Accessibility for the 21st Century
Web Accessibility for the 21st Centurydreamwidth
 
Implementing Web Fonts on your Website
Implementing Web Fonts on your WebsiteImplementing Web Fonts on your Website
Implementing Web Fonts on your WebsiteExtensis
 
Wordcamp rochester-2017-accessibility-johnson-steigelman
Wordcamp rochester-2017-accessibility-johnson-steigelmanWordcamp rochester-2017-accessibility-johnson-steigelman
Wordcamp rochester-2017-accessibility-johnson-steigelmanH. Trevor Johnson-Steigelman
 
Design Concepts and Web Design
Design Concepts and Web DesignDesign Concepts and Web Design
Design Concepts and Web DesignMindy McAdams
 
Design Swoon - Visual Trends & WordPress
Design Swoon - Visual Trends  & WordPressDesign Swoon - Visual Trends  & WordPress
Design Swoon - Visual Trends & WordPressSara Cannon
 
Better User Experience for WordPress Sites
Better User Experience for WordPress SitesBetter User Experience for WordPress Sites
Better User Experience for WordPress Sitesaungstad
 
Before you build a website 2015
Before you build a website 2015Before you build a website 2015
Before you build a website 2015mwfordesigns
 
The Future Of CSS
The Future Of CSSThe Future Of CSS
The Future Of CSSAndy Budd
 
What is Modular CSS?
What is Modular CSS?What is Modular CSS?
What is Modular CSS?Scott Vandehey
 
Getting started with CSS frameworks using Zurb foundation
Getting started with CSS frameworks using Zurb foundationGetting started with CSS frameworks using Zurb foundation
Getting started with CSS frameworks using Zurb foundationMelanie Archer
 
“Selfish Accessibility” for Create Upstate 2016
“Selfish Accessibility” for Create Upstate 2016“Selfish Accessibility” for Create Upstate 2016
“Selfish Accessibility” for Create Upstate 2016Adrian Roselli
 
Fringe Accessibility: ID24 for GAAD
Fringe Accessibility: ID24 for GAADFringe Accessibility: ID24 for GAAD
Fringe Accessibility: ID24 for GAADAdrian Roselli
 
Web design training , Web Design Training In Kolkata
Web design training , Web Design Training In KolkataWeb design training , Web Design Training In Kolkata
Web design training , Web Design Training In KolkataW3webschool
 
Mobile First Responsive Web Design — BD Conf Oct 2013
Mobile First Responsive Web Design — BD Conf Oct 2013Mobile First Responsive Web Design — BD Conf Oct 2013
Mobile First Responsive Web Design — BD Conf Oct 2013Jason Grigsby
 
Stop Worrying & Get On With It: Progressive Enhancement & Intentional Degrada...
Stop Worrying & Get On With It: Progressive Enhancement & Intentional Degrada...Stop Worrying & Get On With It: Progressive Enhancement & Intentional Degrada...
Stop Worrying & Get On With It: Progressive Enhancement & Intentional Degrada...elliotjaystocks
 

Mais procurados (20)

Web Typography with CSS3
Web Typography with CSS3Web Typography with CSS3
Web Typography with CSS3
 
Better Typography
Better TypographyBetter Typography
Better Typography
 
Responsive Web Design - but for real!
Responsive Web Design - but for real!Responsive Web Design - but for real!
Responsive Web Design - but for real!
 
It's Business Time: The Graceful Degradation of CSS3
It's Business Time: The Graceful Degradation of CSS3It's Business Time: The Graceful Degradation of CSS3
It's Business Time: The Graceful Degradation of CSS3
 
Learn Bootstrap 4
Learn Bootstrap 4Learn Bootstrap 4
Learn Bootstrap 4
 
Web Accessibility for the 21st Century
Web Accessibility for the 21st CenturyWeb Accessibility for the 21st Century
Web Accessibility for the 21st Century
 
Implementing Web Fonts on your Website
Implementing Web Fonts on your WebsiteImplementing Web Fonts on your Website
Implementing Web Fonts on your Website
 
Wordcamp rochester-2017-accessibility-johnson-steigelman
Wordcamp rochester-2017-accessibility-johnson-steigelmanWordcamp rochester-2017-accessibility-johnson-steigelman
Wordcamp rochester-2017-accessibility-johnson-steigelman
 
Design Concepts and Web Design
Design Concepts and Web DesignDesign Concepts and Web Design
Design Concepts and Web Design
 
Design Swoon - Visual Trends & WordPress
Design Swoon - Visual Trends  & WordPressDesign Swoon - Visual Trends  & WordPress
Design Swoon - Visual Trends & WordPress
 
Better User Experience for WordPress Sites
Better User Experience for WordPress SitesBetter User Experience for WordPress Sites
Better User Experience for WordPress Sites
 
Before you build a website 2015
Before you build a website 2015Before you build a website 2015
Before you build a website 2015
 
The Future Of CSS
The Future Of CSSThe Future Of CSS
The Future Of CSS
 
What is Modular CSS?
What is Modular CSS?What is Modular CSS?
What is Modular CSS?
 
Getting started with CSS frameworks using Zurb foundation
Getting started with CSS frameworks using Zurb foundationGetting started with CSS frameworks using Zurb foundation
Getting started with CSS frameworks using Zurb foundation
 
“Selfish Accessibility” for Create Upstate 2016
“Selfish Accessibility” for Create Upstate 2016“Selfish Accessibility” for Create Upstate 2016
“Selfish Accessibility” for Create Upstate 2016
 
Fringe Accessibility: ID24 for GAAD
Fringe Accessibility: ID24 for GAADFringe Accessibility: ID24 for GAAD
Fringe Accessibility: ID24 for GAAD
 
Web design training , Web Design Training In Kolkata
Web design training , Web Design Training In KolkataWeb design training , Web Design Training In Kolkata
Web design training , Web Design Training In Kolkata
 
Mobile First Responsive Web Design — BD Conf Oct 2013
Mobile First Responsive Web Design — BD Conf Oct 2013Mobile First Responsive Web Design — BD Conf Oct 2013
Mobile First Responsive Web Design — BD Conf Oct 2013
 
Stop Worrying & Get On With It: Progressive Enhancement & Intentional Degrada...
Stop Worrying & Get On With It: Progressive Enhancement & Intentional Degrada...Stop Worrying & Get On With It: Progressive Enhancement & Intentional Degrada...
Stop Worrying & Get On With It: Progressive Enhancement & Intentional Degrada...
 

Destaque

Web design 1& 2 lesson outline
Web design 1& 2 lesson outlineWeb design 1& 2 lesson outline
Web design 1& 2 lesson outlineDaniel Downs
 
Icon reading
Icon readingIcon reading
Icon readingDaniel Downs
 
Css3 cheat-sheet
Css3 cheat-sheetCss3 cheat-sheet
Css3 cheat-sheetDaniel Downs
 
Illustrator portrait project-final
Illustrator portrait project-finalIllustrator portrait project-final
Illustrator portrait project-finalDaniel Downs
 
Seo continued page 2
Seo continued page 2Seo continued page 2
Seo continued page 2Daniel Downs
 
Developing a mobile application curriculum which empowers authentic
Developing a mobile application curriculum which empowers authenticDeveloping a mobile application curriculum which empowers authentic
Developing a mobile application curriculum which empowers authenticDaniel Downs
 
Css rollover
Css rolloverCss rollover
Css rolloverDaniel Downs
 
Computer technology college gate
Computer technology college gateComputer technology college gate
Computer technology college gateDaniel Downs
 
Module11: Creating A External Style Sheet and Creating A Gallery
Module11: Creating A External Style Sheet and Creating A GalleryModule11: Creating A External Style Sheet and Creating A Gallery
Module11: Creating A External Style Sheet and Creating A GalleryDaniel Downs
 

Destaque (9)

Web design 1& 2 lesson outline
Web design 1& 2 lesson outlineWeb design 1& 2 lesson outline
Web design 1& 2 lesson outline
 
Icon reading
Icon readingIcon reading
Icon reading
 
Css3 cheat-sheet
Css3 cheat-sheetCss3 cheat-sheet
Css3 cheat-sheet
 
Illustrator portrait project-final
Illustrator portrait project-finalIllustrator portrait project-final
Illustrator portrait project-final
 
Seo continued page 2
Seo continued page 2Seo continued page 2
Seo continued page 2
 
Developing a mobile application curriculum which empowers authentic
Developing a mobile application curriculum which empowers authenticDeveloping a mobile application curriculum which empowers authentic
Developing a mobile application curriculum which empowers authentic
 
Css rollover
Css rolloverCss rollover
Css rollover
 
Computer technology college gate
Computer technology college gateComputer technology college gate
Computer technology college gate
 
Module11: Creating A External Style Sheet and Creating A Gallery
Module11: Creating A External Style Sheet and Creating A GalleryModule11: Creating A External Style Sheet and Creating A Gallery
Module11: Creating A External Style Sheet and Creating A Gallery
 

Semelhante a Http _css-tricks

Girl Develop It Cincinnati: Intro to HTML/CSS Class 4
Girl Develop It Cincinnati: Intro to HTML/CSS Class 4Girl Develop It Cincinnati: Intro to HTML/CSS Class 4
Girl Develop It Cincinnati: Intro to HTML/CSS Class 4Erin M. Kidwell
 
A Responsive Design Case Study - What We Did Wrong Building ResponsiveDesign....
A Responsive Design Case Study - What We Did Wrong Building ResponsiveDesign....A Responsive Design Case Study - What We Did Wrong Building ResponsiveDesign....
A Responsive Design Case Study - What We Did Wrong Building ResponsiveDesign....Aidan Foster
 
Adobe MAX 2008: HTML/CSS + Fireworks
Adobe MAX 2008: HTML/CSS + FireworksAdobe MAX 2008: HTML/CSS + Fireworks
Adobe MAX 2008: HTML/CSS + FireworksNathan Smith
 
Understanding CSS and the Debugging Console
Understanding CSS and the Debugging ConsoleUnderstanding CSS and the Debugging Console
Understanding CSS and the Debugging ConsoleJessica Reilley
 
CSS vs. JavaScript - Trust vs. Control
CSS vs. JavaScript - Trust vs. ControlCSS vs. JavaScript - Trust vs. Control
CSS vs. JavaScript - Trust vs. ControlChristian Heilmann
 
Website trends 2012 presentation
Website trends 2012 presentationWebsite trends 2012 presentation
Website trends 2012 presentationFresh_Egg
 
Crafting Custom CSS @ PodCamp Toronto 2015 #PCTO15
Crafting Custom CSS @ PodCamp Toronto 2015 #PCTO15Crafting Custom CSS @ PodCamp Toronto 2015 #PCTO15
Crafting Custom CSS @ PodCamp Toronto 2015 #PCTO15Andy McIlwain
 
Responsive Web Design - Drupal Camp CPH
Responsive Web Design - Drupal Camp CPHResponsive Web Design - Drupal Camp CPH
Responsive Web Design - Drupal Camp CPHPeytz Design
 
Simply Responsive CSS3
Simply Responsive CSS3Simply Responsive CSS3
Simply Responsive CSS3Denise Jacobs
 
CSS3: Are you experienced?
CSS3: Are you experienced?CSS3: Are you experienced?
CSS3: Are you experienced?Denise Jacobs
 
Blueprint css framework
Blueprint css frameworkBlueprint css framework
Blueprint css frameworkTechsailor
 
Let's dig into the Omega Theme!
Let's dig into the Omega Theme!Let's dig into the Omega Theme!
Let's dig into the Omega Theme!Mediacurrent
 
CSS3: Ripe and Ready to Respond
CSS3: Ripe and Ready to RespondCSS3: Ripe and Ready to Respond
CSS3: Ripe and Ready to RespondDenise Jacobs
 
Using a CSS Framework
Using a CSS FrameworkUsing a CSS Framework
Using a CSS FrameworkGareth Saunders
 
Highly Maintainable, Efficient, and Optimized CSS
Highly Maintainable, Efficient, and Optimized CSSHighly Maintainable, Efficient, and Optimized CSS
Highly Maintainable, Efficient, and Optimized CSSZoe Gillenwater
 
Advanced CSS Troubleshooting
Advanced CSS TroubleshootingAdvanced CSS Troubleshooting
Advanced CSS TroubleshootingDenise Jacobs
 
6 Methods to use page scroll animation.pdf
6 Methods to use page scroll animation.pdf6 Methods to use page scroll animation.pdf
6 Methods to use page scroll animation.pdfBe Problem Solver
 

Semelhante a Http _css-tricks (20)

Girl Develop It Cincinnati: Intro to HTML/CSS Class 4
Girl Develop It Cincinnati: Intro to HTML/CSS Class 4Girl Develop It Cincinnati: Intro to HTML/CSS Class 4
Girl Develop It Cincinnati: Intro to HTML/CSS Class 4
 
A Responsive Design Case Study - What We Did Wrong Building ResponsiveDesign....
A Responsive Design Case Study - What We Did Wrong Building ResponsiveDesign....A Responsive Design Case Study - What We Did Wrong Building ResponsiveDesign....
A Responsive Design Case Study - What We Did Wrong Building ResponsiveDesign....
 
Adobe MAX 2008: HTML/CSS + Fireworks
Adobe MAX 2008: HTML/CSS + FireworksAdobe MAX 2008: HTML/CSS + Fireworks
Adobe MAX 2008: HTML/CSS + Fireworks
 
Understanding CSS and the Debugging Console
Understanding CSS and the Debugging ConsoleUnderstanding CSS and the Debugging Console
Understanding CSS and the Debugging Console
 
CSS vs. JavaScript - Trust vs. Control
CSS vs. JavaScript - Trust vs. ControlCSS vs. JavaScript - Trust vs. Control
CSS vs. JavaScript - Trust vs. Control
 
Intro to CSS3
Intro to CSS3Intro to CSS3
Intro to CSS3
 
Website trends 2012 presentation
Website trends 2012 presentationWebsite trends 2012 presentation
Website trends 2012 presentation
 
Crafting Custom CSS @ PodCamp Toronto 2015 #PCTO15
Crafting Custom CSS @ PodCamp Toronto 2015 #PCTO15Crafting Custom CSS @ PodCamp Toronto 2015 #PCTO15
Crafting Custom CSS @ PodCamp Toronto 2015 #PCTO15
 
Responsive Web Design - Drupal Camp CPH
Responsive Web Design - Drupal Camp CPHResponsive Web Design - Drupal Camp CPH
Responsive Web Design - Drupal Camp CPH
 
Simply Responsive CSS3
Simply Responsive CSS3Simply Responsive CSS3
Simply Responsive CSS3
 
CSS3: Are you experienced?
CSS3: Are you experienced?CSS3: Are you experienced?
CSS3: Are you experienced?
 
Blueprint css framework
Blueprint css frameworkBlueprint css framework
Blueprint css framework
 
Let's dig into the Omega Theme!
Let's dig into the Omega Theme!Let's dig into the Omega Theme!
Let's dig into the Omega Theme!
 
CSS3: Ripe and Ready to Respond
CSS3: Ripe and Ready to RespondCSS3: Ripe and Ready to Respond
CSS3: Ripe and Ready to Respond
 
Using a CSS Framework
Using a CSS FrameworkUsing a CSS Framework
Using a CSS Framework
 
Highly Maintainable, Efficient, and Optimized CSS
Highly Maintainable, Efficient, and Optimized CSSHighly Maintainable, Efficient, and Optimized CSS
Highly Maintainable, Efficient, and Optimized CSS
 
Advanced CSS Troubleshooting
Advanced CSS TroubleshootingAdvanced CSS Troubleshooting
Advanced CSS Troubleshooting
 
Css border examples
Css border examplesCss border examples
Css border examples
 
6 Methods to use page scroll animation.pdf
6 Methods to use page scroll animation.pdf6 Methods to use page scroll animation.pdf
6 Methods to use page scroll animation.pdf
 
Real-world CSS3
Real-world CSS3Real-world CSS3
Real-world CSS3
 

Mais de Daniel Downs

Module 10search engine optimization
Module 10search engine optimizationModule 10search engine optimization
Module 10search engine optimizationDaniel Downs
 
Ipad quick-reference-2
Ipad quick-reference-2Ipad quick-reference-2
Ipad quick-reference-2Daniel Downs
 
Index of jquery template 2 Minuteman Summer Web Dev.
Index of jquery template 2 Minuteman Summer Web Dev.Index of jquery template 2 Minuteman Summer Web Dev.
Index of jquery template 2 Minuteman Summer Web Dev.Daniel Downs
 
Jquery template 1 3 pages
Jquery template 1 3 pagesJquery template 1 3 pages
Jquery template 1 3 pagesDaniel Downs
 
Module6 htmlcss helpfulcodeandwebsites
Module6 htmlcss helpfulcodeandwebsitesModule6 htmlcss helpfulcodeandwebsites
Module6 htmlcss helpfulcodeandwebsitesDaniel Downs
 
Module 4 Minuteman Lexington Web Design Daniel Downs
Module 4 Minuteman Lexington Web Design Daniel DownsModule 4 Minuteman Lexington Web Design Daniel Downs
Module 4 Minuteman Lexington Web Design Daniel DownsDaniel Downs
 
Module 3 Progress Codes Web Design Daniel Downs Minuteman Lexington Ma
Module 3 Progress Codes Web Design Daniel Downs Minuteman Lexington MaModule 3 Progress Codes Web Design Daniel Downs Minuteman Lexington Ma
Module 3 Progress Codes Web Design Daniel Downs Minuteman Lexington MaDaniel Downs
 
Module 2 lexington minuteman web development basic layout template
Module 2  lexington minuteman web development basic layout templateModule 2  lexington minuteman web development basic layout template
Module 2 lexington minuteman web development basic layout templateDaniel Downs
 
Module 1 Web design & Development Lexington Minuteman
Module 1 Web design & Development Lexington MinutemanModule 1 Web design & Development Lexington Minuteman
Module 1 Web design & Development Lexington MinutemanDaniel Downs
 
App research project
App research projectApp research project
App research projectDaniel Downs
 
Daniel Downs: Student Experiences In A Project Based Learning Technology Curr...
Daniel Downs: Student Experiences In A Project Based Learning Technology Curr...Daniel Downs: Student Experiences In A Project Based Learning Technology Curr...
Daniel Downs: Student Experiences In A Project Based Learning Technology Curr...Daniel Downs
 
Blogger custom domain on go daddy blogger widgets
Blogger custom domain on go daddy   blogger widgetsBlogger custom domain on go daddy   blogger widgets
Blogger custom domain on go daddy blogger widgetsDaniel Downs
 
Outline for action research prospectus
Outline for action research prospectusOutline for action research prospectus
Outline for action research prospectusDaniel Downs
 
You have decided to go off on your own as a freelance webdesigner
You have decided to go off on your own as a freelance webdesignerYou have decided to go off on your own as a freelance webdesigner
You have decided to go off on your own as a freelance webdesignerDaniel Downs
 
Making a basicappinflash (1)
Making a basicappinflash (1)Making a basicappinflash (1)
Making a basicappinflash (1)Daniel Downs
 
Daniel Downs Technology Portfolio Final May 2013 final (1)
Daniel Downs Technology Portfolio Final May 2013 final (1)Daniel Downs Technology Portfolio Final May 2013 final (1)
Daniel Downs Technology Portfolio Final May 2013 final (1)Daniel Downs
 
You are part of an international news team reporting from a foreign country
You are part of an international news team reporting from a foreign countryYou are part of an international news team reporting from a foreign country
You are part of an international news team reporting from a foreign countryDaniel Downs
 
Marketing plan powerpoint
Marketing plan powerpointMarketing plan powerpoint
Marketing plan powerpointDaniel Downs
 
Final screen castfinalweb12
Final screen castfinalweb12Final screen castfinalweb12
Final screen castfinalweb12Daniel Downs
 
Info processing photoshop projects
Info processing photoshop projectsInfo processing photoshop projects
Info processing photoshop projectsDaniel Downs
 

Mais de Daniel Downs (20)

Module 10search engine optimization
Module 10search engine optimizationModule 10search engine optimization
Module 10search engine optimization
 
Ipad quick-reference-2
Ipad quick-reference-2Ipad quick-reference-2
Ipad quick-reference-2
 
Index of jquery template 2 Minuteman Summer Web Dev.
Index of jquery template 2 Minuteman Summer Web Dev.Index of jquery template 2 Minuteman Summer Web Dev.
Index of jquery template 2 Minuteman Summer Web Dev.
 
Jquery template 1 3 pages
Jquery template 1 3 pagesJquery template 1 3 pages
Jquery template 1 3 pages
 
Module6 htmlcss helpfulcodeandwebsites
Module6 htmlcss helpfulcodeandwebsitesModule6 htmlcss helpfulcodeandwebsites
Module6 htmlcss helpfulcodeandwebsites
 
Module 4 Minuteman Lexington Web Design Daniel Downs
Module 4 Minuteman Lexington Web Design Daniel DownsModule 4 Minuteman Lexington Web Design Daniel Downs
Module 4 Minuteman Lexington Web Design Daniel Downs
 
Module 3 Progress Codes Web Design Daniel Downs Minuteman Lexington Ma
Module 3 Progress Codes Web Design Daniel Downs Minuteman Lexington MaModule 3 Progress Codes Web Design Daniel Downs Minuteman Lexington Ma
Module 3 Progress Codes Web Design Daniel Downs Minuteman Lexington Ma
 
Module 2 lexington minuteman web development basic layout template
Module 2  lexington minuteman web development basic layout templateModule 2  lexington minuteman web development basic layout template
Module 2 lexington minuteman web development basic layout template
 
Module 1 Web design & Development Lexington Minuteman
Module 1 Web design & Development Lexington MinutemanModule 1 Web design & Development Lexington Minuteman
Module 1 Web design & Development Lexington Minuteman
 
App research project
App research projectApp research project
App research project
 
Daniel Downs: Student Experiences In A Project Based Learning Technology Curr...
Daniel Downs: Student Experiences In A Project Based Learning Technology Curr...Daniel Downs: Student Experiences In A Project Based Learning Technology Curr...
Daniel Downs: Student Experiences In A Project Based Learning Technology Curr...
 
Blogger custom domain on go daddy blogger widgets
Blogger custom domain on go daddy   blogger widgetsBlogger custom domain on go daddy   blogger widgets
Blogger custom domain on go daddy blogger widgets
 
Outline for action research prospectus
Outline for action research prospectusOutline for action research prospectus
Outline for action research prospectus
 
You have decided to go off on your own as a freelance webdesigner
You have decided to go off on your own as a freelance webdesignerYou have decided to go off on your own as a freelance webdesigner
You have decided to go off on your own as a freelance webdesigner
 
Making a basicappinflash (1)
Making a basicappinflash (1)Making a basicappinflash (1)
Making a basicappinflash (1)
 
Daniel Downs Technology Portfolio Final May 2013 final (1)
Daniel Downs Technology Portfolio Final May 2013 final (1)Daniel Downs Technology Portfolio Final May 2013 final (1)
Daniel Downs Technology Portfolio Final May 2013 final (1)
 
You are part of an international news team reporting from a foreign country
You are part of an international news team reporting from a foreign countryYou are part of an international news team reporting from a foreign country
You are part of an international news team reporting from a foreign country
 
Marketing plan powerpoint
Marketing plan powerpointMarketing plan powerpoint
Marketing plan powerpoint
 
Final screen castfinalweb12
Final screen castfinalweb12Final screen castfinalweb12
Final screen castfinalweb12
 
Info processing photoshop projects
Info processing photoshop projectsInfo processing photoshop projects
Info processing photoshop projects
 

Último

Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 

Último (20)

Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 

Http _css-tricks

  • 1. CSS-Tricks A Web Design Community curated by Chris Coyier Search... Go! Search... Go! Search... Go! Search... Go! Search: All Articles Forums Snippets Or... browse the archives Home• Forums• Videos• Downloads• Snippets• • Using CSS for Image Borders By: Guest Author on 3/20/2008 The following is a Guest Post written by Volkan GÜrgßlß. Thanks Volkan! The picture used in this article, The Solitude of the Fisherman, is from Daniel Cheong. I have come across with this picture in an article at Smashing Magazine. Generally when we put borders around our images, as you can see in the example below, they make the image look more appealing. They make the image stand out from the other content on the page. Without Border: Page 1 of 13Using CSS for Image Borders | CSS-Tricks 8/17/2010http://css-tricks.com/using-css-for-image-borders/
  • 2. With Border: With a “Double Border“: Page 2 of 13Using CSS for Image Borders | CSS-Tricks 8/17/2010http://css-tricks.com/using-css-for-image-borders/
  • 3. Like I did in the above pictures, you can easily achieve this look with using image editing applications like Photoshop, ImageReady or Fireworks. But lets think of a scenario in which you need to change the look of your website and the previous border color you used around your images doesn’t fit with your new design. You will need to open up your images one by one and replace that border. If you have 3 or 4 images it will take minutes, but think of having 50 or more images… You can achieve the same effect very easily with using pure CSS and it will take you seconds to change the color of the borders in the future. How to do it? Simple thin border: img { border:1px solid #021a40; } The “Double Border”: img { padding:1px; border:1px solid #021a40; } Double Border with different inside border color: Page 3 of 13Using CSS for Image Borders | CSS-Tricks 8/17/2010http://css-tricks.com/using-css-for-image-borders/
  • 4. img { padding:1px; border:1px solid #021a40; background-color:#ff0; } Another advantage of this technique Since we usually decrease the quality of the images for web (optimization), when you zoom to the pictures with borders you will notice that the color of the border is distorted. Now I will use a lighter blue to let you see the distortion obviously. The left image’s borders is from CSS and the right one is from the image itself. EXAMPLE PAGE While we are on the subject of image borders, check out some of the cool features CSS3 has in store with the border-image property. 0 WordPress Development WPCoder - A different kind of WordPress outsourcing. Invoicing for Freelancers Start saving time and looking professional with a FREE account from FreshBooks.ads by BSA Page 4 of 13Using CSS for Image Borders | CSS-Tricks 8/17/2010http://css-tricks.com/using-css-for-image-borders/
  • 5. Page 5 of 13Using CSS for Image Borders | CSS-Tricks 8/17/2010http://css-tricks.com/using-css-for-image-borders/
  • 6. 0 featured!9 Responses0 buried (show) 1. Expertsforge says: 03/23/2008 at 11:22 pm So far, I used to achieve the double borders using photoshop editing.. Now it is easier with CSS. Good article. 2. Volkan GÜrgßlß says: 03/24/2008 at 3:27 pm I’m glad, it helped. 3. Jermayn says: 03/24/2008 at 9:04 pm CSS is easier than psd editing. I like adding a background to the image so you get a double border effect. (more hear) 4. Joe says: 10/03/2008 at 4:59 pm Page 6 of 13Using CSS for Image Borders | CSS-Tricks 8/17/2010http://css-tricks.com/using-css-for-image-borders/
  • 7. Chris – thanks for your website. I enjoy reading it! I have a question though on img borders. if you see my webpage i am trying to put an rss image to my flickr rss feed but it keeps coming up with the stinking border around it. How do i fix this? I dont know how to have text and img on the same line so i put it in a table. Anyway – what div class or css command do i need to input to get rid of the border? flickrss a img { border:0px solid #fff; color:#fff; text-decoration:none; margin:6px; float:right; But the flickrss div is inside the flickr div. Im not too sure how to do a subdiv. thanks! -Joe! 5. RocknMetal says: 10/03/2008 at 9:03 pm Hi, I can’t seem to get this code to work in IE7 (or 6 for that matter) but works great in FF. There must be a required IE switch missing. Any ideas? .imageBorder { padding:7px; background-color:#F5F4F2; border:1px solid #c8c8c7; float:middle; margin: 5px; } 6. Page 7 of 13Using CSS for Image Borders | CSS-Tricks 8/17/2010http://css-tricks.com/using-css-for-image-borders/
  • 8. Lia Moretti says: 10/16/2008 at 7:12 am I ran into this page while trying to fix the same problem as RocknMetal, above. It just doesn’t work in IE. Do you have a trick for that? Thanks anyway. 7. Guest says: 11/11/2008 at 2:26 pm Indeed I used to do this with photoshop too. Great article Volkan, thanks. This comment thread is closed. If you have important information to share, you can always contact me. Explore Have you your sharp-edged axes? Featured• Core Concepts• jQuery Tutorials• Classics• Creating a Web App from Scratch• Full Page Background Images• Designing for WordPress• Build Your Own Social Home!• Absolute Positioning Inside Relative Positioning• PSD to HTML from p2h.com Hot offer: Start at $99, through August 31, 2010 ads by BSA Page 8 of 13Using CSS for Image Borders | CSS-Tricks 8/17/2010http://css-tricks.com/using-css-for-image-borders/
  • 9. IE CSS Bugs That'll Get You Every Time• 404 Best Practices• Date Display with Sprites• The VERY Basics of HTML & CSS• Classes and IDs• The CSS Box Model• All About Floats• CSS Overflow Property• CSS Font Size - (px - em - % - pt - keyword)• CSS Transparency / Opacity• CSS Sprites• CSS Image Replacement• CSS Vertial Align• Basic Explanations of Positioning• Anything Slider jQuery Plugin• Moving Boxes• Simple jQuery Dropdowns• Featured Content Slider• Start/Stop Slider• Banner Code Displayer Thing• Highlight Certain Number of Characters• Auto-Moving Parallax Background• Top Designers CSS Wishlist• What Beautiful HTML Code Looks Like• Easily Password Protect a Website or Subdirectory• IE-Only Stylesheets• eCommerce Considerations• PHP: Build Your First CMS• BuySellAds.com Online Advertising Join over 1,000 high quality advertisers who advertise across 750 successful websites, and take control of your ad space! BuySellAds.com Online Advertising Join over 1,000 high quality advertisers who advertise across 750 successful websites, and take control of your ad space! ads by BSA Page 9 of 13Using CSS for Image Borders | CSS-Tricks 8/17/2010http://css-tricks.com/using-css-for-image-borders/
  • 10. Vote Question Contention Query Debate Quandry Dispute Let's say you were writing some text-only documentation. Which sentence is clearest? • Select a user and then click the Update button. • Select a user and then press the Update button. • Select a user and then choose the Update button. • Select a user and then click Update. • Select a user and then press Update. • Select a user and then choose Update. • Select a user and Update. Vote View Results  Loading ... Frequently Asked Questions So impatient, full of action, full of manly pride and friendship Where can I learn the very basics?• What books do you recommend?• How do you run IE on Mac?• Why is the text selection background color orange on this site?• How do you get those spaces in your Dock?• Page 10 of 13Using CSS for Image Borders | CSS-Tricks 8/17/2010http://css-tricks.com/using-css-for-image-borders/
  • 11. Blog Roll All the hands of comrades clasping, all the Southern, all the Northern Smashing Network• Digging Into WP• Quotes on Design• Smashing Network Useful and Free Pictogram Dingbat Fonts1. speckyboy.com Color Stream: a Free iPhone App For Web Designers2. smashingmagazine.com An Introduction to Split Testing in WordPress3. net.tutsplus.com Recession Survival Tips For Online Businesses4. smashingmagazine.com Advantages Of Collective Collaboration in Online Art Collectives5. psd.tutsplus.com Gestalt Principles Applied in Design6. sixrevisions.com User Experience Books for Beginners7. uxbooth.com Show Markup in CSS Comments8. css-tricks.com What’s the Single Best Thing You’ve Ever Done for Your Freelancing Biz?9. freelancefolder.com Giving Users Credit10. designinformer.com • Terry Acker• Douglas Adams• Peter Gabriel• Oscar Wilde• Jeff Atwood• William Childs• Salvador Dali• Page 11 of 13Using CSS for Image Borders | CSS-Tricks 8/17/2010http://css-tricks.com/using-css-for-image-borders/
  • 12. Shane Meendering• John Carmack• Melinda Santillian• Delay Loading of Print CSS• Digg Technical Talks – Rasmus Lerdorf• Randomized Grid of Posts• Easy Comment Management via SQL• Using Menus in WordPress 3.0• WordPress Update: 3.0.1• WordPress E-Junkie Plugin• DiW v3.0 Book News• Thumbnail Based Archives• Optimizing WordPress Permalinks• Mad Props All the forms and shows, all the workmen at their work • Fonts by Typekit • Hosting by Media Temple • CDN by NetDNA • CMS by WordPress * This website may or may notThis website may or may notThis website may or may notThis website may or may not contain any actual CSS or Tricks.contain any actual CSS or Tricks.contain any actual CSS or Tricks.contain any actual CSS or Tricks.   I work for... Wufoo is an online form builder that makes building even the most complex forms so easy, it's fun! Book I co-authored... Digging Into WordPress is a book and blog I co-author with Jeff Starr about the world's #1 publishing platform. Page 12 of 13Using CSS for Image Borders | CSS-Tricks 8/17/2010http://css-tricks.com/using-css-for-image-borders/
  • 13. Words I collect... Quotes on Design is a collection of design related quotes. With an API for your integration ideas! About the Author Chris Coyier is a web designer living in Tampa, FL. He loves old time fiddle music, episodic television, building little useful websites, and tech books. You may contact him. Delicious Twitter Flickr Forrst Facebook Grooveshark Subscribe! Articles Feed• Snippets Feed• Posts by Email• Forums Feed• iTunes Large• iTunes Mobile• Screencast Large• Screencast Mobile• Page 13 of 13Using CSS for Image Borders | CSS-Tricks 8/17/2010http://css-tricks.com/using-css-for-image-borders/