Hi:
I would like to add in the main page this script:
Marquee Emulator - Vertical Scroller
Anybody know how and where must add this code?
Thanks a lot
Note: I'm working with Pligg 9.9.5
![]() |
| | LinkBack | Thread Tools | Display Modes |
| |||
| How to add this Framed Vertical Scroller Last edited by nuki; 08-24-2008 at 01:38 PM.. |
| |||
|
Anbody have any code to add a similar marquee in the main page of our pligg site?
|
| |||
|
Where exactly would you want that to show up at?
__________________ OSS Supporter. |
| The Following User Says Thank You to method20 For This Useful Post: | ||
| |||
|
Hi method20: My pligg site is Sukun...za!. And I'd like to put a marquee with some news at top of the main page. For example, here ![]() Can you help me? Thanks |
| |||
|
I have a working Marquee js. It is from dynamic drive but does the same. I added an include to scroll the top stories of the whole site on the front page, and it will change to show the top stories in a category, when in it. Download the ZIP And add marquee.js in the js folder, and put marquee_stories in the root. open pligg.tpl and put in the <head> section; Code: <script src="{$my_pligg_base}/js/marquee.js" type="text/javascript"></script>
Code: {if $pagename neq "story"}
<div id="marqueecontainer" onMouseover="copyspeed=pausespeed" onMouseout="copyspeed=marqueespeed">
<div id="vmarquee" style="position: absolute; width: 98%;">
{* ----- show the marquee ----- *}
{php}include('marquee_stories.php');{/php}
{* ---------------------------------------- *}
</div>
</div>{/if}
Code: #marqueecontainer{
position: relative;
width: 500px; /*marquee width */
height: 100px; /*marquee height */
background-color:#ffffff;
overflow: hidden;
border:1px solid #000000;
padding: 2px;
padding-left: 4px;
margin-left:100px;
__________________ OSS Supporter. Last edited by method20; 09-12-2008 at 12:59 AM.. |
| The Following User Says Thank You to method20 For This Useful Post: | ||
| |||
|
Thanks a lot method20 I've used your code with my marquee code and now it's run!!! You can see my new marquee here: Sukun...za! Thaks again method20 |
![]() |
« Previous Thread
|
Next Thread »
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Option buttons : From horizental to vertical position | peaux | "yget" | 2 | 09-20-2007 10:52 AM |
| CSS vertical spacing problem (IE6 vs FF2) | bios10h | Template Support | 1 | 04-09-2007 11:02 PM |
| open link in framed page | londoncowgirl | Modification Tutorials | 8 | 07-18-2006 11:36 AM |





Linear Mode

