ilikephp Posted June 3, 2008 Share Posted June 3, 2008 Hello everybody Is there an easy way to create a news bar box that goes vertically? (All my news will be displayed one by one automatically) Thanks.. Link to comment https://forums.phpfreaks.com/topic/108493-solved-creating-a-news-bar-box/ Share on other sites More sharing options...
LooieENG Posted June 3, 2008 Share Posted June 3, 2008 <ul> <li>1</li> <li>2</li> <li>3</li> <li>4</li> </ul> Is that what you mean? :-\ Link to comment https://forums.phpfreaks.com/topic/108493-solved-creating-a-news-bar-box/#findComment-556947 Share on other sites More sharing options...
ilikephp Posted June 4, 2008 Author Share Posted June 4, 2008 hello, I meant a news bar that contains updated news about my site and scrolls automatically. Here is an example: http://www.littleflower.org/ (corner, to the left) Thanks... Link to comment https://forums.phpfreaks.com/topic/108493-solved-creating-a-news-bar-box/#findComment-557193 Share on other sites More sharing options...
calabiyau Posted June 4, 2008 Share Posted June 4, 2008 Not really a CSS issue. The marquee tag may be able to do what you want or javascript. Link to comment https://forums.phpfreaks.com/topic/108493-solved-creating-a-news-bar-box/#findComment-557324 Share on other sites More sharing options...
LooieENG Posted June 4, 2008 Share Posted June 4, 2008 http://www.littleflower.org/includes/vscroll.js <div class="dj_container" style="color:#ffffff;"> <div id="dj_scroller" onMouseover="copyspeed=pausespeed" onMouseout="copyspeed=marqueespeed"> <div id="vmarquee" style="position: absolute; width: 98%;"> <p>Journal your daily thoughts and experiences in this new unique Reflections of my Soul Journal. Visit <a href="http://www.littleflower.org/offerings/celebrations/"><font color="FFFFFF">here</a> to view and request this 20 page booklet filled with quotes of St. Therese and space for your written daily reflection.</font></p><p>We are now offering beautiful specially designed All Occasion Cards. Send a prayer filled Birthday, Get Well, Thank You, or Special card to a friend or loved one. Visit <a href="http://www.littleflower.org/offerings/celebrations/"><font color="FFFFFF">here</a> to view and request these unique St. Therese cards .</font></p> </div> </div> </div> Take a look at that to get an idea Link to comment https://forums.phpfreaks.com/topic/108493-solved-creating-a-news-bar-box/#findComment-557784 Share on other sites More sharing options...
ilikephp Posted June 4, 2008 Author Share Posted June 4, 2008 should I need to paste the code? where can I find plz the vscroll.js? coz I am not familiar with this :S Thxx Link to comment https://forums.phpfreaks.com/topic/108493-solved-creating-a-news-bar-box/#findComment-557839 Share on other sites More sharing options...
LooieENG Posted June 4, 2008 Share Posted June 4, 2008 I gave the link to vroll.js http://www.littleflower.org/includes/vscroll.js Just include it with <html> <head> <title>Page</title> <script src="http://www.littleflower.org/includes/vscroll.js"></script> </head> <body> </body> </html> Link to comment https://forums.phpfreaks.com/topic/108493-solved-creating-a-news-bar-box/#findComment-557983 Share on other sites More sharing options...
ilikephp Posted June 5, 2008 Author Share Posted June 5, 2008 it works now (Y) but how can I put in inside a cell to change the size, to make it smaller, and the file vscroll.js can it be downloaded so I can put it in my site? Thxxx Link to comment https://forums.phpfreaks.com/topic/108493-solved-creating-a-news-bar-box/#findComment-558294 Share on other sites More sharing options...
LooieENG Posted June 5, 2008 Share Posted June 5, 2008 File > Save Page As Link to comment https://forums.phpfreaks.com/topic/108493-solved-creating-a-news-bar-box/#findComment-558503 Share on other sites More sharing options...
ilikephp Posted June 5, 2008 Author Share Posted June 5, 2008 Thanks LooieENG Link to comment https://forums.phpfreaks.com/topic/108493-solved-creating-a-news-bar-box/#findComment-558565 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.