since yesterdays discussions i have had another look

please try agian with these enclosed files.


i have now also given the menu items a white color for
testing (because of the hover problem). i like it in the
menus but not in the ad-section

the menu fonts are now ems - looks good in all my browsers w
different sizes within reason

please also compare the headline with cvs-version, its bold
and verdaned :-)


./allan



allan wrote:
> 
> i have a "fix" for this please, try attached on your local
> setups and confirm.
> 
> the logo has now got a table (ns4 reasons), set absolute
> left to 0px and div-width to 175 for left-boxes, and
> inserted/splattered align="center" and <center> tag in code.
> 
> thanks
> ./allan
> 
> Stas Bekman wrote:
> >
> > i think it'd be much nicer if the we had more emty space on the left
> > side of the menu boxes. I was trying to add &nbsp; but it's not working
> > for items that wrap over the next line. adding another <td> column seem
> > to be a mess. enlarging padding is not good since it adds vertical space
> > between items. Any ideas how to handle this the best way?
> 
> oh yes, a grand table would solve it easily ;)
> 
>   ------------------------------------------------------------
>                    Name: style.css
>    style.css       Type: Plain Text (text/plain)
>                Encoding: 7bit
>             Description: Unknown Document
> 
>                        Name: binaries.html
>    binaries.html       Type: Hypertext Markup Language (text/html)
>                    Encoding: 7bit
>                 Description: Unknown Document
> 
>    Part 1.4Type: Plain Text (text/plain)
Title: Source and Binary mod_perl distributions




Writing Apache Modules with Perl and C

Writing Apache Modules with Perl and C

By Lincoln Stein, Doug MacEachern
The mod_perl Developer's Cookbook

The mod_perl Developer's Cookbook

By Geoffrey Young, Paul Lindner, Randy Kobes
mod_perl Pocket Reference

mod_perl Pocket Reference

By Andrew Ford


Source and Binary mod_perl distributions

   Source version of the document  1.5KiB next pageupnext page

Table of Contents

Description

This page includes links to various source and binary mod_perl distributions. If you know about a distribution that isn't listed here, please tell us (by announcing it at the mod_perl list).



TOP

Locations

  • Master Source distribution - Release http://perl.apache.org/dist, the latest CVS snapshot http://cvs.apache.org/snapshots/

  • Win32 mod_perl Binaries (made by Randy Kobes) - ftp://theoryx5.uwinnipeg.ca/pub/other/. Grab a perl-win32-bin-x.x.exe self-extracting file. There's accompanying readme files with more details on the particular versions of packages included. These all include Perl and some common modules, so are largish.

  • An experimental mod_perl-2.0 win32 binary package is available at ftp://theoryx5.uwinnipeg.ca/pub/other/Apache2.tar.gz for those Win32 users who want a preview of things to come.

    This archive will unpack into an "Apache2" directory, underneath which is a "blib" subdirectory containing the necessary perl files. These are included when starting Apache by a modperl directive found near the end of conf/httpd.conf, where a sample "Hello World" modperl handler is also found. Some editing of httpd.conf will be necessary if this package is installed in a location other than "D:\Apache2". Within the blib/ subdirectory is some documentation on modperl-2.0.

    The package was compiled with the cvs sources of Jan 1, 2002, using VC++ 6 and an ActivePerl based on perl-5.6.1. The libmodperl.so library in the Apache modules/ directory will most probably not work with other Apache-2 binary packages.

    Being under development, there are bugs present; in particular, when stopping an Apache-2 service a memory error results if modperl is enabled. Please let me know of any problems you might have in getting this package installed; for questions/problems on Apache-2, see the docs at http://httpd.apache.org/docs-2.0/, and for modperl-2, see the information at http://perl.apache.org/ on subscribing to the "dev" mailing list.

  • Win32 ActivePerl mod_perl ppms - suitable for builds 6xx. You can install this by, within the ppm shell, setting the repository to http://theoryx5.uwinnipeg.ca/cgi-bin/ppmserver?urn:/PPMServer and typing install mod_perl. This will also run a post-install script to install the required mod_perl.so to your Apache modules/ directory. This mod_perl package is built against the current stable Apache release - earlier versions are available (http://theoryx5.uwinnipeg.ca/ppmpackages/mod_perl-legacy/), as are some ppms of other Apache modules (http://theoryx5.uwinnipeg.ca/ppmpackages/).

  • Static mod_perl and libapreq (Apache::Request) RPMs and SRPMs (made by David Harris ) http://www.davideous.com/modperlrpm/distrib/. Mirrored at http://perl.apache.org/rpm/.

  • i386 RPMs + SRPM (RedHat) of Apache with mod_perl and php3 built staticaly. (made by Vladimir Ivaschenko) http://www.hazard.maks.net/apache/



TOP next pageupnext page




Use of the Camel for Perl is a trademark of O'Reilly & Associates, and is used by permission.

Last modified Mon Feb 25 11:24:45 2002


                                                                                                                                                                                                                                   
body {
    font-family: helvetica, arial, verdana, sans-serif; 
    font-size: 1.0em;
    color: #000000; 
}

p {
    font-family: helvetica, arial, verdana, sans-serif; 
    font-size: 1.0em;
    color: #000000; 
}

h1, h2, h3, h4 {
    color: #525d76;
    font-size: 1.2em;
    font-family: helvetica, arial, verdana, sans-serif;
}  

