<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1032502" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1032502</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/does-anyone-know-what-do-next#comment-1190166</link>
    <description> &lt;p&gt;You&#039;re using too much absolute positioning. You need to re-write it so things are relative to each other, not the browser page&lt;/p&gt;
 </description>
     <pubDate>Thu, 12 Jan 2006 16:28:54 +0000</pubDate>
 <dc:creator>02bunced</dc:creator>
 <guid isPermaLink="false">comment 1190166 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/does-anyone-know-what-do-next#comment-1190144</link>
    <description> &lt;p&gt;1440 x 900 is the resolution&lt;/p&gt;
 </description>
     <pubDate>Thu, 12 Jan 2006 13:42:34 +0000</pubDate>
 <dc:creator>tobin83</dc:creator>
 <guid isPermaLink="false">comment 1190144 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/does-anyone-know-what-do-next#comment-1190130</link>
    <description> &lt;p&gt;straight css. I haven&#039;t put any table data in my html or css. I just am not too familar with relative so I need to know, like do I put the absolute positioning in first then the .sale2{ stuff.. or do I just put the .sale2{ stuff?  &lt;/p&gt;
&lt;p&gt;Also, is that what I need to do to make it look the same on every computer?&lt;/p&gt;
 </description>
     <pubDate>Thu, 12 Jan 2006 13:00:52 +0000</pubDate>
 <dc:creator>tobin83</dc:creator>
 <guid isPermaLink="false">comment 1190130 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/does-anyone-know-what-do-next#comment-1190128</link>
    <description> &lt;p&gt;by &quot;doesnt work&quot; i mean it doesnt line up properly&lt;/p&gt;
 </description>
     <pubDate>Thu, 12 Jan 2006 12:54:31 +0000</pubDate>
 <dc:creator>tobin83</dc:creator>
 <guid isPermaLink="false">comment 1190128 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Does anyone know what to do next?</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/does-anyone-know-what-do-next#comment-1190126</link>
    <description> &lt;p&gt;Okay after a few attempts (and advice that some i understand, some i don&#039;t) I kind of need someone to tell me what to do like I am a moron (which as far as this is concerned isn&#039;t that far off track).&lt;/p&gt;
&lt;p&gt;I am making a site on my laptop (1440x900) that comes in clearly but when I go to other people&#039;s computer and their resolution is different, it doesn&#039;t work. I have started back and absolute positioned everything so that the people who asked what it is supposed to look like can view it.&lt;/p&gt;
&lt;p&gt;Am I supposed to switch everything that says absolute and change it to relative? If so, then what. &lt;/p&gt;
&lt;p&gt;- Dummy explination please and thank you much in advance.&lt;br /&gt;
========================================================&lt;br /&gt;
(&lt;a href=&quot;http://www.inbinghamton.com/sitecss.html&quot; class=&quot;bb-url&quot;&gt;http://www.inbinghamton.com/sitecss.html&lt;/a&gt;) (1440 x 900)&lt;/p&gt;
&lt;p&gt;#container{&lt;br /&gt;
	position: absolute;&lt;br /&gt;
	left:50%;&lt;br /&gt;
	margin-left: -313px;&lt;br /&gt;
	top:45px;&lt;br /&gt;
	width:766px;&lt;br /&gt;
	height:716px;&lt;br /&gt;
	background-image: url(images/sitecssbg.jpg);&lt;br /&gt;
	}&lt;/p&gt;
&lt;p&gt;body{&lt;br /&gt;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;&lt;br /&gt;
	background-color:#477BA3;&lt;br /&gt;
	}&lt;/p&gt;
&lt;p&gt;#logo {&lt;br /&gt;
	position:absolute;&lt;br /&gt;
	width:450px;&lt;br /&gt;
	height: 49px;&lt;br /&gt;
	left: 58px;&lt;br /&gt;
	top: 48px;&lt;br /&gt;
	z-index:1;&lt;br /&gt;
	}&lt;/p&gt;
&lt;p&gt;#navbar {&lt;br /&gt;
	position:absolute;&lt;br /&gt;
	width: 260px;&lt;br /&gt;
	height: 17px;&lt;br /&gt;
	left: 289px;&lt;br /&gt;
	top:184px;&lt;br /&gt;
	z-index:1;&lt;br /&gt;
	}&lt;/p&gt;
&lt;p&gt;#google{&lt;br /&gt;
	position:absolute;&lt;br /&gt;
	width: 160px;&lt;br /&gt;
	height: 17px;&lt;br /&gt;
	left: 790px;&lt;br /&gt;
	top: 332px;&lt;br /&gt;
	}&lt;/p&gt;
&lt;p&gt;#homenav{&lt;br /&gt;
	position:absolute;&lt;br /&gt;
	width: 126px;&lt;br /&gt;
	height: 47px;&lt;br /&gt;
	left: 289px;&lt;br /&gt;
	top: 184px;&lt;br /&gt;
	}&lt;/p&gt;
