Welcome to TalkGraphics.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Mar 2010
    Location
    New Brunswick Canada
    Posts
    63

    Default Background times two

    How would one translate this for use in XDPro6. It is a gradient on repeating x across the page followed by a centered background in the top centre that fits seamless.

    Code:
    html {
    	background: #73ADD7 url(../images/gradient.gif) repeat-x;
    }
    Then a centered logo in the background as well like this
    Code:
    body {
    padding: 0;
    	margin: 0;
    	
    	background: url(../images/sky.jpg) no-repeat center top;}
    Any ideas?

    Cheers

  2. #2
    Join Date
    Dec 2000
    Location
    Hautes Pyrénées, France
    Posts
    5,083

    Default Re: Background times two

    Should be evident from the attached but if not check out this workbook:

    http://www.xaraxone.com/webxealot/wo...workbook_2.htm
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	tiled_background.jpg 
Views:	129 
Size:	18.4 KB 
ID:	74747  
    Attached Files Attached Files

  3. #3
    Join Date
    Dec 2000
    Location
    Hautes Pyrénées, France
    Posts
    5,083

    Default Re: Background times two

    Variation on a theme
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	tiled_background.jpg 
Views:	121 
Size:	27.8 KB 
ID:	74754  
    Attached Files Attached Files
    Last edited by Big Frank; 22 July 2010 at 01:54 AM.

  4. #4
    Join Date
    Dec 2000
    Location
    Hautes Pyrénées, France
    Posts
    5,083

    Default Re: Background times two

    Another variation
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	tiled_background1.jpg 
Views:	127 
Size:	155.3 KB 
ID:	74753  
    Attached Files Attached Files

  5. #5
    Join Date
    Mar 2010
    Location
    New Brunswick Canada
    Posts
    63

    Default Re: Background times two

    Terrific!

    Thank you beretgascon for the examples and guiding me in the right direction on this.



    Cheers

 

 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •