Replies

Nov 7, 2016 9 years ago
PiplupMagby34
is a SUPER USER!!!
User Avatar
Elsy

I have Iason_Mink's story completed and have gotten a nice background, but I need help fixing the pet treasure section. I want the TC to go across and have a border around each specific item. Can anyone help me with this issue?

Link to profile: Iason_Mink.

[tot=PiplupMagby34]

Nov 7, 2016 9 years ago
nene
User Avatar
Angora

hopefully i'm understanding this correctly!

remove width: 80px from #pet_treasure and add this in? .treasure_item { border: 1px solid ; margin: 2px; padding: 2px; }

#cccccc being the color you want for the border, margin being the spacing between each item, padding being the spacing between the actual item image and the border surrounding it

Nov 7, 2016 9 years ago
PiplupMagby34
is a SUPER USER!!!
User Avatar
Elsy

Well, the TC is going across like I wanted! :D But I don't see any border around the TC items.... :(

[tot=PiplupMagby34]

Nov 7, 2016 9 years ago
nene
User Avatar
Angora

ahh, change {.treasure_item { border: 1px solid ; margin: 2px; padding: 2px; }; position: top; right: -5px; left: -80px;

to this-- {position: top; right: -5px; left: -80px; } .treasure_item { border: 1px solid ; margin: 2px; padding: 2px; } and it should work!

Please log in to reply to this topic.