Jump to content

Neopets Guild Layout Coding Help!


_xheatherr

Recommended Posts

Okay, so I'm having trouble because neopets won't accept "absolute" in the sense of #position:absolute. Here's part of the code:

 

<style>

#container { color: black; font-size: x-small; text-align: left; width: 410px; height: 400px; }

#content01 { padding: 4px; left: 101px; top: 104px; overflow: auto; }

#box01, #content01 { width: 260px; height: 284px; #position: absolute; }

</style>

<div id="container">

<div id="box01"><div id="content01"><table>Testing... Testing... 123 !</table></div></div>

</div>

 

<style>

#container { #position: absolute; top: 0px; left: 179px; }

</style>

 

If you can provide a solution to this prolem, it would be greatly appreciated! Thanks so much!

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...