61
Chit Chat / Re: hey i'm new!!!
« on: April 08, 2010, 04:20:10 AM »
Lol
it will cost u alot
hehe .. welcome to 4images yaaaaaaaaaaaaaaaaar





This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
I had att file, thanks!
Thanks you!
Please help me! I see a space white on top
http://anhtuanqt.net/home
please attach ur home.html , and header.html as a zip file .. ill go tru it and fix it.. u have to be very carefull when pasting DIV's .. thier must be a collision ..ill fix it..
hello, please help me fix it
Thanks
#message_box {
position: absolute;
top: 0; left: 0;
z-index: 10;
background:#ffc;
padding:5px;
border:1px solid #CCCCCC;
text-align:center;
font-weight:bold;
width:99%;
}
src="jquery-1.2.6.min.js"
to your own version <script type="text/javascript" language="javascript" src="jquery-1.2.6.min.js"></script>
<script type="text/javascript" language="javascript">
$(document).ready(function()
{
//scroll the message box to the top offset of browser's scrool bar
$(window).scroll(function()
{
$('#message_box').animate({top:$(window).scrollTop()+"px" },{queue: false, duration: 350});
});
//when the close button at right corner of the message box is clicked
$('#close_message').click(function()
{
//the messagebox gets scrool down with top property and gets hidden with zero opacity
$('#message_box').animate({ top:"+=15px",opacity:0 }, "slow");
});
});
</script>
{if user_loggedout}
<div id="message_box"><img id="close_message" style="float:right;cursor:pointer" src="12-em-cross.png" />Hey Their Dear Guest - Please <a href="register.php"> Sign up</a> to Experience More Great Features</div>
{endif user_loggedout}
I had delete it but I saw many more problem!