Replies

Dec 26, 2017 8 years ago
jensen
rolled snake eyes
User Avatar
RM

thanks for the correction ;o; that'll teach me to proof-read better when i change direction in the middle of writing a post, eep (i realized they didn't need positioning advice, but forgot to change the values when i got rid of the top/left bits otl)

sorry for the confusion with the hover code!! hongske already gave a correction for that, but as for pet_like -- i see you have # pet_like? it needs to be .pet_like to work, similar to .pet_spotlight o:

oh sacred spork, smite mine enemies

Dec 26, 2017 8 years ago
Perpetual
attended a Subeta meetup!
User Avatar

Thank you so much! I got the hover working! I put it over the artwork on the profile!

I used both these codes for the pet like button, but neither of them seemed to work:

.pet_like{position:absolute; left:70; top:80;} {position:absolute; left:70; top:80;}

It's no problem at all! I am just thankful for all of this help. I really appreciate it. I would have been lost without you guys.

I had this code in originally: .pet_like{position:absolute; left:70; top:80;}, however, it didn't work, so I tried using it with the hashtag, but that didn't work either.. Maybe the code itself is not letting me do anything to the pet like button?

Dec 26, 2017 8 years ago
Hongske
is lost in space
User Avatar

It's because positioning does need units to work. So instead of 70 and 80, you need 70px and 80px. That should normally make it work ;) And like says, it's the one with the dot that you need, not the one with the hashtag.

Dec 27, 2017 8 years ago
Perpetual
attended a Subeta meetup!
User Avatar

Omg, I can't believe I forgot to put px! D: Thank you thank you Hongske! I got the pet like button where I wanted it, so now I can say I'm officially done with my pets profile. I wouldn't have been able to finish without you guys. I appreciate all of the help!

Dec 27, 2017 8 years ago
Hongske
is lost in space
User Avatar

You're quite welcome! The profile is looking pretty good now =) Don't hesitate to ping me if you ever need more coding help!

Dec 27, 2017 8 years ago
Perpetual
attended a Subeta meetup!
User Avatar

Will do, thank you! XD

Please log in to reply to this topic.