www.webdeveloper.com
Recent Articles
  • Finding Slow Running Queries in ASE 15
  • A More Advanced Pie Chart for Analysis Services Data
  • Adobe AIR Programming Unleashed: Working with Windows
  • Performance Testing SQL Server 2008's Change Data Capture Functionality
  • The ABC's of PHP: Introduction to PHP
  • How to Migrate from BasicFiles to SecureFiles Storage
  • Why the Twitter Haters Are Wrong
  • User Personalization with PHP: Beginning the Application
  • Whats in an Oracle Schema?
  • Lighting Enhancement in Photoshop
  •  

    Go Back   WebDeveloper.com > Client-Side Development > Graphics

    Graphics Discussion and technical support for creating and editing graphics for the web.

    Reply
     
    Thread Tools Search this Thread Rate Thread Display Modes
      #1  
    Old 02-13-2003, 06:03 AM
    blue143 blue143 is offline
    Registered User
     
    Join Date: Feb 2003
    Location: Israel
    Posts: 11
    Unhappy how do I do this ? (please help)

    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...
    Reply With Quote
      #2  
    Old 02-13-2003, 10:14 AM
    Zach Elfers Zach Elfers is offline
    Registered User
     
    Join Date: Nov 2002
    Posts: 631
    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>
    Reply With Quote
      #3  
    Old 02-13-2003, 01:08 PM
    blue143 blue143 is offline
    Registered User
     
    Join Date: Feb 2003
    Location: Israel
    Posts: 11
    Thumbs up nice

    it works


    thanks alot !
    __________________
    -----------------------------------
    The net Is The Future...
    Reply With Quote
    Reply

    Bookmarks


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

    Advanced Search
    Display Modes Rate This Thread
    Rate This Thread:

    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 Off
    HTML code is Off
    Forum Jump


    All times are GMT -5. The time now is 07:17 PM.



    Acceptable Use Policy

    internet.comMediabistrojusttechjobs.comGraphics.com

    WebMediaBrands Corporate Info


    Advertise | Newsletters | Feedback | Submit News

    Legal Notices | Licensing | Permissions | Privacy Policy

    Powered by vBulletin® Version 3.7.3
    Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.