Page 1 of 1

CSS: No Resize

Posted: Tue Oct 14, 2003 4:42 pm
by gavinbsocom
Is there a way to make a table have no resize using css?

Posted: Tue Oct 14, 2003 6:50 pm
by JAM

Code: Select all

table {
 width: 200px; /* lock width */
 height: 100px; /* lock height */
 border: 1px solid #000000; /* just to actually see it */
}
Sounded like a to-easy answer. Is this what you wanted?

Posted: Tue Oct 14, 2003 9:17 pm
by gavinbsocom
I figured it out, thanks, but no that wouldnt work, cuase the pixels still resize....depending on the viewers screen resolution

Posted: Wed Oct 15, 2003 2:57 am
by twigletmac
It'll never be exactly the same on all users browsers...

Mac

Posted: Thu Oct 16, 2003 9:50 am
by m3rajk
nor monitors