On 19/06/2009 16:06, frech wrote:
> Hello George,
> thank you for the hint!
> 
> McCown, George wrote:
>> Open config\default\js_config.php on a text editor.
>> Under // Top and bottom, adjust Layout.NorthHeight to your preference.
>>
> 
> I checked the js_config.php, but I can't find Top or bottom or
> Layout-Parameters. Is this the correct file? I use the actuelle beta-4 of
> p.mapper.
> 
> Kind regards
> 
>    Kai

In the file map.phtml there is a section in the <head> part of the file, 
starting like

    /**
      * Settings for jquery.ui.layout
      * ======= ADAPT TO PAGE LAYOUT =======
      */
     var myLayout;

        $(document).ready(function () {
                myLayout = $('body').layout({


There are the sizes of the various layout elements.
The default map.phtml uses the jquery layout plugin that has lots of 
specific settings and possibilities. For details see
   http://layout.jquery-dev.net/

For playing with various settings of CSS it is very helpful to use 
Firefox with the Firebug extension loaded. That let's you easily 
identify the elements and their styles, also giving the possibility 
changing them on the fly without reloading the page all the time. Some 
knowledge of CSS is required though.

Armin



------------------------------------------------------------------------------
Are you an open source citizen? Join us for the Open Source Bridge conference!
Portland, OR, June 17-19. Two days of sessions, one day of unconference: $250.
Need another reason to go? 24-hour hacker lounge. Register today!
http://ad.doubleclick.net/clk;215844324;13503038;v?http://opensourcebridge.org
_______________________________________________
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users

Reply via email to