View Full Version : i need help coding a full page layout on neopets


x_livielou_x
03-21-2007, 12:41 AM
i used a tutorial to help me code a full page guild layout i made for my neopets guild...but something went wrong
here is the link of my guild: http://www.neopets.com/guilds/guild.phtml?id=2914416

and here is the code i used:
<style type="text/css">
img{filter:alpha(Opacity=0,FinishOpacity=0,Style=2 ,StartX=0,FinishX=0, StartY=0,FinishY=0)}
p img{filter:chroma(color=)}
#m,#mb,table,td{background:none}
#ban,#n, #object{display:none}
#object, #select {border: 2px dashed #C6B79D}

td,p,body,font{color:#000000;font:8pt verdana}

body{
scrollbar-arrow-color:#95CC19;
scrollbar-track-color:#657F38;
scrollbar-face-color:#465626;
scrollbar-highlight-color:#657F38;
scrollbar-3dlight-color:#465626;
scrollbar-darkshadow-color:#000000;
scrollbar-shadow-color:#465626;}

body{background: url(http://i155.photobucket.com/albums/s318/x_livielou_x/bcgrndthing-1.jpg)}

a:link,a:visited,a:active{color:#0000000;font:8pt verdana;text-decoration:none;}
a:hover{color:#000000;font:8pt verdana;text-decoration:underline; no-repeat;}

.img1{position:absolute;top:0;left:0;width:750;hei ght:304;}
.img2{position:absolute;top:100px;left:100px;width :140;height:695;}
.img3{position:absolute;top:339;left:275;width:485 ;height:691;}

.div1{position:absolute;top:465;left:306;width:110 ;height:129; overflow:auto; }

.div2{position:absolute;top:465;left:553;width:88; height:126; overflow:auto; }

.div3{position:absolute;top:465;left:553;width:226 ;height:299; overflow:auto; }

.div4{position:absolute;top:650;left:553;width:212 ;height:153; overflow:auto; }
</style>

<body>
<img src="http://i155.photobucket.com/albums/s318/x_livielou_x/top1-1.jpg" class="img1">
<img src="http://i155.photobucket.com/albums/s318/x_livielou_x/left1.jpg" class="img2">
<img src="http://i155.photobucket.com/albums/s318/x_livielou_x/center1.jpg" class="img3">

<div class="div1">TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT</DIV>

<div class="div2">TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT</DIV>

<div class="div2">TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT</DIV>

<div class="div2">TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT</DIV>


can someone help me fix it to make it work???:(