marquee_block.css |
marquee_block.css |
|
#marquee-scroller {
background-color: #000000;
color: yellow;
}
#marquee-scroller-inner {
padding: 5px;
} |
marquee_block.info |
marquee_block.info |
|
name = Marquee Block
package = Other
description = Provides customizable scrolling marquee block
version = 6.x-1.0-dev
core = 6.x |
marquee_block.module |
marquee_block.module |
|
|
README.txt |
README.txt |
|
To use this module, download the jquery marquee plugin from here:
https://gist.github.com/2484402
and put it into this module's directory as jquery.marquee.js
This module exposes a block called "Scrolling Marquee" that you can… |