I've been trying to without luck add more sections with the sliding background effect, such as in the "your way" or twitter sections. Can you please help?
Mon, 06/22/2015 - 21:06
No Universal solution fits all special business requirements. Our experienced team is ready with ideas and state-of-the-art technical solutions to consult the best solution within your budget.
Hi,
You can try this way:
1. Add section as you want
2. Use the following code:
#your-way {
background: url("http://demo.megadrupal.com/d7/md-max/sites/all/themes/md_max/images/quot...") no-repeat fixed left top / cover ;
}
remember to edit id and url image (because it is only an example).
3. Add code to css file then it's done.