Jump to content

I can't remove searchblock


Recommended Posts

i work with firefox and this is printscreen:
i place my picture under logo and use z-index tag.
First i add my_picture in header.tpl



after i go to global.css and write:

.my_pic  {
   background-image: url('../img/wood.png');
   position: absolute;
   top:214px;
   right: 0px;
   width: 100%;
   height: 35px;
   z-index: 1; /* hier i paste INDEX */
}


and after i add in global.css (stroke 220), page all site..

#page {
   position: relative;
   width: 980px;
   margin: 0 auto 2px auto;
   text-align: left;
   z-index: 2; /* hier i paste INDEX more */
}

48467_GGd7sRnkI2ctsJoRtEZn_t

48468_uSYjZOmOeKVuscX4LVXd_t

Link to comment
Share on other sites

×
×
  • Create New...