plugin_calendar.tpl is missing info about the size of the arrows used in the calendar. I see this causes trouble for some browerses (although it definently shouldn't)
A diff:
5c5
< <a title="{$CONST.BACK}" href="{$plugin_calendar_head.uri_previous}"><img alt="{$CONST.BACK}" height="12" width="16" src="{serendipity_getFile file="img/back.png"}" style="border: 0px" /></a>
---
> <a title="{$CONST.BACK}" href="{$plugin_calendar_head.uri_previous}"><img alt="{$CONST.BACK}" src="{serendipity_getFile file="img/back.png"}" style="border: 0px" /></a>
15,16c15
< <a title="{$CONST.FORWARD}" href="{$plugin_calendar_head.uri_next}"><img alt="{$CONST.FORWARD}" height="12"
< width="16" src="{serendipity_getFile file="img/forward.png"}" style="border: 0px" /></a>
---
> <a title="{$CONST.FORWARD}" href="{$plugin_calendar_head.uri_next}"><img alt="{$CONST.FORWARD}" src="{serendipity_getFile file="img/forward.png"}" style="border: 0px" /></a>
This seems to fix the problems I had.
Size of graphics
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: Size of graphics
Thanks a lot for this great tip! Indeed it was responsible for wrong resizing of the images in IE. I just fixed all templates in SVN and CVS!
Regards,
Garvin
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Re: Size of graphics
Glad I could helpgarvinhicking wrote:Thanks a lot for this great tip! Indeed it was responsible for wrong resizing of the images in IE. I just fixed all templates in SVN and CVS!
Regards,
Garvin