Hey,
I am trying to learn how to code expandables but when I draw a box, slice it then open the middle image, when I go to change the height to 1 px, It automaticly changes the width.. How do I change the heigh and keep the width as it is?

Hey,
I am trying to learn how to code expandables but when I draw a box, slice it then open the middle image, when I go to change the height to 1 px, It automaticly changes the width.. How do I change the heigh and keep the width as it is?
unclick the 'link'. It constrains the dimensions
add width:100% i think
Win rares and lots more on this thread http://www.habboxforum.com/showthread.php?t=479892www.habbo-hc.com -LOOKING FOR STAFF
Lmao, make sure you've left a gap for the middle so it's showing a border.
Then just do this.
That repeat will allow it to expand, don't add a height because the height is set in the image, only add a width so its inline with the top and bottom image.HTML Code:#middle { background-image: (url of the image); width: (width of the middle image) background-repeat: repeat-y; }
Want to hide these adverts? Register an account for free!