|
|||||||
| Graphics Discussion and technical support for creating and editing graphics for the web. |
![]() |
|
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
i wanna make that so common background effect that many web-site designs have.
http://www.graphikworkshop.com/index.php browse to the address above, you'll see the white background on the left and right of the template, it has lite stripes all over it. i know it can be done using a tiny GIF image but i know there is a way to do it using CSS or something.. if anybody have a clue please help. thanks Dave
__________________
----------------------------------- The net Is The Future... |
|
#2
|
|||
|
|||
|
You should use a gif image. Make it 10x10 with the line running through the center. Than use CSS to add it:
<style type="text/css"> <!-- body { background-image:url("stripedBackground.gif"); background-repeat:repeat-x repeat-y; background-color:#ffffff; background-attachment:fixed OR scroll; } --> </style> |
|
#3
|
|||
|
|||
|
it works
thanks alot !
__________________
----------------------------------- The net Is The Future... |
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|