Replies

Jul 27, 2012 13 years ago
Mirror
is a Time Lord
User Avatar
Appropriate

So I am trying to code the pet nomination link on my pet Observant profile, i asked someone if they could see the link and they said no. i Logged out to see if i can see it, but no sign of it. when i look for Inspect element on safari, wich lets me see the CSS, it shows that its just few pixels below my Minion....and i cannot see anything...even made the pet_spotlight background black because i read a thread where it would make it visible then...but nothing...here is the code for it: Also the pet spotlight is in the column_2...where my pet image and minion is as well..

.pet_spotlight { background-color:; font-size: 12px; font-weight: bold; top: 110px; left: 670px; position: absolute; width: 150px; height: 50px; text-align: center; }

anyone know css ? ;_;

I can bite to give out Crack Head and Love Bug virus!

Jul 27, 2012 13 years ago
Adventure Captain
sonata
User Avatar

Try adding a height to it perhaps.

Art by
[tot=sonata]

Jul 27, 2012 13 years ago
Mirror
is a Time Lord
User Avatar
Appropriate

nope it not fixing it :(

I can bite to give out Crack Head and Love Bug virus!

Jul 27, 2012 13 years ago
Sorcerer
is a worthy opponent
User Avatar
Forsake

The spotlight is positioned so far to the left (670px) that it goes past the boundary of column_2 which is only 345px wide with overflow hidden. This is what it looks like with column_2 expanded. This is how wide column_2 is right now.

Jul 27, 2012 13 years ago
Adventure Captain
sonata
User Avatar

is right. Even when positioned at 0px both top and left it's right on top of the overlay.

Art by
[tot=sonata]

Jul 27, 2012 13 years ago
Mirror
is a Time Lord
User Avatar
Appropriate

HAHA wow...you a life saviour....then how come for me all this wasn't showing up...or messed up like this? /confused

I can bite to give out Crack Head and Love Bug virus!

Jul 27, 2012 13 years ago
Sorcerer
is a worthy opponent
User Avatar
Forsake

What did it look like for you?

Jul 27, 2012 13 years ago
Mirror
is a Time Lord
User Avatar
Appropriate

sigh...i dunno how to code it right lol. i made column_2 less wider...dunno how wide it needs to be as there is just my pet overlay in it i think... and moved spotlight closer and more down, but still cannot see it in firefox OR when logging out.

for me the whole page just looks like this: click

also...do you know how to make username appear like this: in pet profile? scroll down the story and at the end both username are not showing up XD /le stupid

I can bite to give out Crack Head and Love Bug virus!

Jul 27, 2012 13 years ago
Sorcerer
is a worthy opponent
User Avatar
Forsake

The spotlight is inside of column_2. Give column_2 a border, change overflow to visible and then you'll be able to get the spotlight back inside, and switch back to overflow hidden.

Jul 27, 2012 13 years ago
Mirror
is a Time Lord
User Avatar
Appropriate

/cries

you are a genius with that overflow set to visible....i wondered where did his pet name and owner name and gender go...lol yay i can see the spotlight link now...jeezh XD BUT...the thing is i want it to appear is the Story column..which is column_3 .... i just have to change pet_spotlight top and left amount, right? :)

thanks a ton!

also i am trying to put my minion to appear in column_2 .... by making column_1 to not display, cuz it was in column one...tried to move minion to column 1 , oh well not showing up XD

I can bite to give out Crack Head and Love Bug virus!

Jul 27, 2012 13 years ago
Sorcerer
is a worthy opponent
User Avatar
Forsake

I'm always glad to help ;D You can move it wherever with top and left, unless you actually wanted it inside story box? I don't think you can just move things to other columns, what you could do instead is hide every thing in the column except what you want to see. If you need more detail on something just ask.

Jul 27, 2012 13 years ago
Mirror
is a Time Lord
User Avatar
Appropriate

/jumps up and down happily

how does it look now? I managed to actually fit everything nicely in the box.../pokes minion, spotlight, info and the pet image itseld 8D wooo, go you and me.

still wondering how to write make usernames come up like this: in pet profiles...the [ user = Mirror ] code ish not working :(

I can bite to give out Crack Head and Love Bug virus!

Jul 27, 2012 13 years ago
Sorcerer
is a worthy opponent
User Avatar
Forsake

It is looking pretty good, though I don't know why the user tag doesn't work for you, it should. Here are some little fixes you can add. This stops a weird cutting-off thing that happens when your browser window is smaller than the background image. Add the width to what ever you have on content already. {width:1000px;} And this stops things from moving over 1px at a time when you resize the window. {margin:0;} [edit] Change the top and height on column_3. It evens the spacing of the text from the edges of that box. {height::200px; top:475px;}

Jul 27, 2012 13 years ago
Mirror
is a Time Lord
User Avatar
Appropriate

oh...well someone said to use this code:

Username here

and its not working for usernames xD for me...just wondering if my links are invisible or hidden or something..

I can bite to give out Crack Head and Love Bug virus!

Jul 27, 2012 13 years ago
Sorcerer
is a worthy opponent
User Avatar
Forsake

You can use user= without a problem, I just did it.

Jul 27, 2012 13 years ago
Mirror
is a Time Lord
User Avatar
Appropriate

lol someone pointed it out that i blocked the a link XD

I can bite to give out Crack Head and Love Bug virus!

Jul 27, 2012 13 years ago
Sorcerer
is a worthy opponent
User Avatar
Forsake

Be sure you add the fixes I listed, I think you're all set! :D

Jul 27, 2012 13 years ago
Mirror
is a Time Lord
User Avatar
Appropriate

yes i think i added them all now!

And woot someone has nominated my pet lol.

thanks so much for your help! ❤

I can bite to give out Crack Head and Love Bug virus!

Please log in to reply to this topic.