&lt;p&gt;#leftpic{&lt;br /&gt;
	position:absolute;&lt;br /&gt;
	width:204px;&lt;br /&gt;
	height: 96px;&lt;br /&gt;
	left: 68px;&lt;br /&gt;
	top: 170px;&lt;br /&gt;
	}&lt;/p&gt;
&lt;p&gt;#centerpic{&lt;br /&gt;
	position:absolute;&lt;br /&gt;
	width:204px;&lt;br /&gt;
	height: 96px;&lt;br /&gt;
	left: 281px;&lt;br /&gt;
	top: 170px;&lt;br /&gt;
	}&lt;/p&gt;
&lt;p&gt;#rightpic{&lt;br /&gt;
	position:absolute;&lt;br /&gt;
	width: 204px;&lt;br /&gt;
	height: 96px;&lt;br /&gt;
	left: 493px;&lt;br /&gt;
	top: 170px;&lt;br /&gt;
	}&lt;/p&gt;
&lt;p&gt;#bottomleft{&lt;br /&gt;
	position: absolute;&lt;br /&gt;
	width: 168px;&lt;br /&gt;
	height: 96px;&lt;br /&gt;
	left: 468px;&lt;br /&gt;
	top: 515px;&lt;br /&gt;
	font-size:0.8em;&lt;br /&gt;
	}&lt;/p&gt;
&lt;p&gt;#sitesearch{&lt;br /&gt;
	position:absolute;&lt;br /&gt;
	width:154px;&lt;br /&gt;
	height: 29px;&lt;br /&gt;
	left: 493px;&lt;br /&gt;
	top: 170px;&lt;br /&gt;
	}&lt;/p&gt;
&lt;p&gt;#searchbar{&lt;br /&gt;
	position: absolute;&lt;br /&gt;
	width:194px;&lt;br /&gt;
	height: 29px;&lt;br /&gt;
	left: 290px;&lt;br /&gt;
	top: 364px;&lt;br /&gt;
	}&lt;/p&gt;
&lt;p&gt;#nextweek{&lt;br /&gt;
	position:absolute;&lt;br /&gt;
	width:170px;&lt;br /&gt;
	height: 29px;&lt;br /&gt;
	left: 468px;&lt;br /&gt;
	top: 415px;&lt;br /&gt;
	font-size:0.8em;&lt;br /&gt;
	}&lt;/p&gt;
&lt;p&gt;#welcome{&lt;br /&gt;
	position:absolute;&lt;br /&gt;
	width:400px;&lt;br /&gt;
	height: 90px;&lt;br /&gt;
	left: 655px;&lt;br /&gt;
	top: 455px;&lt;br /&gt;
	font-size:0.8em;&lt;br /&gt;
	}&lt;br /&gt;
__________________________________________________&lt;/p&gt;
&lt;p&gt;	inBinghamton.com :: The Southern Tier&#039;s Guide On-Line &lt;/p&gt;
&lt;p&gt;Bottom left informative test text goes here.&lt;/p&gt;
&lt;p&gt;This is where the next week tab will be.&lt;br /&gt;
The Greater Binghamton area has seen many changes throughout the year. Some making things better, some making things easier, and some making things faster.&lt;br /&gt;
                  Technology has made life easier. Greater Binghamton has reached the next level of information intake.  inBinghamton.com is a free website that allows&lt;br /&gt;
                  residents of the Binghamton area to gather information in an instant on any company of their choice. Whether you are looking to try a new night spot, or&lt;br /&gt;
                  just simply trying to remember the number to your favorite restaurant, inBinghamton.com can help.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.google.com/&quot;&gt;&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Thu, 12 Jan 2006 12:19:14 +0000</pubDate>
 <dc:creator>tobin83</dc:creator>
 <guid isPermaLink="false">comment 1190126 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/does-anyone-know-what-do-next#comment-1190081</link>
    <description> &lt;p&gt;No...it&#039;s relative to where it started in your layout before you position it.&lt;/p&gt;
&lt;p&gt;.sale2 {&lt;br /&gt;
position: relative;&lt;br /&gt;
right: 1px;&lt;br /&gt;
bottom: 10px;&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;Are you using straight css layout or are you using tables too?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Good Reads:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.w3schools.com/css/pr_class_position.asp&quot; class=&quot;bb-url&quot;&gt;W3C Schools&lt;/a&gt;&lt;br /&gt;
 &lt;a href=&quot;http://www.google.com/search?hl=en&amp;amp;q=Relative+Positioning&amp;amp;btnG=Google+Search&quot; class=&quot;bb-url&quot;&gt;Google links on CSS Positioning&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Thu, 12 Jan 2006 04:43:28 +0000</pubDate>
 <dc:creator>Roo</dc:creator>
 <guid isPermaLink="false">comment 1190081 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
