Jump to content

Editing the #header-tb-r


Recommended Posts

Hello,

I tried to edit the background image in the #header-tb-r and #header-tb-l. In the code both are using the same image. When I used my edited image, it works okay in the left but not in the right (the curve at the top of the image disappeared).

Below is an attached image to show what it looked like.

Can anyone help me on what I'm supposed to do? Suggestions will be very much appreciated. Thanks.

post-85921-1223535096_thumb.png

Link to comment

Hello,

Here's what the image looked like.

And also I include the codes where I did put it.

#header-tb-r {

float: right;

width: 4px;

background: url(images/as4/global/header_toolbar_green1ffab.png) no-repeat right -77px;

height: 77px;

}

#header-tb-l {

float: left;

width: 4px;

background: url(images/as4/global/header_toolbar_green1ffab.png) no-repeat left 0px;

height: 77px;

}

Thanks a lot

post-85921-1223561303_thumb.png

Link to comment
×
×
  • Create New...