Old 13-12-2006, 17:17   #1 (permalink)
swiecki
Registered User
 
Join Date: Oct 2006
Posts: 80
How To Code Diagonal line BG

Hey does anyone have any idea how i would cold a diagonal line background using css???
  Reply With Quote
Old 13-12-2006, 17:31   #2 (permalink)
pgo
Senior Member
 
Join Date: Jan 2005
Posts: 12,340
Get your image that will tile and use:

background: url(/path/to/image.gif) repeat top left;
  Reply With Quote
Old 13-12-2006, 17:32   #3 (permalink)
Larixk
Senior Member
 
Larixk's Avatar
 
Join Date: Sep 2006
Location: Utrecht, Netherlands
Posts: 1,052
Send a message via MSN to Larixk
by making a small pattern in photoshop and adding this as repeated background-image in css.
Code:
body{ background-image: url(yourPattern.gif); }

right, what he said. ^
  Reply With Quote
Old 13-12-2006, 17:37   #4 (permalink)
swiecki
Registered User
 
Join Date: Oct 2006
Posts: 80
nice thanks alot
  Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search


Contact Us - Web Design Forums - Archive - Top
Search Engine Optimization by vBSEO 3.0.0 RC8