Naslovnica +OSTALO kamera

kamera

Buregdzinica Tepsy Ilijas Dstore Ilijas

div#container
{
width:840px;
height:317px;
overflow:scroll; /* if you don’t want a scrollbar, set to hidden */
overflow-x:hidden; /* hides horizontal scrollbar on newer browsers */

/* resize and min-height are optional, allows user to resize viewable area */
-webkit-resize:vertical;
-moz-resize:vertical;
resize:vertical;
min-height:317px;
}

iframe#embed
{
width:1000px; /* set this to approximate width of entire page you’re embedding */
height:800px; /* determines where the bottom of the page cuts off */
margin-left:-250px; /* clipping left side of page */
margin-top:-0px; /* clipping top of page */
overflow:hidden;

/* resize seems to inherit in at least Firefox */
-webkit-resize:none;
-moz-resize:none;
resize:none;
}

zadnjaa

prvaaa

kameraaa
#my-div
{
width : 1920px;
height : 1024px;
overflow : hidden;
position : relative;
}

#my-iframe
{
position : absolute;
top : -500px;
left : -500px;
width : 1280px;
height : 1200px;
}