Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
0

solution to create scrolling "news" on website which client can update

Participant ,
Feb 02, 2008 Feb 02, 2008

Copy link to clipboard

Copied

Hello all,I'd like to create a news scroller for a client website i am building where they can update the content in a MySQL database and the results get pulled ino the site into a scroller feature that will transition through all the topics listed.  Can anyone point me in the right direction or assit me in getting started?  I realize that Java is probably the best solution but wasn't sure if Spry might also be a possiblity.  Thanks in advance for the help..Josh Henry
TOPICS
Server side applications

Views

265
Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Feb 03, 2008 Feb 03, 2008

Copy link to clipboard

Copied

What I use is pretty simple and it suits me fine and the look and feel
was ok'ed by the deisgner and seems to please people using this site
(www.brittanyclub.org)

a div with a auto over flow as exampled below

.GeneralNews {
overflow: auto;
left: 5px;
top: 180px;
right: 340px;
position: relative;
height: 342px;
width: 300px;

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Feb 03, 2008 Feb 03, 2008

Copy link to clipboard

Copied

LATEST
thanks, that is essentially what i am going for, however, i'd like it to auto scroll through all the elements it pulled from the database in a "page-by-page" transition. How to achieve the scrolling action is what i am looking for.

Josh

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines