C
R
E
A
T
E

A
D

I've Lost The 'Nominate Pet...' Section And Background
#1 :: July 5th, 2012 @ 12:47 AM
FETISH
is a Time Lord

User Avatar: 389008
2,222 Posts
659 Achievements




FETISH pony by mumo

Hi there! I was just finishing up Kinan's profile, and I wanted to code in the spotlight bit, so I enabled the spotlight nomination, and put in the coding with just some general top/left amounts to see where it would go (I code by trial and error, lol). The problem is, I can't find it at all.

This is what I have:

Code:
.pet_spotlight {
font-size: 9px;
font-weight: bold;
top: 600px;
left: 400px;
position: absolute;
width: 150px;
text-align: center;
line-height: 14px;}


Also, I was going to put in a background image, right now it just shows up white, but this is the coding I used:

Code:
#rightbg {background-color:transparent;}
body {background-image:url(http://s15.postimage.org/5zhicupw9/kinandeskbg.png);}
body{ color:#000000;font:9px verdana;}
body
{background-image:url(http://s8.postimage.org/51eie2kr7/kianfileprofile.png);


When I put the kinandeskbg url in, it goes over the main image and doubles up. Help?!

Last Edit by: User not found (1): Chernobyl 7/05/12 - 12:54:06 am


#2 :: July 5th, 2012 @ 1:03 AM
Georgie
has ALL of the Beanbags!

User Avatar: 149154
6,899 Posts
1,468 Achievements



@Chernobyl users are always unable to see their own nominate links. This is to prevent you from nominating yourself, lol. The link is there though it is partial hidden:
http://grab.by/ez62

Some people chose to log out ( or use a different browser) to see where it is to adjust the location. You could also put an image in a div and code that to where you want the pet spotlight to be, then just change the code after you have the right spot.


#3 :: July 5th, 2012 @ 1:14 AM
FETISH
is a Time Lord

User Avatar: 389008
2,222 Posts
659 Achievements




FETISH pony by mumo

@Georgie Thank you so much, I thought I was losing it, haha! I didn't know about it being invisible to the owner, haha!

Argh- I just checked the profile in Chrome, and none of the images show up, but the coding itself is fine. -.- I'm so stuck.

Last Edit by: User not found (1): Chernobyl 7/05/12 - 1:16:46 am


#4 :: July 5th, 2012 @ 1:23 AM
Georgie
has ALL of the Beanbags!

User Avatar: 149154
6,899 Posts
1,468 Achievements



@Chernobyl hmmm, they don't show up for me in Opera either. But I have been having problems with images on Subeta all evening.
iw as going to just click the nominate link for you so you can see it in FF but it seems to be gone for me now...


#5 :: July 5th, 2012 @ 1:26 AM
FETISH
is a Time Lord

User Avatar: 389008
2,222 Posts
659 Achievements




FETISH pony by mumo

@Georgie Hrmm, I HOPE it's a Subeta issue- I downloaded Chome and even checked in IE (shudder), with no luck. I moved the link down, it's near the bottom of the page now under the actual graphics, I completely overshot it, lol.


#6 :: July 5th, 2012 @ 1:32 AM
Georgie
has ALL of the Beanbags!

User Avatar: 149154
6,899 Posts
1,468 Achievements



@Chernobyl Okay, I nominated you. Now you should be able to see it with no problems.


#7 :: July 5th, 2012 @ 1:33 AM
FETISH
is a Time Lord

User Avatar: 389008
2,222 Posts
659 Achievements




FETISH pony by mumo

@Georgie Thank you! That was honestly the last thing I needed done (the coding for the nominate bit), so otherwise I'm good to go as far as being complete . Unless the profile still doesn't work in other browsers tomorrow, haha!


#8 :: July 5th, 2012 @ 1:35 AM
Georgie
has ALL of the Beanbags!

User Avatar: 149154
6,899 Posts
1,468 Achievements



@Chernobyl If for some reason you decide it is not actually ready to be nominated just go to the page where you can check and uncheck your pets to be nomionated. That should take the nomination down, I think... lol


#9 :: July 5th, 2012 @ 1:53 AM
FETISH
is a Time Lord

User Avatar: 389008
2,222 Posts
659 Achievements




FETISH pony by mumo

@Georgie Thanks! As soon as I check it tomorrow in the other browsers, I'll take it down if needed. Oh! I edited my first post to ask about the background image belatedly, but I was wondering if you had any ideas what I should do for that?


#10 :: July 5th, 2012 @ 2:12 AM
Georgie
has ALL of the Beanbags!

User Avatar: 149154
6,899 Posts
1,468 Achievements



@Chernobyl You are using "body"twice.
Code:
body {background-image:url(http://s15.postimage.org/5zhicupw9/kinandeskbg.png);}
body{ color:#000000;font:9px verdana;}
body
{background-image:url(http://s8.postimage.org/51eie2kr7/kianfileprofile.png);
background-repeat:no-repeat;background-position:absolute;}


Try this:
Code:

body {background: transparent url((http://s15.postimage.org/5zhicupw9/kinandeskbg.png);}
body{ color:#000000;font:9px verdana;}

html {background url(http://s8.postimage.org/51eie2kr7/kianfileprofile.png);
background-repeat:no-repeat;background-position:absolute;}


#11 :: July 5th, 2012 @ 2:24 AM
FETISH
is a Time Lord

User Avatar: 389008
2,222 Posts
659 Achievements




FETISH pony by mumo

@Georgie I put the code you gave me in, and fixed where you put the (( twice (I'm so glad I'm not the only one that typos that ), and now both images are gone. Sorry if I'm being annoying, I'm just at a total loss as to what I did this time.


#12 :: July 5th, 2012 @ 2:32 AM
Georgie
has ALL of the Beanbags!

User Avatar: 149154
6,899 Posts
1,468 Achievements



You are not being annoying at all. I may have switched them around. Hold on and let me grab your code and try them on my pet...


@Chernobyl


Code:
<style>
#header, #postcards, #header-ban, #header-ban-main, #bookmarks, #header-lrc, #header-rrc {display:none;}
#menu, #menu-right, #sidebar, #rightbg, #spacer, h2, #column_3 a, #footer {display:none;}
#content, #index, body, #page, #bookmarks, #rightbg {background-color:transparent;}

html {background: transparent url(http://s15.postimage.org/5zhicupw9/kinandeskbg.png) repeat-y}
body {background: url(http://s8.postimage.org/51eie2kr7/kianfileprofile.png) no-repeat top left;width:1200px;height:900px;}



.pet_name{position:absolute;left:455px;top:155px;color:#e000000;font-family: Arial;font-style: italic; font-size: 20px; }
.pet_color_info{position:absolute; left:455px; top:198px;color:#000000;}
.owner{position:absolute; left:655px; top:198px;color:#000000;}
.pet_age_info_date{position:absolute; left:535px; top:157px;color:#000000;}
.pet_wco_info_date{position:absolute; left:535px; top:165px;color:#0000007;}

#pet_image {position:absolute; top:240px; left:23px;}

#pet_minion{position:absolute; left:790px;top:313px;}
#pet_treasure{position:absolute; width:460px; height:130px;top:538px;left:444px;opacity: 0.9;overflow:auto;}
#pet_desc

#one {
position: absolute;
top: 240px;
left: 450px;
width: 420px;
height: 280px; overflow:auto;background-color:transparent; font-color: #000000;}



#two {
position: absolute;
top: 680px;
left: 450px;
width: 420px;
height: 30px; overflow:auto;background-color:transparent; font-color: #000000;}



#pet_stats{display:none;}
.treasure_item {

width:60px;
height:60px;
overflow:none;
}
.treasure_item img {filter:alpha(opacity=90); opacity: 1;}
.treasure_item img:hover {filter:alpha(opacity=90); opacity: 1;}
.pet_spotlight {
font-size: 9px;
font-weight: bold;
top: 645px;
left: 888px;
position: absolute;
width: 96px;
height: 85px;
text-align: center;
line-height: 12px;}

#pet_friends{display:none;}

</style>

Last Edit by: Georgie 7/05/12 - 2:46:41 am


#13 :: July 5th, 2012 @ 2:47 AM
FETISH
is a Time Lord

User Avatar: 389008
2,222 Posts
659 Achievements




FETISH pony by mumo

@Georgie Thank you! That's something I wouldn't have noticed - it's weird... I can code, but I can't. Like, I know the raw bones bit, but it's trial and error when figuring out where to put the bits of code.


#14 :: July 5th, 2012 @ 2:48 AM
Georgie
has ALL of the Beanbags!

User Avatar: 149154
6,899 Posts
1,468 Achievements



@Chernobyl You are welcome. (:


#15 :: July 5th, 2012 @ 4:56 AM
FETISH
is a Time Lord

User Avatar: 389008
2,222 Posts
659 Achievements




FETISH pony by mumo

@Georgie I think I can finally call it finished! I just wanted to ask - I put your name in the credits part as a thanks, is that OK?


#16 :: July 5th, 2012 @ 10:02 AM
Georgie
has ALL of the Beanbags!

User Avatar: 149154
6,899 Posts
1,468 Achievements



@Chernobyl aww that is very sweet of you! I didn't do much but if you want it there that is fine. (: