Random banner generation?
m.e. - May 21, 2009 - 02:13
| Project: | Themer |
| Version: | 6.x-2.0-3 |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Hi,
We'd like to have random header background images behind our logo. Is this something Themer can help with? If so, can you point me to the documentation that explains how? Thanks.
m.e.

#1
Use a random body class, then switch the background like below:
body.random-1 #header {
...
}
body.random-2 #header {
...
}