PDA

View Full Version : Problem lining up custom catorgory strip


Monster247
09-21-2010, 03:07 AM
Im having problems lining this up correctly any help plz????

Here my problem==>https://vborg.vbsupport.ru/external/2010/09/25.jpg


Here what im working with my center right and left==>https://vborg.vbsupport.ru/external/2010/09/26.jpg
https://vborg.vbsupport.ru/external/2010/09/27.jpg
https://vborg.vbsupport.ru/external/2010/09/28.jpg

Hell Bomb
09-24-2010, 03:25 PM
you need to break the bar up into 3 different sections, like in a table do three parts such as

<table>
<tr>
<td style="background-image:url(iimage on left url);></td>
<td style="background-image:url(image in middle url);></td>
<td style="background-image:url(image on right url);></td>
</tr>
</table>