Hi everyone,
I'd like to add some dynamically generated CSS to my document head
from within an element, is that possible? Ideally I'd like to insert
something like:
<style type="text/css" media="screen">
#navigation-holder a#logo span {
background:transparent url(../img/logo.jpg) no-repeat left top;
}
</style>
to $scripts_for_layout, I can't see how to do this though?
Thanks in advance,
Toby
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---