Viewing Animate AND tile background

Animate AND tile background



User: JR K. 11 years ago
Hi I would like to animate gif background I have but I also need to the have it tiled I have already tried some widgets but non of them tile, any suggestions?
User: Roddy 11 years ago
Drag the GIF into the Assets column.
Paste this code into the Head Code box in the page inspector…

<style type="text/css">
body {
background-image: url('filename.gif');
background-repeat: repeat-xy;
}
</style>
Control (right) click on the GIF in the Assets column to copy the relative file path.
Paste this into the above code to replace filename.gif
Click on empty space in the design canvas and publish

I assume you would only want this on one page of the site. If you are going to put it in every page, paste the code into the Head Code box in the SIte Publish Settings page.

NOTE: If you are using any other widgets, this irritating background will appear as the background of every one in EverWeb. Put the code in last - just before publishing.

-------------------------------
Roddy

Website: http://everwebwidgets.com
Contact: http://everwebwidgets.com/ewWidgets-home/contact.html
NOTE: I am an EverWeb user and NOT affiliated with EverWeb! Any opinions expressed in this forum are my own.
✔ Best Answer  
User: JR K. 11 years ago
Thank You For The Help! :)


Post Reply
You must login or signup to post.