Options in css

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pavanpvss
    New Member
    • Apr 2008
    • 9

    Options in css

    hi,
    Could anybody tell me how to get scrolling option to a text in css?
  • Death Slaught
    Top Contributor
    • Aug 2007
    • 1137

    #2
    Are you asking if it's possible for the user to select an option on that option appears as plain text somewhere? If so then you would need a client-side langauge, I suggest asking in our JavaScript forum.

    If that is not the case then please specify your problem.

    Thanks, Death

    Comment

    • pavanpvss
      New Member
      • Apr 2008
      • 9

      #3
      dear deadth,
      Actually i have developed a screen.outside the table on the top of a screen i have given a text which is in another table. I have given
      text-decoration: blink option, so the text is blinking. I am asking whether there is an option like text-decoration : scroll so that the text, which is a hyperlink scrolls from left to right. Ofcourse we have <marquee direction>
      option in html. But i am looking for the option in css.

      cheers,
      pavan

      Comment

      • Death Slaught
        Top Contributor
        • Aug 2007
        • 1137

        #4
        Sorry CSS can't manipulate HTML in that way. Your best bet would be to ask in our JavaScript forum.


        Thanks, Death

        Comment

        Working...