Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Marquee problemMarquee problem
Previous
 
Next
New Post
1/13/2008 2:36 AM
 

hi
i'm using a marquee to display some images, here is the code

 

Panel1.Controls.Add(New LiteralControl("<marquee id='marq' onmouseover='this.stop();' onmouseout='this.start();' loop='infinite' behavior='scroll' width='100%' scrolldelay='0' scrollAmount='2' direction='left'>"))

For j As Integer = 0 To dt.Rows.Count - 1
          Panel1.Controls.Add(New LiteralControl("<img src='x.jpg' />"))
Next

Panel1.Controls.Add(New LiteralControl("</marquee>"))

here is the problem; the marquee behavior is scroll, & the direction is left, according to that wht is supposed to happen is that the image start scrolling (from right) from the beginning of the marquee area to reach the end of it (the left) & then start over again and again
wht is actually happening is that it doesn't start scrolling from the right of the area, instead it appears at once then start scrolling from left! & when the images goes out & supposed to start scrolling over again it take a long time

this happens only when there is an image in the marquee, if i put anything else other than an image it goes fine
i tried it in a simple html page it went fine, but not in my project

any ideas???
thnx in advance

 
New Post
1/13/2008 5:50 AM
 

problem solved!

it was taking a class that contains direction:rtl, when i removed it the problem got solved

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Marquee problemMarquee problem


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out