A friend asked me to set up their Calibre reader the same as I have mine with a background image, I use it on 3 different screens and it works OK but on my friends new laptop the background image wont fill the screen. I've tried all sorts of CSS to try and force it but it wont go any bigger, the CSS I'm using is:
Quote:
body {color:rgb(80,58,34);
background-color:rgb(174,174,174);
background-image:url("file:///C:/Program Files/Calibre2/resources/images/Back.jpg");
background-repeat:no-repeat;
background-attachment:fixed;
background-position:center;}
|
Is this happening because his screen resolution is bigger than the image, can it be stretched or do I need a bigger image for his?