Innanzitutto, ciao a tutti: mi sono appena iscritta, ma sono una long time lurker!
Premetto che ho fatto una ricerca sul forum (nonché su Google) e, pur trovando problemi molto simili al mio, non sono riuscita a trovare una soluzione che calzasse a pennello.
Ho appena iniziato a utilizzare Wordpress sui miei siti e sto lentamente 'trasformandoli' tutti. Ho anche appena creato un WP layout che mi piace molto e l'ho caricato: tutto sembra andar bene, fuorché il posizionamento del contenuto principale e della barra laterale (cose che non accadevano quando facevo dei layout 'normali') che sono contenuti in div layers: è il solito annoso problema, i div cambiano posizione se il sito viene visualizzato in una risoluzione diversa rispetto al 1280x1024 (che è la risoluzione che avevo quando ho creato il layout). Solo quei div, però: quello che ho usato per il messaggio di benvenuto, ad esempio, non ha problemi. O meglio, in IE (io uso Firefox) non è che il sito abbia proprio un ottimo aspetto, ma non è questo a preoccuparmi al momento. :P
Il link al mio fansite è questo: http://www.justkeira.fan-sites.org/
Ho specificato che uso Worpress proprio perchè i vari elementi che compongono il layout vanno su pagine diverse, e temo che sia questo il punto in cui ho iniziato a fare pasticci.

Questo è il mio css (la parte interessata):

codice:
body {

	background-image: url("images/bg.png");

	background-repeat: repeat-x;

	margin-left: 0px;

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 0px;

        background-color: #ffffff ;

	font-family : trebuchet ms; 

	font-size: 11px;

	color: #5d5d5d;

	text-align: justify;

	margin:0;

	padding:0;

	line-height: 1.2em;


}


#maincontainer{

width: 928px;

margin: 0 auto;

text-align:justify;

position: relative;

line-height: 11px;

}

#rightbar{

 	padding-top:20px;

	padding-left: 0px;

  	padding-right: 0px;

 	float: left;

	width: 303px;

   margin-left: -805px;
	
	top:603px;
	
	position:relative;

}
Questo è il mio header:
codice:
[...]

<body>

<div id="maincontainer">

<center>

  <div style="position: absolute; top: 492px; width: 728px; left: 107px; height: 90px;">

<iframe name="topad" src="/ad/largead.html" frameborder="0" width="728" height="90" marginwidth="0" marginheight="0" scrolling="no"></iframe></div>

<div style="position: absolute; top: 292px; width: 269px; left: 25px; height: 166px;">

          <div align="justify" class="welcome_css">Testo testo testo testo</div>

        </div>

        <div style="position: absolute; top: 292px; width: 358px; left: 317px; height: 164px;">

          <div align="justify"></div>

        </div>

      [img]wp-content/themes/keira theme/images/keira-wpheader.png[/img]

  <map name="Map" id="Map">

    <area shape="rect" coords="738,20,805,33" href="http://www.justkeira.fan-sites.org/?page_id=8" target="_self" />

    <area shape="rect" coords="680,18,732,34" href="http://www.justkeira.fan-sites.org/?page_id=5" target="_self" />

    <area shape="rect" coords="606,18,678,35" href="http://www.justkeira.fan-sites.org/gallery/" target="_blank" />

    <area shape="rect" coords="543,18,599,36" href="http://www.justkeira.fan-sites.org/?page_id=6" target="_self" />

    <area shape="rect" coords="480,19,540,34" href="http://www.justkeira.fan-sites.org/?page_id=3" target="_self" />

    <area shape="rect" coords="812,20,862,33" href="http://www.justkeira.fan-sites.org/?page_id=10" target="_self" />

    <area shape="rect" coords="812,20,862,33" href="" target="_self" />

    <div style="position: absolute; top: 292px; width: 227px; left: 703px; height: 163px;">

      <div align="center"> [img]images/elite09.png[/img]

      [img]images/elite07.png[/img]

	  [img]images/elite08.png[/img]

	  [img]images/elite02.png[/img]

	        [img]images/elite01.png[/img]


			[img]images/elite03.png[/img]

			[img]images/elite.png[/img]

[img]images/elite.png[/img]

[img]images/elite.png[/img]

[img]images/elite.png[/img]</div>

    </div>

  <area shape="rect" coords="868,17,918,33" href="http://www.justkeira.fan-sites.org/index.php" target="_self" /></map>
  

</center></div></div>





<div id="contentcol">



<div class="wrapper">

[...]



<div style="left: 185px; width: 566px; position: absolute; top: 603px;">
E questo quello della mia sidebar:
codice:
[...]
                <div style="padding-left: 1px; padding-right: 1px; left: 805px; width: 303px; position: absolute; top: 603px; height: 1746px;">



                <table width="305" border="0" cellpadding="0" cellspacing="0">



  <tbody><tr>



		<td width="305" background="wp-content/themes/keira theme/images/sidebartitle.png" height="84"><div class=sidebar_title>Site Stats</div></td>



	</tr>



		<td width="305" background="wp-content/themes/keira theme/images/sidebarcontent.png" height="65" valign="top">



<div class="sidebar_content">



Host: The Fan Sites Network


Webmiss:Gioia


       					Since: March 25, 2006


                        Sponsored by:  Celebuzz.com


						Powered by:  Wordpress


                        

                        <script type="text/javascript" src="http://sm1.sitemeter.com/js/counter.js?site=s44keira">

</script>

                        <noscript>

                        <a href="http://sm1.sitemeter.com/stats.asp?site=s44keira" target="_top">

                        </a>

                        </noscript>



                        

                        

                        <a href="http://www.fastonlineusers.com">

                        <script src=http://fastonlineusers.com/online.php?d=http://www.justkeira.fan-sites.org></script>

                      online </a></div>



</td>

	</tr>



	<tr>



		<td width="305" background="wp-content/themes/keira theme/images/sidebarbottom.png" height="84"></td>



	</tr>



</tbody></table>













</div>
Spero di non aver sbagliato sezione e mi scuso per il post chilometrico come primo post. Grazie in anticipo!