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!
Try adding a height to it perhaps.
nope it not fixing it :(
I can bite to give out Crack Head and Love Bug virus!
is right. Even when positioned at 0px both top and left it's right on top of the overlay.
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!
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!
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.
/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!
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.
/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!
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;}
oh...well someone said to use this code:
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!
You can use user= without a problem, I just did it.
lol someone pointed it out that i blocked the a link XD
I can bite to give out Crack Head and Love Bug virus!