It looks as if you've already got the answer you need.  Without knowing how 
your dynamic style sheets work exactly, there is the option of using a 
series of cfif statements and populating a cfsavecontent tag with the style 
sheets.  Then using the cfhtmlhead tag.  Just an option.

On Wednesday, September 19, 2012 10:19:40 AM UTC-7, Jason Allen wrote:
>
> Hey Guys, this might be a silly question, but I'm outputing a query and I 
> need to create a short <style> declaration within the cfoutput code. 
>
> My problem is that the <style> statement needs to include some output from 
> the query. The name of the css element will be based on data output'd from 
> the query. How do I need to declare this so that the #userID# from the 
> query is rendered?
>
> <cfoutput query=myquery">
>
> <style>
> ##overlay-#userID#) {
> position: fixed;
> }
> </style>
>
> </cfoutput>
>
> Ideas? I'm stumped. 
>

-- 
online documentation: http://openbd.org/manual/
 http://groups.google.com/group/openbd?hl=en

Reply via email to