Replies

Jun 1, 2012 13 years ago
Rorschach
is a mall rat
User Avatar
Universe

I'm having a problem with my pet Resume's profile.

The image that all the stuff is supposed to fit into is really small, and I can't figure out how to fix it :/ It was fine a while ago, I'm not really sure why it's not working now. And oddly, if I paste that image onto another blank profile it shows as its full size. Anyone know what the problem might be?

Jun 1, 2012 13 years ago
Silverfish
is a survivor
User Avatar
Xingese

Looks like you put the layout in pet description which has some width on it's own lower than your bg's. So, preasumably, Subeta resizes it?

Art by p-sebae ❤️
| | -Night Mode- Shengui Guo Custom CSS [v2.0]

Looking to adopt a December 31st, 1969 glitched date pet

Jun 1, 2012 13 years ago
Rorschach
is a mall rat
User Avatar
Universe

I'm kind of confused, which width is lower than the one I'm trying to fix?

Jun 1, 2012 13 years ago
Silverfish
is a survivor
User Avatar
Xingese

Of pet_desc element. The one you write and in fact create all divs in. I guess put your tiled image into html and move your layout into body? That's how you usually do it. :)

Art by p-sebae ❤️
| | -Night Mode- Shengui Guo Custom CSS [v2.0]

Looking to adopt a December 31st, 1969 glitched date pet

Jun 1, 2012 13 years ago
Rorschach
is a mall rat
User Avatar
Universe

Well that fixed the size issue, but now I'm having problems getting the background to show :P Do you know what the code for that is? I tried:

Jun 1, 2012 13 years ago
Silverfish
is a survivor
User Avatar
Xingese

Haha, nice try but no :P. Do

html {background-image:url(http://i201.photobucket.com/albums/aa80/dizzcat/resumebg.png);}

[edit] Nono, don't change background-image: to image: in body, computers are not that smart :P it's all the same principle, alwayss

Art by p-sebae ❤️
| | -Night Mode- Shengui Guo Custom CSS [v2.0]

Looking to adopt a December 31st, 1969 glitched date pet

Jun 1, 2012 13 years ago
Rorschach
is a mall rat
User Avatar
Universe

Ah goodness, I feel silly :P

The html background image seems to be overriding the other image now though x_x

Jun 1, 2012 13 years ago
Silverfish
is a survivor
User Avatar
Xingese

Why indeed mutters aaah, okay, I didn't notice. You need this:

body{background-image:url(http://i201.photobucket.com/albums/aa80/dizzcat/resumelayout2-1.png); width: 828px; height:621px; background-repeat: no-repeat; background-color:transparent;}

(yes, I've found one more bug XD) Now it should work ^^

Art by p-sebae ❤️
| | -Night Mode- Shengui Guo Custom CSS [v2.0]

Looking to adopt a December 31st, 1969 glitched date pet

Jun 1, 2012 13 years ago
Rorschach
is a mall rat
User Avatar
Universe

Ahh, thank you so much <3

Jun 1, 2012 13 years ago
Silverfish
is a survivor
User Avatar
Xingese

You're welcome <3

Art by p-sebae ❤️
| | -Night Mode- Shengui Guo Custom CSS [v2.0]

Looking to adopt a December 31st, 1969 glitched date pet

Please log in to reply to this topic.