Pattern

GK User
Tue Oct 09, 2012 1:14 am
Is there any way to modify the stylesheet so that the particular pattern covers full page. Right now it leaves a bottom margin. Doesn't seem to be browser related issue
Here is the piece of css that bothers me:
html {
min-height:100%;
background: url(../images/some.jpg) no-repeat center center fixed;
background-size:cover;-moz-background-size:cover;-o-background-size:cover;
}

body {
background: url('../images/patterns/pattern1.png') repeat;
min-height:100%;
}
User avatar
Fresh Boarder

GK User
Tue Oct 09, 2012 10:09 am
Hi

Try something like:

Code: Select all
body {padding-bottom: 20px}


Cheers
User avatar
Platinum Boarder

GK User
Wed Oct 10, 2012 1:07 am
Seichinha wrote:Hi

Try something like:

Code: Select all
body {padding-bottom: 20px}


Cheers


OMG, as simple as that! Worked like a charm, thanks heaps!

Cheers
User avatar
Fresh Boarder


cron