a:link    { color: #0000ff;} 
a:visited { color: #993333;}
a:active  { color: #666666;}
a:hover   { color: #666666;}

td.menu-title-bg {
    background-color: #828da6;
}

td.non-sel-bg {
    background-color: #ffffff;
}

td.sel-bg {
    background-color: #525d76;
}

div.nonselectedmenuitem a:link, div.nonselectedmenuitem a:visited, 
div.nonselectedmenuitem a:active {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 0.9em;
    color: #525d76;
    text-decoration: none;
}

div.selectedmenuitem a, div.selectedmenuitem a:link, div.selectedmenuitem 
a:visited, div.selectedmenuitem a:active {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 0.9em;
    color: #ffffff;
    text-decoration: none;
}

div.nonselectedmenuitem {
    padding: 3px;
    background-color: #ffffff;
}

div.selectedmenuitem {
    padding: 3px;
    background-color: #525d76;
}

div.nonselectedmenuitem a:hover {
    color: #999999;
}

div.selectedmenuitem a:hover {
    color: #CCCC99;
}

div.menu-title {
    padding: 3px;
    color: #000000;
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    background-color: #828da6;
    text-align: center;
}

td.menu-border {
    background-color: #525d76;
}

/* standard html tags */

td.search {
    background-color: #525d76;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    color: #ffffff;
}

/* main boxes */
div.leftbox {
    position: absolute;
    top: 5px;
    left: 0px;
    width: 170px;
    border: 1px;
    border-style: none;
    border-color: #000000;
}

div.rightbox {
    position: absolute;
    top: 5px;
    left: 190px;
    padding: 5px;
    padding-right:10px; 
    border: 1px;
    border-style: none;
    border-color: #000000;
}


/* boxes in the left box */
div.logo {
    width: 175px;
    border: 1px;
    border-style: none;
    /* background-color: #ffffff; */
}

div.menumain {
        border: 1px;
        border-style: none;
    width: 175px;
}

div.menulinks {
    border: 1px;
    border-style: none;
    width: 175px;
    /* background-color: #ffffff; */
}

div.ad {
    border: 1px;
    border-style: none;
    width: 175px;
   /* background-color: #ffffff;*/
}

div.ad a:link    {text-decoration: none; color: #525d76;}
div.ad a:visited {text-decoration: none; color: #525d76;}
div.ad a:active  {text-decoration: none; color: #525d76;}
div.ad a:hover   {text-decoration: none; color: #666666;}

div.adtext {
    font-family: helvetica, arial, verdana, sans-serif;
    font-size: 0.8em;
    text-align: center;
    padding: 5px;
}


/*breacrumb*/
td.navbarglobal {
    font-family: verdana, helvetica, sans-serif;
    color: #828da6;
    font-size: 0.85em;
}


td.navbarglobal a:link, td.navbarglobal a:visited, td.navbarglobal a:active {
    text-decoration: none; 
    color: #828da6;
    font-family:  verdana, sans-serif;
}

td.navbarglobal a:hover {
    text-decoration: none; 
    color: #666666;
    font-family:  verdana, sans-serif;
}

div.index_section {
    font-family: helvetica, arial, verdana, sans-serif; 
    font-size: 1.0em;
    color: #000000; 
}

div.tail {
    padding: 5px;
    font-size: 0.85em;
    font-family: helvetica, arial, verdana, sans-serif;
    border: 1px;
    border-style: none;
    border-color: #000000;
    /*background-color: #ffffff;*/
    margin-right: 0px;
}


/* various font defs */
.headline {
    color: #ffffff;
    font-family: helvetica, arial, verdana, sans-serif;
    font-size: 1.2em;
}
td.headline {
    background-color: #525a73;
}

code { 
    font-family: courier new, courier, monospace;
}

/* lists */
dl, ul {
    color: #000000;
    font-size: 1.0em;
    font-family: helvetica, arial, verdana, sans-serif;
}

dl a:link, dl a:active, ul a, ul a:link, ul a:active, ul a:visited, ul a:hover  
{
    text-decoration: none; 
    color: #0000ff;
}

dl a:visited {
    text-decoration: none; 
    color: #993333;
}

dl a:hover {
    text-decoration: none; 
    color: #666666;
}

/* formfields */
.input-fld { 
    height: auto;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 0.9em;
}

.submit-but {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 10px;
    height: auto;
}

/* misc */

/* border-color for ad-images */
.img-border {
    color: #000000;
}


/* font specs for download widget */
td.download a:link, td.download a:active , td.download a:visited {
    text-decoration: none;
    font-size: 0.85em;
    font-family: helvetica, arial, verdana, sans-serif;
}

td.download a:hover {
    text-decoration: none;
    color: #666666;
    font-size: 0.85em;
    font-family: helvetica, arial, verdana, sans-serif;
}

/* "spacegif" substitute in menus */
td.blue-bg {
    background-color: #525d76;
}

td.ad-bg {
    background-color: #ffffff;
}

/* hack aimed for opera instead of using space.gif*/
.smallbr {
    font-family: helvetica, arial, verdana, sans-serif;
    font-size: 1px;
    line-height: 1px;
}

.medbr {
    font-family: helvetica, arial, verdana, sans-serif;
    font-size: 8px;
    line-height: 8px;
}

.hr { height: 1px; }


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

Reply via email to