[thelist] Re: -> creating a *special* print css file

Alex Beston alex at deltatraffic.co.uk
Sat Dec 4 10:38:56 CST 2004


Alex Beston wrote:

> Missed it for today, but what the hay, here goes anyway.
>
> #head{
>       border-top-width: 0px;
>    border-bottom-width: 0px;
>    border-left-width: 0px;
>    border-right-width: 0px;
>      border-style: solid;
>    border-color: #ff9900;       background-color: #fff;
>    width: 700px;
>    height: 65px;
>    margin:   5px 0 0 0;
>    padding: 0;
>    background-image: url("images/logo3.gif");
>    background-repeat:no-repeat;
>    background-position: 95%      30%;
>  }
>
> // prints a tiny logo
>
> #navigation {    top: 0;
>    padding: 0;      margin: 0px;
>    font-size: 16px;
>    background: url("images/topfiller.gif")  repeat-x right ;
>    width: 100%;
>
>    height: 30px;        text-align: left;
>
>    }
>
> // nav image seems to be ok i think but im not sure.
>
> #content{
>    width: 700px;
>            background-image: url(images/background.gif);
>    background-repeat:no-repeat;
>    background-position:  0%   0%;
>        height: 440px;
>    margin: 0 0px 0 0px;
>    
>    font-size: 12px;
>    color: #333;
>     }
>
> // this one is really bad. its so small!
>
> im trying to create a media="print" file so that the printer knows how 
> to make the right sized images. currently it prints out minature 
> versions of the original.
>
> any ideas greatly appreciated.
>
>


-- 
Alex Beston
Business Director
deltaTraffic
Tel: 01273 691234
Room 32, Level 6,
New England House
www.deltatraffic.co.uk
--




More information about the thelist mailing list