Jump to content
  • 0

ostatní Pozadí webu


Nitro-Game

Dotaz

5 odpovědí na tuto otázku

Recommended Posts

  • 0

Cez CSS:

body {
background-image: url(images/bg.jpg) ;
background-attachment: fixed;
background-position: top center;
background-repeat: no-repeat;
}
Alebo cez HTML obyčajne

<body background="images/bg.jpg">
Link to comment
Share on other sites

  • 0

dej tam: width="100%" a height="100%"

Kdyžtak si zjisti plnou velikost obrázku a zmenší ji třeba ve PhotoShopu. Pokud chces, já ti to udělám.


Cez CSS:

body {
background-image: url(images/bg.jpg) ;
background-attachment: fixed;
background-position: top center;
background-repeat: no-repeat;
}

 

 

musíš pak na začátek HTML kódu dát kod:

<link rel="stylesheet" href="{odkaz CSS kodu}/styly.css"> 

Aby ti to fungovalo, podle horního tutu od kolegy  :d

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...