Do Scriptaculous widgets have to be styled within the HTML, as in the
following:
<!-- Expand Portfolio Begin -->
<div>
<div id="grow_portfolio"
style="display:none;
position:absolute;
top:88px;
left: 183px;
width:42em;
height:30em;
background:#FF00FF;">
</div>
</div>
<!-- Expand Portfolio End -->
I tried adding styles to the id and adding a class to the div that
contains the id, but neither worked.
Is there a way to do this?
--
You received this message because you are subscribed to the Google Groups
"Prototype & script.aculo.us" 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/prototype-scriptaculous?hl=en.