Почему кто-то должен напрягаться, если ты сам поленился просмотреть код и поискать решение.
http://stella-n.ru/js/animation.js - вот теперь сделай маленький напряг, почитай, если хромаешь и в путь.
ну как-то вы хреново смотрели и не нашли куска скрипта:
function getClientWidth()
{
return document.compatMode=='CSS1Compat' && !window.opera?document.documentElement.clientWidth:document.body.clientWidth;
}
function getClientHeight()
{
return document.compatMode=='CSS1Compat' && !window.opera?document.documentElement.clientHeight:document.body.clientHeight;
}
function imgSize(){
var wheight = getClientHeight();
if(wheight < 800){
wheight = 800;
}
document.getElementById("main_l").style.height = wheight+"px";
document.getElementById("main_r").style.height = wheight+"px";
document.getElementById("left_bg").style.height = wheight+"px";
}
window.onresize = function(event) {
imgSize();
}
function out(el){
var elem = nextObject(el);
if(elem.getAttribute("class"))
elem.setAttribute("class","post");
elem = prevObject(el);
if(elem.getAttribute("class"))
elem.setAttribute("class","pre");
}
function over(el){
var elem = nextObject(el);
if(elem.getAttribute("class") == "post")
elem.setAttribute("class","post1");
elem = prevObject(el);
if(elem.getAttribute("class") == "pre")
elem.setAttribute("class","pre1");
}
function nextObject(el) {
var n = el;
do n = n.nextSibling;
while (n && n.nodeType != 1);
return n;
}
function prevObject(el) {
var p = el;
do p = p.previousSibling;
while (p && p.nodeType != 1);
return p;
}
Но я не понимаю за щет чего движение происходит ???
Что то здесь все мы, очень сильно хромаем со знаниями.
Люди ну сделайте маленький напряг, очень интересно как это работает.
http://stella-n.ru/js/animation.js - вот теперь сделай маленький напряг, почитай, если хромаешь и в путь.
function getClientWidth()
{
return document.compatMode=='CSS1Compat' && !window.opera?document.documentElement.clientWidth:document.body.clientWidth;
}
function getClientHeight()
{
return document.compatMode=='CSS1Compat' && !window.opera?document.documentElement.clientHeight:document.body.clientHeight;
}
function imgSize(){
var wheight = getClientHeight();
if(wheight < 800){
wheight = 800;
}
document.getElementById("main_l").style.height = wheight+"px";
document.getElementById("main_r").style.height = wheight+"px";
document.getElementById("left_bg").style.height = wheight+"px";
}
window.onresize = function(event) {
imgSize();
}
function out(el){
var elem = nextObject(el);
if(elem.getAttribute("class"))
elem.setAttribute("class","post");
elem = prevObject(el);
if(elem.getAttribute("class"))
elem.setAttribute("class","pre");
}
function over(el){
var elem = nextObject(el);
if(elem.getAttribute("class") == "post")
elem.setAttribute("class","post1");
elem = prevObject(el);
if(elem.getAttribute("class") == "pre")
elem.setAttribute("class","pre1");
}
function nextObject(el) {
var n = el;
do n = n.nextSibling;
while (n && n.nodeType != 1);
return n;
}
function prevObject(el) {
var p = el;
do p = p.previousSibling;
while (p && p.nodeType != 1);
return p;
}
в личку скину.
Посмотрите личку