Page 1 of 1

Image behind menu?

Posted: Sat Apr 07, 2012 9:50 am
by jayson.ph
Hi all.

is there a way, to put image behind list menu, using php code? see below image..

Image

Re: Image behind menu?

Posted: Mon Apr 09, 2012 2:01 pm
by tr0gd0rr
You'll want to use a CSS background-image. If you need to dynamically specify the image path using php, you can do something like `<div style="background-image: url(<?php echo $imageUrl?>)">...</div>`