Replies

Mar 19, 2015 11 years ago
topipers
User Avatar
Selilah

Resolved Could someone help me out by leaving the code that I would use to move around the "pet info" (the species and gender) from 's pre-made code, without having to move the main content it's attached to (so just the pet's info). I'm able to move the owner's name and pet's name, but not his gender/species info. code can be found here Thanks :)

Mar 19, 2015 11 years ago
egg
is a bad egg
User Avatar

.pet_color_info is your selector name :3

Mar 19, 2015 11 years ago
topipers
User Avatar
Selilah

Thank you :) I tired that before, but it didn't work :/ I'm glad it's working now though. Can you also tell me how to move the pet's "like button"?

Mar 19, 2015 11 years ago
egg
is a bad egg
User Avatar
Mar 19, 2015 11 years ago
topipers
User Avatar
Selilah

I used this code: .pet_like{position:absolute; left:510; top:600;} But it doesn't show up over my textbox. Does the code not work over a textbox??

Mar 19, 2015 11 years ago
egg
is a bad egg
User Avatar

You need to add "px" to the end of your numbers.

Mar 20, 2015 11 years ago
topipers
User Avatar
Selilah

Thank you :)

Please log in to reply to this topic.