fast reply pogu vajag forumam. (jquery netiek izmantots kā suga lapā)
function fast_reply()
{
var divstyle = new String();
divstyle = document.getElementById("fast_reply").style.visibility;
if(divstyle.toLowerCase()=="visible" || divstyle == "")
{
document.getElementById("fast_reply").style.visibility = "hidden";
}
else
{
document.getElementById("fast_reply").style.visibility = "visible";
}
}
html
echo '<div id="fast_reply" style="visibility:hidden;';
include "post.php";
echo '</div>';
Problēma ir tur, ka viss, kas ir iekšs #fast_reply nerādas, kad ir neredzams, bet viņa augstums uzreiz ir fiksēts un sanāk, ka tur vnk ir balts klucis. Kā varētu to atrisināt?
Question
anonīms
fast reply pogu vajag forumam. (jquery netiek izmantots kā suga lapā)
html
Problēma ir tur, ka viss, kas ir iekšs #fast_reply nerādas, kad ir neredzams, bet viņa augstums uzreiz ir fiksēts un sanāk, ka tur vnk ir balts klucis. Kā varētu to atrisināt?
Link to comment
Share on other sites
5 answers to this question
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.