stały background na całym tle strony

background-image:url(images/bg_page.jpg);
background-repeat:no-repeat;
background-position:top left;
background-size:cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-attachment: fixed;

CSS3

Hope this helps and happy coding :)

Zobacz jeszcze

get page title by id

<?php echo get_the_title( $ID ); ?> <?php $id=14; $post = get_post($id); $content = apply_filters('the_content', $post->post_content);...

How to Use Webfont Icons as Bullet Points in HTML5 Lists

...