Jump to content

PetPage Help


siemis

Recommended Posts

I want one of my pets petpage to be my wishlist^^

I had an idea but I don't know how to do this:

 

bildschirmfoto20110428u.png

 

I created a wish list on jelly neo and drew a chibi of myself so I want the wish list to appear in "my" thought bubble.

Is there a way to create such a frame around my wish list? It should expand when I put more wishes in my list... I don't have clue how to do this ^^""

 

Can anyone help me with this? thanks in advance!

Link to comment
Share on other sites

You could simply make a big div with your chibi as the background, and then put the div inside of it that contains your wishlist.

Or you could make your chibi the background of the whole page, and just slap a div on there with your wishlist. However you want to do it. Straightforward.

 

As far as making your thought bubble expand when the list expands...hrm. You could make your thought bubble tileable on the sides, or you could just scrap that idea and make your wishlist scroll if it gets too big for the thought bubble. That's the easiest way to do it, imho. :)

Link to comment
Share on other sites

I think making it scroll would be better.

Here, try this:

<style>
body {background: url("your_image_url_here") repeat: no-repeat;}
#wishlist {top: 00px; left: 00px; width: 000px; height: 000px; overflow: auto;}
</style>

<div id="wishlist" style="position:absolute;">

PUT ALL YOUR WISHLIST ITEMS HERE. PUT ALL YOUR WISHLIST ITEMS HERE. PUT ALL YOUR WISHLIST ITEMS HERE.

</div>

Now, where I have put the zeros after top and left, you will have to enter numbers and edit those numbers until you get the div to line up inside the image. The same goes for the numbers after width and height. It all depends on the size of your background image. :3

 

I hope this helps! ^w^

Link to comment
Share on other sites

@cornflake aah >< I thought I responded .... oò" sorry^^"

Good ideas but I don't know anything about coding ~__~"" I have to learn that << I have so many lookup ideas ^^

I think making it scroll would be better.

Here, try this:

<style>
body {background: url("your_image_url_here") repeat: no-repeat;}
#wishlist {top: 00px; left: 00px; width: 000px; height: 000px; overflow: auto;}
</style>

<div id="wishlist" style="position:absolute;">

PUT ALL YOUR WISHLIST ITEMS HERE. PUT ALL YOUR WISHLIST ITEMS HERE. PUT ALL YOUR WISHLIST ITEMS HERE.

</div>

Now, where I have put the zeros after top and left, you will have to enter numbers and edit those numbers until you get the div to line up inside the image. The same goes for the numbers after width and height. It all depends on the size of your background image. :3

 

I hope this helps! ^w^

 

*---* Yes~ this helps ^_____^

Thanks a lot~ lmaosmiley.gif

 

I could draw something for you if you want ^^

Link to comment
Share on other sites

@cornflake aah >< I thought I responded .... oò" sorry^^"

Good ideas but I don't know anything about coding ~__~"" I have to learn that << I have so many lookup ideas ^^

 

 

*---* Yes~ this helps ^_____^

Thanks a lot~ lmaosmiley.gif

 

I could draw something for you if you want ^^

Draw something for me? What do you mean? All I did was type a few lines of code... O.o

Link to comment
Share on other sites

Yeah but I couldn't do it ^^" Just if you want of course ^^""

Hmmm... Maybe fanart of one of my pets? You can do whichever one you like. :3
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...