Thanks for your reply Gary.

I don't see how adding a line to a file in the source will do the trick
unless you are assuming i must compile cocoon. Is this assumption true?
I've been browsing the web again for this problem and found a post that confirms that the trick you are using is the correct one :))
My question now is, where should this forms-calendar.css file be placed??

I've edited the source of my generated html page and it seems this file should be in href="resources/css/forms-calendar.css"
(i assumed this is refering to cocoon/resources...)
but it didn't work.

How are the css stylesheets being loaded on cforms??? Except for the main.css file which is where it is supposed to be, the other css aren't on their respective paths...:S

TIA,
CarlosN.

On Thu, 23 Jun 2005, Gary Larsen wrote:

I'm using a modified version of various actions cforms
example(cocoon/samples/blocks/forms/form1 ) and i've changed the birthday
widget from "Misc Controls" zone to the "String fields" zone and date is
not displaying correctly anymore. It appears to be under this zone and not

not on top as it should be.
I'm not refering to the date widget itself but rather to the calendar
javacript that appeared when one clicked on calendar icon that is
displayed just next to the date input field.

Dan Ochs posted this a few days ago which may help:

hi, I'm new to this list and cocoon in general so forgive me, I'm also not
sure if this is exactly where I should be posting this.  I'm working with
cocoon forms and have a setup where there are two tabs, and a reference to
the widget? that is used to create a calendar popup on the tab that is
initially not in the foreground.  The calendar always popped up below the
tabs and I could only see part of it.  In order to fix this, I added another
line to the #forms_calendarDiv class in
src\blocks\forms\java\org\apache\cocoon\forms\resources\css\forms-calendar.c
ss
which tells the calendar to move to the front of the view (unless there are
100 tabs on the page):
z-index: 100;


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


--

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to