Results 1 to 3 of 3
Hybrid View
-
10th March 2009 11:46 #1Registered User
Join Date: Dec:2008
Location:
Posts: 148
.
1024 768 1280768
, ,
.
.
-
10th March 2009 11:54 #2
HTML/CSS.
, , , ( 2560px) - .
- : <img src="__" /> , -
.
, .
-
15th March 2009 21:40 #3
:
PicBr=1;
PicCount=4;
function NextImage() {
if (PicBr==PicCount) {PicBr=1}
else {PicBr++};
IMG1.src="images/Gallery"+PicBr+".jpg";
}
function PreviousImage() {
if (PicBr==1) {PicBr=PicCount}
else {PicBr--};
IMG1.src="images/Gallery"+PicBr+".jpg";
}




Reply With Quote
Lenovo ThinkPad 15 IdeaPad 15
5th May 2023, 22:16 in