Purity2.fr

  • Full Screen
  • Wide Screen
  • Narrow Screen
  • Increase Font Size
  • Default Font Size
  • Decrease Font Size
French (Fr)English (United Kingdom)
btn_25
afuj
joomla_1_5_25
telecharger_joomla_17

Les positions (à venir ....)

Les notions de Wrap et de Main | Les styles de modules Jaxhtml et Jarounded | définition des blocks | variations de positions

HEADER (à finir) | MAINNAV | TOPSL | BOTSL | FOOTER | LEFT | RIGHT | MAIN

Apply a background image

User Rating: / 12
PoorBest 

Here is what we are going to do in this tutorial :

image-fond1

1- Upload your image in the template

We are going to put the image imageperso1.jpg in the folder "images" of the template.

Folder : templates > ja_purity_ii > images > imageperso1.jpg

Take care, Your image must be wide and high enough, or then have an image which can be repeated in width and height.

2- Modify the CSS file template.css

Folder : templates > ja_purity_ii > css > template.css

Wa change the css code :

#ja-container {
background: url(../images/container-bg.gif) repeat-x top #fff;
position: relative;
z-index: 5;
border-bottom: 5px solid #ccc;
}

#ja-container .main { padding: 20px 0; min-height: 300px; }

by :

#ja-container {
background: url(../images/imageperso1.jpg) top left; /*url(../images/container-bg.gif) repeat-x top #fff*/
position: relative;
z-index: 5;
border-bottom: 5px solid #ccc;
}

#ja-container .main { background: #fff; padding: 20px 0; min-height: 300px; }

joomlart ja purity 2

purity2_thumbnail

Joomlart - T3 Blank

t3blank_thumbnail

Les liens intéressants

web_links

adaptations de Ja Purity II

purity2_thumbnail
You are here: Tutoriels Mise en page Contenu Apply a background image