RichardAlan Posted October 9, 2008 Report Share Posted October 9, 2008 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. Link to comment
Timan Posted October 9, 2008 Report Share Posted October 9, 2008 Could you post the images you modified? or a link to where the skin is setup? Link to comment
RichardAlan Posted October 9, 2008 Author Report Share Posted October 9, 2008 Hi, Here is the image after I modified it and also the original image. Thanks Link to comment
Timan Posted October 9, 2008 Report Share Posted October 9, 2008 theres your problem, the image is used for the left, right, and center bit of the toolbar, seems you made it only look right for the left side. Heres a fixed one. Link to comment
RichardAlan Posted October 9, 2008 Author Report Share Posted October 9, 2008 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 Link to comment
Recommended Posts