-
AuthorPosts
-
smartmax Friend
smartmax
- Join date:
- May 2008
- Posts:
- 538
- Downloads:
- 159
- Uploads:
- 218
- Thanks:
- 72
- Thanked:
- 7 times in 3 posts
October 22, 2015 at 1:41 pm #706544Hi Guys,
I would like to make a background pattern on our website: http://www.sanders.nl
But the page itself has to stay white – only shown on the left and right.
the name of the background-image-pattern=background.png (small image)It has to repeat than afcourse
Can somebody give me the magical code? 🙂
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
October 22, 2015 at 3:01 pm #706601Wondering if this little trick may assist you . . . . https://css-tricks.com/multiple-backgrounds-left-half-and-right-half/
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
October 22, 2015 at 3:01 pm #752518Wondering if this little trick may assist you . . . . https://css-tricks.com/multiple-backgrounds-left-half-and-right-half/
smartmax Friendsmartmax
- Join date:
- May 2008
- Posts:
- 538
- Downloads:
- 159
- Uploads:
- 218
- Thanks:
- 72
- Thanked:
- 7 times in 3 posts
October 22, 2015 at 3:12 pm #706605Thanks Tom for you’re effort and answer.
I put the code in custom.css
but it just don’t seem to work.. :-[smartmax Friendsmartmax
- Join date:
- May 2008
- Posts:
- 538
- Downloads:
- 159
- Uploads:
- 218
- Thanks:
- 72
- Thanked:
- 7 times in 3 posts
October 22, 2015 at 3:12 pm #752522Thanks Tom for you’re effort and answer.
I put the code in custom.css
but it just don’t seem to work.. :-[TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
October 22, 2015 at 3:13 pm #706606Are you using a particular template color theme for this site?
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
October 22, 2015 at 3:13 pm #752523Are you using a particular template color theme for this site?
smartmax Friendsmartmax
- Join date:
- May 2008
- Posts:
- 538
- Downloads:
- 159
- Uploads:
- 218
- Thanks:
- 72
- Thanked:
- 7 times in 3 posts
October 22, 2015 at 3:18 pm #706607Hi Tom,
It is the standard JA Teline Magazine lay-out, no particuliar theme or color(?)
smartmax Friendsmartmax
- Join date:
- May 2008
- Posts:
- 538
- Downloads:
- 159
- Uploads:
- 218
- Thanks:
- 72
- Thanked:
- 7 times in 3 posts
October 22, 2015 at 3:18 pm #752524Hi Tom,
It is the standard JA Teline Magazine lay-out, no particuliar theme or color(?)
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
October 23, 2015 at 4:47 am #706671How did you add code for this in ‘custom.css’ file?
You can put it here so that I can take a look and also tell me the path to that image background.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
October 23, 2015 at 4:47 am #752587How did you add code for this in ‘custom.css’ file?
You can put it here so that I can take a look and also tell me the path to that image background.
smartmax Friendsmartmax
- Join date:
- May 2008
- Posts:
- 538
- Downloads:
- 159
- Uploads:
- 218
- Thanks:
- 72
- Thanked:
- 7 times in 3 posts
October 23, 2015 at 8:12 am #706709Goodmorning Saguaros,
Here’s the code in the custom.css
#leftHalf {
background: url(../images/background.png);
width: 50%;
left: 0px;
height: 100%;
}
#rightHalf {
background: url(../images/background.png);
width: 50%;
right: 0px;
height: 100%;
}
smartmax Friendsmartmax
- Join date:
- May 2008
- Posts:
- 538
- Downloads:
- 159
- Uploads:
- 218
- Thanks:
- 72
- Thanked:
- 7 times in 3 posts
October 23, 2015 at 8:12 am #752605Goodmorning Saguaros,
Here’s the code in the custom.css
#leftHalf {
background: url(../images/background.png);
width: 50%;
left: 0px;
height: 100%;
}
#rightHalf {
background: url(../images/background.png);
width: 50%;
right: 0px;
height: 100%;
}
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
October 26, 2015 at 1:35 am #752725These divs: #leftHalf or #rightHalf don’t exist in our template, it’s sample from tips above that TomC gave you.
With layout of this template, it’s hard to add that rule without customising layout of template. You can try with background image as Events page.
smartmax Friendsmartmax
- Join date:
- May 2008
- Posts:
- 538
- Downloads:
- 159
- Uploads:
- 218
- Thanks:
- 72
- Thanked:
- 7 times in 3 posts
October 29, 2015 at 10:53 am #719902Hi Saguaros,
Thank you for you’re answer.
I got a background in the events-layout:
http://www.sanders.nl/index.php/kerstkaartenBut how can I show this background also in the magazine lay-out?
http://www.sanders.nl/index.php -
AuthorPosts
This topic contains 42 replies, has 3 voices, and was last updated by smartmax 9 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum