flatnine
Junior Member
Posts: 2
Registered: 10/11/2007
Location: boston, MA
Member Is Offline
|
| posted on 10/11/2007 at 03:16 AM |
|
|
different look in different browsers
I loaded the calendar, configured and get it working. Only thing in Safari the rows of the calendar have a different height than in FireFox or Opera
or IE.
i ran a debugger in FF [firebug] and looks like each cell is 25wx26h, and this wouldd be consistent with what Safari displays, because in the other
browsers it looks more a 25wx18h.
Anyways going to the core, how can I specify the height of the rows so they will lokk the same on different browsers?
and if someone knows how to resize the whole calendar [whole size, header height, days of the week ,...] that's even better.
thanks
sandro
|
|
|
flatnine
Junior Member
Posts: 2
Registered: 10/11/2007
Location: boston, MA
Member Is Offline
|
| posted on 10/17/2007 at 10:54 PM |
|
|
so nobody knows...
why in Safari it display the cell height differently by waht is set in the CONFIG page?
|
|
|
tigra
Administrator
Posts: 1916
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 10/18/2007 at 07:31 PM |
|
|
The appearance settings of the calendar are applied via CSS settings. The difference in the calendar look can be caused by the difference in the way
the browsers render the same CSS parameters. You can use element inspector (such as Firebug in firefox) to see what elements of the calendar have what
CSS settings and experiment with those settings in CSS stylesheet.
|
|
|