CSS
-Tricks
treehouse :
what would you like to learn today?
Web Design
Web Development
iOS Development
Show search box
Search
Search in:
All
Articles
Forums
Snippets
Videos
✕
Home
Forums
Snippets
Gallery
Videos
Almanac
Demos
Lodge
Navigation 'n' Search
Forums
Illustration by Nick Sirotich
Forums
»
Other Discussions
how to make full background images template
zahidahmad9
Permalink to comment
#
February 2012
please any tips or tricks or usefull video links................
dfogge
Permalink to comment
#
February 2012
mr coyier detailed 4 different ways to do it in this post:
http://css-tricks.com/perfect-full-page-background-image/
he also links to a nice jquery plugin that i have used before and would probably use again:
http://vegas.jaysalvat.com/
zahidahmad9
Permalink to comment
#
February 2012
very usefull linkd many thanks :)
TheDark12
Permalink to comment
#
February 2012
background-size: cover;
CSS3, but it works in every browser except Firefox 3.6 and IE8 and below. If you feel like you need Firefox 3.6 support, just use the -moz- vendor prefix.
EDIT: Looks like that method is already in Chris's article, cool beans.
Add a Comment
he also links to a nice jquery plugin that i have used before and would probably use again: http://vegas.jaysalvat.com/
CSS3, but it works in every browser except Firefox 3.6 and IE8 and below. If you feel like you need Firefox 3.6 support, just use the -moz- vendor prefix.
EDIT: Looks like that method is already in Chris's article, cool beans.