www.webdeveloper.com
Recent Articles
  • Finding Slow Running Queries in ASE 15
  • A More Advanced Pie Chart for Analysis Services Data
  • Adobe AIR Programming Unleashed: Working with Windows
  • Performance Testing SQL Server 2008's Change Data Capture Functionality
  • The ABC's of PHP: Introduction to PHP
  • How to Migrate from BasicFiles to SecureFiles Storage
  • Why the Twitter Haters Are Wrong
  • User Personalization with PHP: Beginning the Application
  • Whats in an Oracle Schema?
  • Lighting Enhancement in Photoshop
  •  

    Go Back   WebDeveloper.com > Client-Side Development > HTML

    HTML Discussion and technical support for building, using and deploying HTML sites.

    Reply
     
    Thread Tools Rate Thread Display Modes
      #1  
    Old 02-08-2010, 10:15 PM
    Morph Morph is offline
    Registered User
     
    Join Date: Feb 2010
    Posts: 4
    scrolling text area disables live links

    Bear with me here I'm a complete noob with code. I've only learned how some
    of the code on my website works. How to arrange small easy tags etc..

    Here's my problem # 1

    I have a form scrollable textarea but that text area disables any type of Html or Live Link.

    Anybody have any clues for me enable Live Link URLs ?


    I can't get any Link like this one ( <a url="http://www.I'm confused.com/avail4.htm"> Avail dummmy </a> )
    to work/operate live

    Here below is some Form text area code to my issue

    <table cellspacing="0" cellpadding="0" width="394" border="0">
    <tbody>
    <tr>
    <td>
    <form name="form1" action="" method="post">
    <div align="center"><textarea class="unnamed1" title="textarea" rows="10"
    readonly="readonly" cols="38"> Blah , Blah , Blah text
    <a url="http://www.I'm confused.com/avail4.htm"> Avail dummmy </a>


    Blah , Blah , Blah more text

    </textarea></div></form></td></tr></tbody></table></td>


    Anyway that I can make that Link with in that scrollable text form to work/operate live ?

    Thanks for your patience and any advice !


    -----------------------------------------------------
    Problem # 2
    _______________________________________________________


    I also have question about a custom colored scroll bar

    In I.E. the scroll bar is a customized color display

    The code is only I.E. compatible not FF or Google Chrome

    [u] I believe is the code that controls the scroll bar/U]

    //-->
    </script>
    <style>A {
    TEXT-DECORATION: none
    }
    BODY {
    SCROLLBAR-FACE-COLOR: #333333; SCROLLBAR-HIGHLIGHT-COLOR: #CC33CC; SCROLLBAR-SHADOW-COLOR: #000000; SCROLLBAR-3DLIGHT-COLOR: #000000; SCROLLBAR-ARROW-COLOR: #CC33CC; SCROLLBAR-TRACK-COLOR: #5A5A5A; SCROLLBAR-DARKSHADOW-COLOR: #CC33CC
    }</style>
    <style>A:hover {
    COLOR: #ffffff
    }</style>

    ------------------------------------------------------------

    Any suggestions to make this custom colored scroll bar operate in FF & Google Chrome ?


    Thanks for any suggestion on both questions
    Reply With Quote
      #2  
    Old 02-09-2010, 01:17 AM
    Fang's Avatar
    Fang Fang is offline
    Resistance is futile
     
    Join Date: Apr 2003
    Location: Netherlands
    Posts: 20,058
    1. html does not work in a textarea, it's text only.

    2. That is IE propriety code. For other browsers use dhtml scrollbars
    __________________
    At least 98% of internet users' DNA is identical to that of chimpanzees
    Reply With Quote
      #3  
    Old 02-09-2010, 01:32 AM
    Morph Morph is offline
    Registered User
     
    Join Date: Feb 2010
    Posts: 4
    Quote:
    Originally Posted by Fang View Post
    1. html does not work in a textarea, it's text only.

    2. That is IE propriety code. For other browsers use dhtml scrollbars

    Thankyou


    Quote:
    1. html does not work in a textarea, it's text only.
    So There's absolutely no command that will change that ? Gotcha

    Quote:
    2. That is IE propriety code. For other browsers use dhtml scrollbars
    I will see if I can make heads or tails out of that.
    I did create a couple Drop down menus few years ago DHTML

    So I would just insert the DHTML command underneath the I.E. propriety code ?
    to gain the FF / Goog custom scrollbar affect I'm after ?
    Reply With Quote
      #4  
    Old 02-09-2010, 02:12 AM
    Fang's Avatar
    Fang Fang is offline
    Resistance is futile
     
    Join Date: Apr 2003
    Location: Netherlands
    Posts: 20,058
    2. It's not a command. It's css and a lot of JavaScript.
    __________________
    At least 98% of internet users' DNA is identical to that of chimpanzees
    Reply With Quote
      #5  
    Old 02-09-2010, 02:32 AM
    Morph Morph is offline
    Registered User
     
    Join Date: Feb 2010
    Posts: 4
    scrolling text area disables live links

    Quote:
    Originally Posted by Fang View Post
    2. It's not a command. It's css and a lot of JavaScript.
    Yes forgive my lack of proper vocabulary

    css & js would fill up quite a bit of space-- several lines of code compared to
    those just few lines IE requires to accomplish that effect.

    Thanks for the pointer
    Reply With Quote
    Reply

    Bookmarks


    Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
     
    Thread Tools
    Display Modes Rate This Thread
    Rate This Thread:

    Posting Rules
    You may not post new threads
    You may not post replies
    You may not post attachments
    You may not edit your posts

    BB code is On
    Smilies are On
    [IMG] code is Off
    HTML code is Off
    Forum Jump


    All times are GMT -5. The time now is 01:22 PM.



    Acceptable Use Policy

    Internet.com
    The Network for Technology Professionals

    Search:

    About Internet.com

    Legal Notices, Licensing, Permissions, Privacy Policy.
    Advertise | Newsletters | E-mail Offers

    Powered by vBulletin® Version 3.7.3
    Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.