The layout is just awesome!:) Thanks! But I have some problems with the top entry box, for some reason the top line of the box frame is missing and a part of "Friends Only" phrase is cut from the top. Could you please have a look at my lj
Try this. Find this part of the code: .content{ background:transparent; float:left; margin-top:-240px; width:670px; } and change the "margin-top" to -150px (or whatever that fits your layout.) Then find this: ul.nav{ background:transparent; position:relative; top:270px; left:700px; width:260px; } and change the "top" to 170px (again, change the number if you need it), and let me know if this fix the problem. :)
Comments 32
Reply
Reply
considering to use this. (:
Reply
Reply
But I have some problems with the top entry box, for some reason the top line of the box frame is missing and a part of "Friends Only" phrase is cut from the top. Could you please have a look at my lj
Reply
Find this part of the code:
.content{
background:transparent;
float:left;
margin-top:-240px;
width:670px;
}
and change the "margin-top" to -150px (or whatever that fits your layout.)
Then find this:
ul.nav{
background:transparent;
position:relative;
top:270px;
left:700px;
width:260px;
}
and change the "top" to 170px (again, change the number if you need it), and let me know if this fix the problem. :)
Reply
Reply
Reply
Leave a comment