Thanks!
Main Topics
Browse All TopicsHello Experts,
I have created an autosuggest cfc that pulls items from a database, and am trying to style the CSS. Everything I've read says I need to get the directory CFIDE/scripts/ajax. I can't access it, but have written to my webhost to try to get access. I can access the files themselves in a browser (i.e. www.ourdomain.edu/CFIDE/sc
I think once I get the files, I'm supposed to put a tag somewhere called <cfajaximport csssrc="/path_to_files/">.
Thank you in advance for your help!
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: azadisaryevPosted on 2009-08-25 at 08:54:30ID: 25178906
you DO NOT need to use <cfajaximport csssrc="..."> IF the scripts folder is in its default location (/CFIDE/scripts).
og/index.c fm/2008/11 /3/styling -the- auto- suggest-co ntrol
if you want to change the styles of autosuggest drop-down, just define your own styles in your page/external css file, using same style declarations as are used by default by CF. your styles will over-ride cf's default styles.
to see which styles you need to over-ride, use FireFox+Firebug to inspect page elements and see their styles.
or read here: http://www.echowebs.com/bl
Azadi