Results 1 to 4 of 4

Thread: News Updater IE5+

  1. #1
    Join Date
    May 2007
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question News Updater IE5+

    Hi,
    New to web site development and getting a lot of help on Dynamicdrive - excellent site!

    I used the News Updater IE5+ script and had a couple of questions regarding modification. First - can I code the message to open a pdf file onclick?

    Secondly, text color and font options were explained. Can I change the font size or use a picture in lieu of text?

    Thanks for any help you can provide!

    Arrranhuis

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    Warning: Please include a link to the DD script in question in your post. See this thread for the proper posting format when asking a question.

  3. #3
    Join Date
    May 2007
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question

    With apologies, DDAdmin. I'm a quick learner.

    Script DD News Updater IE5+
    http://www.dynamicdrive.com/dynamicindex2/scroller1.htm
    This script offers variables for font color and font type. How can I change font size? And, can I use a picture in lieu of text?

    Also, is it possible to launch a pdf file onclick()?

    Thanks in advance,

    Arranhuis

  4. #4
    Join Date
    Feb 2007
    Posts
    293
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    That's an older script that would need revision to work with browsers other than older IE ones. You should consider a newer script like http://www.dynamicdrive.com/dynamici...e-scroller.htm or others located at http://www.dynamicdrive.com/dynamicindex2/

    To answer your questions, you would change font-size here:

    #whatsnew, #temp {font-weight:bold; font-family:Arial; font-size:7px;}

    Just replace it with whatever you're using for font. And yes, you can make it go to a pdf or use an image:

    tickers[0]='<a href="0.pdf"><img src="smile0.gif" />This is message 0</a>'

    But again, you really should look for a script that works with browsers other than IE.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •