Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. buddyholly

    form - textarea element - dynamic content - color control

    thanks bombboy - that works.
  2. buddyholly

    Form/Text area - dynamic content - how to change color ?

    Thanks again to everyone - I'm a bit new to this CSS stuff so forgive my confusion. I've learned a lot with this. Really appreciate your taking the time.
  3. buddyholly

    Form/Text area - dynamic content - how to change color ?

    Dan please accept my apologies, I was'nt trying to be a smart è-è-.
  4. buddyholly

    Form/Text area - dynamic content - how to change color ?

    Your right, its a select box
  5. buddyholly

    form - textarea element - dynamic content - color control

    Just figured this out so I'll answer my own question - maybe useful to someone trick it to change the above code as follows - ie insert the STYLE=&quot;background:BEB3A7&quot; code into the <option> element - where BEB3A7 is the color needed. Note, does not work with #in front of color code...
  6. buddyholly

    Form/Text area - dynamic content - how to change color ?

    many thanks Dan for the reply. No, its the textarea element not the submit button. I think I have figured this out. The trick seems to be to insert STYLE=&quot;background:BEB3A7&quot; inside the code as below <cfoutput query=&quot;Recordset1&quot;> <option...
  7. buddyholly

    Form/Text area - dynamic content - how to change color ?

    I need to change the color of the textarea element - which I populate dynamically via coldfusion. Not a problem if the menu items are static, but cant get if for dynamic situaion. Tried css stylesheet TEXTAREA { background-color:blue; } but that does not work. Heres the...
  8. buddyholly

    form - textarea element - dynamic content - color control

    I need to change the color of the textarea element - which I populate dynamically via coldfusion. Not a problem if the menu items are static, but cant get if for dynamic situaion. Tried css stylesheet TEXTAREA { background-color:blue; } but that does not work. Heres the...
  9. buddyholly

    How to color dynamic list menu (Cold fusion context)

    I have a list menu, dynamically populated - but cant figure out how to define the color of the inside of the menu. I can do it for a non dynamic menu, but the same approach does not work for dynamic. Many thanks in advance for any help
  10. buddyholly

    backbutton - stopping multi-click souds on activating

    tks, btw, just got a mail from a friend using IE/XPprof and he says it works fine. Got to be something to do with my desktop set up. FYI I will let you know if I sort it out. Its a little bizzzzarrreee thanks again !
  11. buddyholly

    backbutton - stopping multi-click souds on activating

    thanks very much for trying it. I have now tried it out on my desktop using Netscape 7 and its works fine. Then I also tried it out on an old win98 mahine I have and that worked. I think I have a problem with my desktop xpprof/IE 6.4 combo. was going to upload the fla, but realized it was 45...
  12. buddyholly

    backbutton - stopping multi-click souds on activating

    Great ! many many thanks the link is http://coin-des-artistes.com/corbis/
  13. buddyholly

    backbutton - stopping multi-click souds on activating

    many thanks for the help. Tried it out, but there is a problem because I have background music playing, and that gets cut as well as the redundant clicks.
  14. buddyholly

    backbutton - stopping multi-click souds on activating

    Everythings fine when I test the movie - but on trying it out on the server, I get this 'click click click click..' ie multiple click sounds, rapidly occuring. THis only happens with the back button. I'm happy to turn off the clicking sounds altogether to solve this ! Related info using...
  15. buddyholly

    Date format problem - between access and coldfusion

    Many thanks !!! thats fixed it james [bigsmile]
  16. buddyholly

    Date format problem - between access and coldfusion

    I am using access as the database with coldfusion/dreamweaver MX. One of the fields in the access database is for dates. I have access stamping the date automatically whenever a new record is created. I have chosen default value Date() and format Short Date However Access seems to insist on...
  17. buddyholly

    Coldfusion input form corrupts french lang symbols é, ê etc

    Many thanks !!!!! that works perfectly. Just for interest though, in trying to figure this out, I noted that the entry to the database was corrupted, but I if manually fixed the database entry then the resutlts page was ok. I gather from your reply that was not your experience ? ANYHOW, thanks...
  18. buddyholly

    Coldfusion input form corrupts french lang symbols é, ê etc

    Hi, I am developing an application for French users. If I input by coldfusion form a piece of text which contains a unique french letter like é ç ê - it gets corrupted, when coldfusion inserts it into the database. The user pages is therefore presented with corrupted french letters If I correct...
  19. buddyholly

    coldfusion shared hosting service provider ?

    Anyone got a recommendation for a service provider. I have been developing an application on my desktop server and am about to publish it. I need a shared hosting plan. The best I have found from surfing is CrystalTech, but, they charge and extra 10 dollars per month if you need a custom tag...
  20. buddyholly

    CSS and Coldfusion - support for tags

    Wullie, thanks for the input - I had forgotten about the application.cfm approach - got to b ruch up on that, have not used it for client variables as yet. I got a solution to my 'recordset tags' problem using standard css. FYI heres what I did 1 created a style sheet and embedded in it a class...

Part and Inventory Search

Back
Top