Thread: Window Size
Results 1 to 6 of 6
Related
-
either forcing window size or forcing image size Forum: HTML Forum
Replies: 2 -
Window Size Forum: HTML Forum
Replies: 1 -
size a new window with HTML Forum: HTML Forum
Replies: 2 -
Window Size Forum: HTML Forum
Replies: 5 -
New Window Size Forum: HTML Forum
Replies: 9
-
04-12-2003, 03:14 PM #1
Window Size
i made a layout for my page in photoshop which is 946 x 359 and i was just wondering if their is a way to make the window fit to that exact size so that you don't see any white or background just the layout
-
04-13-2003, 02:02 PM #2
<body style='background-attachment: fixed; background-image: url(images/testBG.jpg);
height: 100%; width: 100%; background-repeat: no-repeat;'>
try putting this in the <Body> tag for each page that should include that background
-
04-13-2003, 02:22 PM #3
i tried adding the code you gave me but i'm running into some problems. the layout i made is all sliced up into different pieces so its not just one image
-
05-01-2003, 07:01 AM #4
you can define the windowsize with java...
<head>
<title>Patoely.de</title>
<script type="text/javascript">
<!--
function Naviwindow() {
Navigation = window.open("main.html","Navigation","height=620,width=820");
Navigation.focus();
}
// -->
</script>
</head>
<body onLoad="Naviwindow()" bgcolor="333333" text="ffffff" link="ffffff"
alink="000000" vlink="ffffff">
hope it helps..greets
-
05-12-2003, 02:00 AM #5
that wont help anyone about the windowsize...! I thought this was a forum...!?
-
05-12-2003, 02:42 AM #6
Apologies. Its a spam bot. I will get rid of the posts.
If one of our members helps you, please click theicon to add to their reputation!
No support via email or private message - use the forums!
Before you ask, have you Searched?
Cloudjiffy- PaaS for Developers
10-05-2020, 12:30 AM in Web Hosting Forum