Redimensionar web

Hola que tal;

He usado el buscador, pero no he encontrado nada concreto a este respecto. En mi caso, tengo un web realizada para una resolucion de 800x600 o superiores.

Mi pregunta es si podría modificarla para estar a 1024x768. ¿Es posible hacerlo?.

En mi caso concreto es la web de mi firma (SOUND | DEFINE). No es Java (aunque tiene algun componente aislado) ni tiene frames.

Está realizada con CSS y la base es una plantilla MUY modificada por mi.

Habria que cambiar cosas en el <body>, en el documento CSS o en las imagenes?.. o tal vez en las tres?

Muchas gracias a todos.
Un saludo.
-.-
Yo creo que deberías modificar el weigh en el css, no?? Y supongo que a consecuencia de esto será posible que no se vea muy bien, y se descoloque todo, con lo que es posible que tengas que redefinir todos los componentes de la hoja de estilo.

Y posiblemente las imágenees también. Si ves que está todo descolocado.

En cuanto al .html, no creo a no ser que hayas definido dimensiones y demas en este documento...

Saludos.
Hola sayan, gracias por la respuesta.. el contenido del CSS es el siguiente:

/*
Design for Sound Define by Malagüeb studios
[url]http://www.sounddefine.com[/url]
All rights reserved
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #373737 url(images/img01.PNG);
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
}

img {
  border-style: none
}

h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}

h2 {
}

h3 {
}

p, blockquote, ul, ol {
}

p {
}

blockquote {
	margin-left: 3em;
}

ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
}

img {
}

/* Boxed Style */

.centrado {
  text-align: center ;
	margin: 4px auto
}

.boxed {
}

.boxed .title {
	height: 22px;
	padding: 3px 0 0 30px;
	background: #1C1C1C url(images/img08.jpg) no-repeat;
	font-size: 1em;
	}

.boxed .content {
	margin-left: 12px;
	padding: 18px;
	background: #313131 url(images/img09.gif);
	border-bottom: 1px solid #111111;
	}

/* Post */

.post {
	margin-bottom: 25px;
	padding: 0 15px 10px 15px;
	background: url(images/img11.gif) repeat-x left bottom;
}

.post .title {
	margin-bottom: 10px;
	padding: 5px 0 5px 40px;
	background: url(images/img10.jpg) no-repeat left center;
	font-size: 1.5em;
}

.post h3 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: .8em;
}

.post .story p, .post .story blockquote, .post .story ul, .post .story ol {
	margin-bottom: 1.5em;
	line-height: 180%;
}

/* Header */

#header {
	width: 760px;
	height: 130px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	width: 380px;
	height: 130px;
	background: url(gifs/soundspeakerdefine.gif) no-repeat;
}

#logo h1 {
	padding: 15px 0 0 135px;
	font-size: 36px;
}

#logo h2 {
	margin-top: -8px;
	padding: 0 0 0 135px;
	font-size: 11px;
}

#logo h2 a {
	color: #B8B8B8;
}

#logo a {
	text-decoration: none;
	text-transform: lowercase;
	font-style: italic;
}

/* Menu */

#menu {
	float: right;
	width: 340px;
	height: 120px;
	padding: 10px 0 0 40px;
	background: url(images/img03.jpg) no-repeat;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: block;
	float: left;
	width: 140px;
	padding: 0 0 5px 0;
}

#menu a {
	padding-left: 24px;
	background: url(images/img04.gif) no-repeat left center;
	text-decoration: none;
	text-transform: lowercase;
	font: bold 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
}

#menu a:hover {
	background-image: url(gifs/botonverde.gif);
}

#menu .active a {
	background-image: url(gifs/botonrojo.gif);
}

/* Content */

#content {
	width: 660px;
	margin: 0 auto;
	background: #373737 url(images/img07.PNG) repeat-y;
}

#extra {
}

/* Content > Main */

#main {
	float: right;
	width: 393px;
	padding-right: 15px;
}

#main a {
}

/* Content > Main > Welcome */

#welcome {
}

/* Content > Main > Example */

#example {
}

/* Content > Sidebar */

#sidebar {
	float: left;
	width: 205px;
	padding: 8px 0 0 15px;
}

#sidebar a {
}

/* Content > Sidebar > Login */

#login {
}

#login form {
}

#login fieldset {
	border: none;
}

#login legend {
	display: none;
}

#login label {
	display: block;
	font-size: x-small;
}

#login input {
	padding: 2px 5px;
	font: normal x-small Verdana, Arial, Helvetica, sans-serif;
}

#inputtext1, #inputtext2 {
	width: 146px;
	margin-bottom: 10px;
	border: 1px solid #1A1A1A;
}

#inputsubmit1 {
	float: right;
	background: #1A1A1A;
	border: none;
	color: #FFFFFF;
}

#login p {
	font-size: x-small;
}

/* Content > Sidebar > Updates*/

#updates {
}

#updates ul {
	margin: 0;
	list-style: none;
}

#updates h3 {
	margin: 0;
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
}

#updates p {
	margin-bottom: 1.4em;
	font-size: smaller;
	line-height: normal;
}

/* Content > Sidebar > Partners*/

#partners {
}

#partners .content {
	padding: 10px 0;
}

#partners ul {
	margin: 0;
	border-bottom: 1px solid #D1BC5C;
	list-style: none;
	line-height: normal;
}

#partners li {
	padding: 10px;
	border-top: 1px solid #D1BC5C;
}

/* Footer */

#footer {
	clear: both;
	width: 660px;
	margin: 0 auto;
	padding: 30px 0;
	background: url(images/img12.gif) repeat-x;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: x-small;
	color: #373737;
}

#footer a {
	color: #373737;
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}

Asi imagino que será más sencilla la respuesta, porque claro, no sabes ni como está montado el tema...


Un saludo! :roll:
-.-
No hay respuestas?.. Por favor necesito la ayuda, todo consejo será bienvenido :wink: