View Single Post
Old 04-21-2014, 05:33 AM   #1
Vortex
Groupie
Vortex began at the beginning.
 
Vortex's Avatar
 
Posts: 171
Karma: 10
Join Date: Dec 2008
Device: Likebook Mars
Calibre reader CSS for background image help

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?
Attached Thumbnails
Click image for larger version

Name:	Capture.JPG
Views:	1192
Size:	382.9 KB
ID:	121918  
Vortex is offline   Reply With Quote