_xheatherr Posted October 22, 2010 Share Posted October 22, 2010 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! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.