1) Script Title: Jason's Date Input Calendar
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...oncalendar.htm
3) Describe problem: The calendar works great and everything. I'm just wondering if javascript can screw up css? Is there a way to encapsulate the javascript so that it behaves within my divs? I checked the js code and didn't find any </div>'s, but nevertheless it forces anything beside the mini-cal image on the right side of the calendar down to the next line even though I have { display:inline; } . It also somehow "leaks" into the div below in FF.
Here's my css for the little div that holds the date field:
I've used other DD js scripts and did not have this problem. I can't find any errors in my css for the surrounding divs (but I'm pretty bleary right about now).Code:#enddate { width:740px; height:42px; float:left; margin-top:7px; display:inline; }
Thanks for any insight.![]()



Reply With Quote

Bookmarks