|
|||||||
| HTML Discussion and technical support for building, using and deploying HTML sites. |
![]() |
|
|
Thread Tools | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
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 |
|
#2
|
||||
|
||||
|
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 |
|
#3
|
|||
|
|||
|
Quote:
Thankyou Quote:
Quote:
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 ? |
|
#4
|
||||
|
||||
|
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 |
|
#5
|
|||
|
|||
|
scrolling text area disables live links
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|