
The way that I have learned, is either:
A) Don't put a height to it, then it expands to the text amount
OR
B)Use background-repeat: repeat-y; in the CSS
Example:
Not sure if this is totally right, but yeahCode:#boxmid { background-image: url(boxmid.PNG); background-repeat: repeat-y; width: 123px; padding-left: 3px; }![]()
Last edited by Cushioned; 04-10-2008 at 06:37 AM.
Previously a Habbo fanatic, web designer/developer, fansite owner, & trusted member of the community.
You don't have to add the background-repeat: repeat-y;
it works without it.
it does for me
Previously a Habbo fanatic, web designer/developer, fansite owner, & trusted member of the community.
Want to hide these adverts? Register an account for free!