<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1037505" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1037505</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/aligning-css#comment-1215270</link>
    <description> &lt;p&gt;thanks guys for everything!!!  Things are starting to really work!&lt;/p&gt;
&lt;p&gt;If you go to:  &lt;a href=&quot;http://www.mnresourcerecovery.com/test/mnrr_facilities.html&quot; class=&quot;bb-url&quot;&gt;http://www.mnresourcerecovery.com/test/mnrr_facilities.html&lt;/a&gt;&lt;br /&gt;
you can see that the box that contains all of the nav is not long enough.  (in FF)  I am using dreamweaver templates so that box is only editable on the template page.  At this point I will continue to use the template - but is there some way that I can expand that box...or some other solution?&lt;/p&gt;
&lt;p&gt;TIA!&lt;/p&gt;
 </description>
     <pubDate>Thu, 15 Feb 2007 17:49:58 +0000</pubDate>
 <dc:creator>Brooke</dc:creator>
 <guid isPermaLink="false">comment 1215270 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/aligning-css#comment-1215004</link>
    <description> &lt;p&gt;I&#039;ll solve the alignment problem, wouldn&#039;t meddle with the hover thing... megan should cover that...&lt;/p&gt;
&lt;p&gt;Ok, don&#039;t touch the css... pretty ok there, just one tip though, when using &quot;text-align:center;&quot; tag, don&#039;t use it on span classes or id&#039;s... It wouldn&#039;t work. If you insist on using span, then you should wrap those spans with a div and add the &quot;text-align:center;&quot; property to the div... In your case the easiest solution is to change the &lt;strong&gt;span &lt;/strong&gt;wrapper on the Newsletter area for winter and summer to &lt;strong&gt;div&lt;/strong&gt;...&lt;/p&gt;
&lt;p&gt;Heres a before and after on that area...&lt;/p&gt;
&lt;p&gt;&lt;del&gt;Before&lt;/del&gt;&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;p&amp;gt;&amp;lt;img src=&amp;quot;index_files/newsletters.gif&amp;quot; alt=&amp;quot;newsletters&amp;quot; border=&amp;quot;0&amp;quot; height=&amp;quot;29&amp;quot; width=&amp;quot;171&amp;quot;&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&amp;lt;strong&amp;gt;span &amp;lt;/strong&amp;gt;class=&amp;quot;indent&amp;quot;&amp;gt;winter&amp;lt;/&amp;lt;strong&amp;gt;span&amp;lt;/strong&amp;gt;&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&amp;lt;strong&amp;gt;span&amp;lt;/strong&amp;gt; class=&amp;quot;indent&amp;quot;&amp;gt;summer&amp;lt;/&amp;lt;strong&amp;gt;span&amp;lt;/strong&amp;gt;&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;p&amp;gt;&amp;amp;nbsp;&amp;lt;/p&amp;gt;&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;&lt;del&gt;After&lt;/del&gt;&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;p&amp;gt;&amp;lt;img src=&amp;quot;index_files/newsletters.gif&amp;quot; alt=&amp;quot;newsletters&amp;quot; border=&amp;quot;0&amp;quot; height=&amp;quot;29&amp;quot; width=&amp;quot;171&amp;quot;&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&amp;lt;strong&amp;gt;div &amp;lt;/strong&amp;gt;class=&amp;quot;indent&amp;quot;&amp;gt;winter&amp;lt;/&amp;lt;strong&amp;gt;div&amp;lt;/strong&amp;gt;&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&amp;lt;strong&amp;gt;div&amp;lt;/strong&amp;gt; class=&amp;quot;indent&amp;quot;&amp;gt;summer&amp;lt;/&amp;lt;strong&amp;gt;div&amp;lt;/strong&amp;gt;&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;p&amp;gt;&amp;amp;nbsp;&amp;lt;/p&amp;gt;&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;That should fix it...&lt;/p&gt;
 </description>
     <pubDate>Tue, 13 Feb 2007 01:59:08 +0000</pubDate>
 <dc:creator>demonhale</dc:creator>
 <guid isPermaLink="false">comment 1215004 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/aligning-css#comment-1214976</link>
    <description> &lt;p&gt;Here&#039;s a quick example of CSS-based mouseovers:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://admmail.uwaterloo.ca/~mjjack/demos/CSS_mouseovers.html&quot; class=&quot;bb-url&quot;&gt;http://admmail.uwaterloo.ca/~mjjack/demos/CSS_mouseovers.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;(that code doesn&#039;t work in IE 6 though... nevermind, that was an easy fix)&lt;/p&gt;
 </description>
     <pubDate>Mon, 12 Feb 2007 20:39:03 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1214976 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/aligning-css#comment-1214969</link>
    <description> &lt;p&gt;For centering, your #container code should look something like this:&lt;/p&gt;
