Jump to content

Recommended Posts

Posted

La partile astea:

 

CSS Syntax
background-attachment: value;
 
Property Values
scroll - The background scrolls along with the element. This is default.
fixed - The background is fixed with regard to the viewport.
local - The background scrolls along with the element's contents.
initial - Sets this property to its default value.
inherit - Inherits this property from its parent element.

Te-ai inregistrat? Ne-ar placea sa te prezinti.

Cum pot sustine forumul?
Cumpara de la eMag folosind acest link.
--------------------
oG2BN9d.gifse1WdXd.gifQG6MtmI.gifRHYjDzD.gifG5p1wui.gif

  • Moderators
Posted

Schimba

body {
	background: #191919 url("{style_images_url}/background.jpg") repeat-x 50% 0;
	color: #bcbcbc;
	font: normal 11px tahoma, helvetica, arial, sans-serif;
	position: local;
	padding-bottom: 20px;

}

cu

body {
	background: #191919 url("{style_images_url}/background.jpg") repeat-x 50% 0;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center; 
	color: #bcbcbc;
	font: normal 11px tahoma, helvetica, arial, sans-serif;
	padding-bottom: 20px;

}
  • Upvote 1

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.