Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Forum: Themes and Templates
    In reply to: Tripple CSS
    Thread Starter Jelmer87

    (@jelmer87)

    Is it possible to have one page-id for several pages. For example; page-id 456 has several sub-pages. Do i have to combine the code to every page or can i say something like ‘this page has page id 456 to’. Thanks in advance!!

    Forum: Themes and Templates
    In reply to: Tripple CSS
    Thread Starter Jelmer87

    (@jelmer87)

    That did the trick! Thanks for helping me out on this!

    Forum: Themes and Templates
    In reply to: Tripple CSS
    Thread Starter Jelmer87

    (@jelmer87)

    *it would

    Forum: Themes and Templates
    In reply to: Tripple CSS
    Thread Starter Jelmer87

    (@jelmer87)

    I would indeed have helped to mention why I’m doing this hehe. Here it comes: I want to have a different background fullscreen image on each page. Therefor I use this piece of code inside the body tag:

    body {
    background: url(‘images/background1.jpg’) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-size: 100%;
    font-family: “Myriad Pro”, helvetica, sans-serif, Helvetica, Arial, Verdana;
    }

    on page 2 it’s ‘ background2.jpg’ and so on.

    Is there a way to this in the way you guys mentioned? Or am I ‘doomed’ to do it in the way i tried?

    Thread Starter Jelmer87

    (@jelmer87)

    All the browsers i use have the same problem (safari, firefox, chrome, internet explorer).

Viewing 5 replies - 1 through 5 (of 5 total)