Hi, there. I'd like to know if anybody has a way I can split my pet treasure so show two sides of a personality? For example, my pet Vidocq. Vidocq is two characters, and I'd like a nice way of being able to split the treasure without having to fiddle around with too much. Right now it just doesn't look very nice. I've seen some people overlay images over their treasure, but I'm not sure if that's possible. I wish I could just add a separator between them or something.
The only way I know how to do it is to individually code each item... which is really tedious for large treasure chests. (here is an example of each item coded)
I think adding an extra div with an image in it could work too? The image could just block out a row of the TC, separating it? I've never tried it but it would probably be easier than individually coding the items.
Yeah, I don't really want to individually code each item. That would be super annoying for me since I like to rearrange my treasures all the time. It also feels less "real", even though that's kind of ridiculous.
Do you know how I might be able to create that extra div to test it out?
Do you mind me using your code for an example? I just did this quickly: Here You could change the div colour to whatever you like to match your background colour, I just have it as blue so it stands out. [edit]
So you add this code between your style tags:
{position: relative; top: 440px; left: 200px; height: 70px; width: 340px; background-color: ; }
And this after your style tags:
The name is random, you can change it to whatever you like. I think you would just need to have a row of useless TC items you don't mind blocking out.