PDA

View Full Version : Screen Pixels



The Red Guy
June 13th, 2002, 02:13
How many pixels are there in a screen 1028 x 768 ? I mean, I need to have the exact size so I can create tables which fit just nice in a screen.

meow
June 13th, 2002, 04:38
You just said it - 1024*768! :biggrin2:
In real life it won't be exactly that though. You'll also have to consider the browser chrome and that people don't necessarily have their windows maxed.

You can use javascript to find the available window area but that won't help with a static layout.

The Red Guy
June 14th, 2002, 02:44
My anime site (not yet ready) seems to be very small in my browser even though I had made it to 100% total. Strange...:confused2

nag
June 14th, 2002, 08:55
Some browsers do not show exact size of window, try to use this code to see true size of window


<body topmargin="0" leftmargin="0" marginheight="0" marginwidth="0">

Also how do use 100% in your code:confused:
It would best fit if you use


<table width="100%" height="100%"></table>

w3exit
June 22nd, 2002, 12:58
always try less .. maybe 1000 or 980