&lt;p&gt;#container {&lt;br /&gt;
	width: 750px;&lt;br /&gt;
	margin: 0px auto;&lt;br /&gt;
	background-color: #FFFFFF;&lt;br /&gt;
	background-image:url(images/bg_left.gif);&lt;br /&gt;
	background-repeat:repeat-y;&lt;br /&gt;
	min-height: 625px;&lt;br /&gt;
	}&lt;/p&gt;
&lt;p&gt;For your navigation graphic, the image would go in as a background image on the #navigation div. You can set it to no-repeat and align bottom. That should be in the DW CSS panel. I almost never use the DW CSS - it&#039;s way too annoying, I&#039;d rather type it all in myself. Auto-complete is very helpful when you forget what the possible values are.&lt;/p&gt;
&lt;p&gt;The mouseovers on the navigation menu is a little trickier. Ideally that would be done as a list with links inside the list items, but that&#039;s a little complicated for just starting out. What you&#039;d have is something like this:&lt;/p&gt;
&lt;p&gt;#navigation a {background: url(&quot;path/image.gif&quot;) no-repeat left top; height: 14px; width: 80px;}&lt;br /&gt;
#navigation a:hover {background:  url(&quot;path/image-hover.gif&quot;) no-repeat left top; height: 14px; width: 80px;}&lt;/p&gt;
&lt;p&gt;This will swap out the images on mouseover, instead of using javascript. Much cleaner &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt; I&#039;ll see if I can find a how-to article on that (if not, I will be writing one for the new content site here!)&lt;/p&gt;
&lt;p&gt;Edit: it might be a little more complicated than that in reality - I don&#039;t normally use pure graphic navigation menus anymore. It&#039;s easier and more SE friendly just to style regular links to make them look nice &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt; You&#039;d probably have to put a display: block in there at least. I&#039;ll play with this if I have some spare time this afternoon.&lt;/p&gt;
&lt;p&gt;Here are some articles that might help if you want to try this:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.monkeyflash.com/css/image-rollover-navbar/&quot; class=&quot;bb-url&quot;&gt;http://www.monkeyflash.com/css/image-rollover-navbar/&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Mon, 12 Feb 2007 19:01:23 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1214969 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/aligning-css#comment-1214967</link>
    <description> &lt;p&gt;Okay - this is what I have now...&lt;a href=&quot;http://www.mnresourcerecovery.com/test/index.html&quot; class=&quot;bb-url&quot;&gt;http://www.mnresourcerecovery.com/test/index.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Yuck -&lt;br /&gt;
1.  Still centering problem&lt;/p&gt;
&lt;p&gt;Regarding your tip...whaaa?&lt;/p&gt;
&lt;p&gt;No really - what would be the first step?&lt;br /&gt;
Does every graphic get put into a seperate div tag?&lt;br /&gt;
So you put the graphic link in the bg - then you type a plain link in, then you do a swap?&lt;br /&gt;
I am using dreamweaver - I guess I don&#039;t follow...but I would like to learn...&lt;/p&gt;
&lt;p&gt;Thanks Megan!!!&lt;/p&gt;
 </description>
     <pubDate>Mon, 12 Feb 2007 18:15:44 +0000</pubDate>
 <dc:creator>Brooke</dc:creator>
 <guid isPermaLink="false">comment 1214967 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/aligning-css#comment-1214962</link>
    <description> &lt;p&gt;1. Try margin: 0px auto; on your container div.&lt;br /&gt;
2. It would be better to have that image as a background image on the navigation div, then the newsletter links can just be placed inside that div rather than in a separate positioned layer.&lt;/p&gt;
&lt;p&gt;Tip: instead of using javascript to swap the images, put them in as background images on plain links and use a hover attribute to swap them.&lt;/p&gt;
 </description>
     <pubDate>Mon, 12 Feb 2007 17:28:10 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1214962 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
