Textured backgrounds with pretty bits

This is a discussion on "Textured backgrounds with pretty bits" within the Web Page Design section. This forum, and the thread "Textured backgrounds with pretty bits are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Aug 19th, 2007, 18:24
Junior Member
Join Date: Aug 2007
Location: England
Posts: 22
Thanks: 0
Thanked 0 Times in 0 Posts
Textured backgrounds with pretty bits

http://preview-scribe.blogspot.com

I wondered how they not only have a textured background for the content area, but around the borders they have a slightly darker texture, about half an inch thick, which blends in with the main content area texture? They probably just used one image that had the different textures already in it, but maybe there's CSS involved to overlap and blend images?

Jason
Reply With Quote

  #2 (permalink)  
Old Aug 19th, 2007, 22:05
SuperMember

SuperMember
Join Date: Sep 2006
Location: Pink House
Posts: 3,946
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Textured backgrounds with pretty bits

That parchment paper is all one graphic. Right click over it and "view background image". You'll see it's all one and made in a graphics program.
Reply With Quote
  #3 (permalink)  
Old Aug 19th, 2007, 22:08
SuperMember

SuperMember
Join Date: Sep 2006
Location: Pink House
Posts: 3,946
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Textured backgrounds with pretty bits

Oh and just in case I didn't read that correctly, if you were wondering how they got that brown edge around the parchment paper. They did use a div as an wrapper and added a border and background color to it.
Code: Select all
#outer-wrapper {
	background-color:#473624;
	border-left:1px solid #332A24;
	border-right:1px solid #332A24;
	width:700px;
	margin:0px auto;
        padding:8px;
	text-align:center;
        font: normal normal 100% Georgia, Times New Roman,Sans-Serif;;
}
Reply With Quote
Reply

Tags
textured background

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Pretty please review my site thank you! computerpeople Free Web Site Critique 10 May 19th, 2008 00:21
What flash bits could/should I add to my site? Zonglars Flash & Multimedia Forum 6 Dec 3rd, 2007 13:58
Flash is cutting off bits of my text...any ideas? Darkflame Flash & Multimedia Forum 2 Mar 19th, 2007 14:16
im pretty sure the answer to this question is no but.... heyo Web Page Design 2 Mar 2nd, 2007 21:39
Really pretty clueless on JS cullinanweb JavaScript Forum 1 Oct 20th, 2006 20:48


All times are GMT. The time now is 02:59.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43