howdyho124 Posted December 9, 2009 Share Posted December 9, 2009 I need help with my userlookup coding I temporarily changed it, as i cannot update my user look-up Words that are disallowed are position, and repeat-y Any help is greatly appreciated <style > body {background: #1F4A58; [b]repeat-y[/b] top left;} body, td, font, p, a{color:#5a8d98; font:12pt century gothic} .contentModule, .contentModuleTable, .contentModuleContent{border:none} .contentModuleTable, #img, #abt {[b]position:absolute;[/b]} .contentModuleHeaderAlt, .contentModuleHeader, h1{color:#dbf4f6;text-align:center;font:12pt franklin gothic book;font-weight:bold;letter-spacing:5px;text-transform:none;} h1{margin-bottom:2px;margin-top:0px;line-height:20px;} h1, #usercollections .contentModuleHeaderAlt, #usershop .contentModuleHeaderAlt{background-color:#5a8d98;} #userneopets .contentModuleHeaderAlt, #usertrophies .contentModuleHeaderAlt{background-color:#3f6a78;} .contentModuleHeader{display:none;} #nst, .sf, hr, #header, #footer, #userneohome{display: none} table, #n, td, #main, img {background: transparent; border:none} #userinfo .contentModuleTable {left:200px;top:503px; width:600px;height:250px;} #userneopets .contentModuleTable {left:200px;top:768px; width:800px;height:243px;} #userneopets img {width:150px;height:150px;} #usertrophies .contentModuleTable {left:200px;top:1410px; width:800px;} #usertrophies td {padding:0px} #usertrophies img {width:72px;height:72px;} #usercollections .contentModuleTable {left:725px;top:1043px; width:275px;height:293px;} #usershop .contentModuleTable {left:200px;top:1043px; width:200px;height:347px;} b {color:#3f6a78; font-size:7pt; text-transform:none; letter-spacing:2px;} u {color:#3f6a78;} i {color:#3f6a78;} a b, a, #abt a{color:#3f6a78; text-decoration: none;} a:hover b, a:hover{color:#5a8d98;text-transform:none} #img {top:0px;left:0px; width:1000px; height:2175px; overflow-y:hidden; z-index:0} #abt {top:42px;left:701px;width:218px;text-align:left;overflow:none;} #usertrophies b, #usertrophies .medText{font:10pt franklin gothic book;font-weight:normal;letter-spacing:-1px;text-transform:none} #nav {[b]position:absolute[/b];top:507px;left:810px;text-align:center;width: 190px;font-weight: bold;} #nav a {color:#FFFFFF;filter:alpha(opacity=85);opacity:.80;width:189px;margin-bottom:1px;display:block;border: 1px solid #FFFFFF;background-color: #5a8d98;padding-top: 2px;padding-bottom: 2px;font-size: 13px;} #nav a:hover {color:#FFFFFF;filter:alpha(opacity=55);opacity:.55;width:189px;margin-bottom:1px;display:block;border: 1px solid #FFFFFF;background-color: #183e49;padding-top: 2px;padding-bottom: 2px;font-size: 15px;} #isca{[b] position: absolute[/b]; top:1049px; left:412px; width:300px; height:343px; overflow:hidden; z-index: 1;} </style > <div id="isca"> <img src="//images.weserv.nl/?url=http://i34.photobucket.com/albums/d130/hwanki/isca.jpg"></div> <div id="img"> <img src="//images.weserv.nl/?url=http://i34.photobucket.com/albums/d130/hwanki/maraqualookup22copy.png"></div> <div id="nav"> <a href="/petcentral.phtml">Pet Central</a> <a href="/explore.phtml">Explore</a> <a href="/gameroom.phtml">Games</a> <a href="/objects.phtml">Shops</a> <a href="/neoboards/index.phtml">Neoboards</a> <a href="/nf.phtml">News</a> <a href="/~InfiniteGoogleplex">Screenies</a> <a href="/~yellowyshoyru22">My Wishlist</a> <a href="/~jubrace">Items For Sale</a> <a href="?user=_howdyho125">My SIDE</a> </div> <div id="abt"> <img src="https://images.neopets.com/neoboards/avatars/slorg.gif"> <br><br><br><br> ..<img src="https://images.neopets.com/neoboards/avatars/kadoatery.gif"> <br><br><br><br> ..<img src="https://images.neopets.com/neoboards/avatars/kelpwaitress.gif"></div> Link to comment Share on other sites More sharing options...
Chanizilla Posted December 9, 2009 Share Posted December 9, 2009 Unfortunately you cannot use the position tag in the style element anymore unless you are using it in html format... <style > //{} body {background-color: #1F4A58;} body, td, font, p, a{color:#5a8d98; font:12pt century gothic} .contentModule, .contentModuleTable, .contentModuleContent{border:none} .contentModuleHeaderAlt, .contentModuleHeader, h1{color:#dbf4f6;text-align:center;font:12pt franklin gothic book;font-weight:bold;letter-spacing:5px;text-transform:none;} h1{margin-bottom:2px;margin-top:0px;line-height:20px;} h1, #usercollections .contentModuleHeaderAlt, #usershop .contentModuleHeaderAlt{background-color:#5a8d98;} #userneopets .contentModuleHeaderAlt, #usertrophies .contentModuleHeaderAlt{background-color:#3f6a78;} .contentModuleHeader{display:none;} #nst, .sf, hr, #header, #footer, #userneohome{display: none} table, #n, td, #main, img {background: transparent; border:none} #userinfo .contentModuleTable {left:200px;top:503px; width:600px;height:250px;} #userneopets .contentModuleTable {left:200px;top:768px; width:800px;height:243px;} #userneopets img {width:150px;height:150px;} #usertrophies .contentModuleTable {left:200px;top:1410px; width:800px;} #usertrophies td {padding:0px} #usertrophies img {width:72px;height:72px;} #usercollections .contentModuleTable {left:725px;top:1043px; width:275px;height:293px;} #usershop .contentModuleTable {left:200px;top:1043px; width:200px;height:347px;} b {color:#3f6a78; font-size:7pt; text-transform:none; letter-spacing:2px;} u {color:#3f6a78;} i {color:#3f6a78;} a b, a, #abt a{color:#3f6a78; text-decoration: none;} a:hover b, a:hover{color:#5a8d98;text-transform:none} #img {width:1000px; height:2175px; overflow-y:hidden; z-index:0} #abt {width:218px;text-align:left;overflow:none;} #usertrophies b, #usertrophies .medText{font:10pt franklin gothic book;font-weight:normal;letter-spacing:-1px;text-transform:none} #nav {text-align:center;width: 190px;font-weight: bold;} #nav a {color:#FFFFFF;filter:alpha(opacity=85);opacity:.80;width:189px;margin-bottom:1px;display:block;border: 1px solid #FFFFFF;background-color: #5a8d98;padding-top: 2px;padding-bottom: 2px;font-size: 13px;} #nav a:hover {color:#FFFFFF;filter:alpha(opacity=55);opacity:.55;width:189px;margin-bottom:1px;display:block;border: 1px solid #FFFFFF;background-color: #183e49;padding-top: 2px;padding-bottom: 2px;font-size: 15px;} #isca{width:300px; height:343px; overflow:hidden; z-index: 1;} </style > <div id="isca" style="position:absolute;top:1049px;left:412px;"> <img src="//images.weserv.nl/?url=http://i34.photobucket.com/albums/d130/hwanki/isca.jpg"></div> <div id="img" style="position:absolute;top:0px;left:0px; "> <img src="//images.weserv.nl/?url=http://i34.photobucket.com/albums/d130/hwanki/maraqualookup22copy.png"></div> <div id="nav" style="position:absolute;top:507px;left:810px;"> <a href="/petcentral.phtml">Pet Central</a> <a href="/explore.phtml">Explore</a> <a href="/gameroom.phtml">Games</a> <a href="/objects.phtml">Shops</a> <a href="/neoboards/index.phtml">Neoboards</a> <a href="/nf.phtml">News</a> <a href="/~InfiniteGoogleplex">Screenies</a> <a href="/~yellowyshoyru22">My Wishlist</a> <a href="/~jubrace">Items For Sale</a> <a href="?user=_howdyho125">My SIDE</a> </div> <div id="abt" style="position:absolute;top:42px;left:701px;"> <img src="https://images.neopets.com/neoboards/avatars/slorg.gif"> <br><br><br><br> ..<img src="https://images.neopets.com/neoboards/avatars/kadoatery.gif"> <br><br><br><br> ..<img src="https://images.neopets.com/neoboards/avatars/kelpwaitress.gif"></div> Try using these alterations... last I checked this still did work :) If it doesn't I will have to try fixing up your code at home as I am at work and can't access neo... Link to comment Share on other sites More sharing options...
howdyho124 Posted December 10, 2009 Author Share Posted December 10, 2009 Try using these alterations... last I checked this still did work :) If it doesn't I will have to try fixing up your code at home as I am at work and can't access neo... Thanks for replying, but that still doesn't work =( Link to comment Share on other sites More sharing options...
sky_thief Posted December 10, 2009 Share Posted December 10, 2009 Anybody know if you're allowed to float elements instead of position them? I'm too lazy to go try it myself, and my current one uses position so I don't wanna lose it unless I know I can change it! Link to comment Share on other sites More sharing options...
Chanizilla Posted December 10, 2009 Share Posted December 10, 2009 Yes you can use float elements :) I use this on my current lookup :) I am also tweaking a new (Moltara) UL and I can use the position tags as long as they are not applied between style tags but used in a div tag specifying style.... for example. <div id="nv" style="position:absolute;left:715px;top:350px;"> <a href=/petcentral.phtml>Pet Central</a> <a href=/explore.phtml>Explore</a> <a href=/games/arcade.phtml>Games</a> <a href=/neoboards/index.phtml>Boards</a> <a href=/objects.phtml>Shops</a> <a href=/nf.phtml>News</a> <a href=/customise/>Customise</a> <a href=/mall/index.phtml>NC Mall</a> </div> ^^ This would work for positioning. OH!! I just updated the code I posted for you earlier, try it again... Link to comment Share on other sites More sharing options...
losorlaugh Posted December 10, 2009 Share Posted December 10, 2009 TNT's filters are also annoying me :grrr: I cant wait to see if they change the filters back.. Link to comment Share on other sites More sharing options...
howdyho124 Posted December 10, 2009 Author Share Posted December 10, 2009 Thank You! It's all fixed & changed. Check it out everyone! This topic has been edited by a member of staff (Meowy Christmas). The original topic had been answered. Please check your user inbox to see if you have been contacted regarding this topic. Per the reason above, this topic has been LOCKED. Please contact Meowy Christmas if you have any questions regarding this action. Link to comment Share on other sites More sharing options...
Secre Posted December 11, 2009 Share Posted December 11, 2009 After having a complete brain freeze in trying to understand the coding in this post I have now been remended why I keep everything simple and don't mess with it...mainly because it all seems like Double Dutch! Link to comment Share on other sites More sharing options...
Recommended Posts