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.
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="background:BEB3A7" code into the <option> element - where BEB3A7 is the color needed. Note, does not work with #in front of color code...
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="background:BEB3A7" inside the code as below
<cfoutput query="Recordset1">
<option...
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...
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...
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
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 !
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...
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.
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...
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...
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.