Jelmer87
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Tripple CSSIs 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 CSSThat did the trick! Thanks for helping me out on this!
Forum: Themes and Templates
In reply to: Tripple CSS*it would
Forum: Themes and Templates
In reply to: Tripple CSSI 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?
Forum: Fixing WordPress
In reply to: WordPress keeps logging me outAll the browsers i use have the same problem (safari, firefox, chrome, internet explorer).