<?xml version="1.0"?>
<rss version="2.0">
 <channel>
  <title>Layers In Browsers | WPDFD.com Forums</title>
  <link>http://www.wpdfd.com/forums/wpdfd/browsers/layers_in_browsers/</link>
  <description>A Browsers forum thread at WPDFD.com</description>
  <language>en-us</language>
  <pubDate>03/03/04, 063 31 2004 2004:%i:1078295476 01:31:16</pubDate>
  <lastBuildDate>06/07/13, 158 03 2013 2013:%i:1370595815 05:03:35</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>NineLabs Framework Feed Generator</generator>
  <managingEditor>sitemaster@wpdfd.com</managingEditor>
  <webMaster>sitemaster@wpdfd.com</webMaster>
     <item>
    <title>Third_floor  said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/browsers/layers_in_browsers/#p581</link>
    <description><![CDATA[My website (<a href="http://tenspeedgears.tripod.com">here</a>) uses layers that are displayed on the current page.  On IE6 they display wonderfully, but on Firefox and Opera they are offset.  In GoLive, I had to offset the layers in order for them to line up correctly with the other navigation buttons.  Can anyone tell me why this is happening, and what I can do to fix it, both in GoLive (so I don't have to adjust the layers by eye) and so it looks acceptable in all browsers?<br /><br />EDIT: Maybe I should have posted this in the layout thread...  Sorry, I'm relatively new to both design and to forums, so please excuse any newbie-ishness that I emanate.]]></description>
    <pubDate>03/03/04, 063 31 2004 2004:%i:1078295476 01:31:16</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/browsers/layers_in_browsers/#p581</guid>
   </item>
     <item>
    <title>Joe Gillespie said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/browsers/layers_in_browsers/#p582</link>
    <description><![CDATA[Hi, I can't see the offsets you are talking about, you seem to be using tables instead of divs? It looks fine to me on Mozilla (Mac).<br /><br />One thing I will say is that it would be better if you set the body colour to black, it seems to be white initially in my browser and takes a few seconds to become black. Put<br /><br />body {background-color: black; color: white } <br /><br />in your style declarations.]]></description>
    <pubDate>03/03/04, 063 24 2004 2004:%i:1078309457 05:24:17</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/browsers/layers_in_browsers/#p582</guid>
   </item>
     <item>
    <title>Jdenny  said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/browsers/layers_in_browsers/#p583</link>
    <description><![CDATA[Welcome newbie! &nbsp;<img src="/images/emoticons/wink.png" class="smiley" /><br /><br />1st of all, welcome to the crazy world of cross-browser compatability!<br /><br />2nd, I suggest instead of floating layers, you simply change the src=&quot;&quot; of the navigation button image.<br /><br />]]></description>
    <pubDate>03/03/04, 063 24 2004 2004:%i:1078309491 05:24:51</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/browsers/layers_in_browsers/#p583</guid>
   </item>
     <item>
    <title>Third_floor  said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/browsers/layers_in_browsers/#p584</link>
    <description><![CDATA[Hey, I did not expect such a quick response. &nbsp;Thanks for the hints, I'll try it out and let you know how it works... I never liked the idea of using layers for navigation, but I couldn't think of a way around it.<br /><br />*Changing bg color to black and getting rid of layers*]]></description>
    <pubDate>03/03/04, 063 17 2004 2004:%i:1078334240 12:17:20</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/browsers/layers_in_browsers/#p584</guid>
   </item>
     <item>
    <title>Third_floor  said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/browsers/layers_in_browsers/#p585</link>
    <description><![CDATA[I got rid of the layers now, and just changed the &quot;src=&quot; to the rollover image. &nbsp;Thanks.<br /><br />I also changed the background color to black, as you suggested. &nbsp;Now, about divs... &nbsp;I use GoLive and their layout grids and I'm not really that great with the actual code. &nbsp;Is there any way you suggest that I could change my page to divs from tables?]]></description>
    <pubDate>03/03/04, 063 29 2004 2004:%i:1078349380 16:29:40</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/browsers/layers_in_browsers/#p585</guid>
   </item>
     <item>
    <title>Joe Gillespie said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/browsers/layers_in_browsers/#p586</link>
    <description><![CDATA[GoLive is very good for making layer-based layouts - provided they are position:absolute. All you need to do is create a layer(&lt;div&gt<img src="/images/emoticons/wink.png" class="smiley" /> that corresponds to each table cell and put the appropriate table cell contents inside them.<br /><br />The trouble is that that produces a rigid web page and rigid web pages are likely to break - especially if the type size is changed by the user. The content of &lt;divs&gt; should be allowed to expand - at least downwards, but preferably sideways as well as the browser is resized.<br /><br />Fluid designs are slightly more challenging, but that's what you should be aiming for.<br /><br />]]></description>
    <pubDate>03/03/04, 063 42 2004 2004:%i:1078353774 17:42:54</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/browsers/layers_in_browsers/#p586</guid>
   </item>
     <item>
    <title>Jdenny  said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/browsers/layers_in_browsers/#p587</link>
    <description><![CDATA[Don't forget to preload the images that are shown on mose-over (otherwise they don't download till you do mouse-over them and it causes a delay).<br />Preload images by making an array of [tt]new Image();[/tt] and setting each elements src property to the image to be downloaded.]]></description>
    <pubDate>04/04/04, 095 17 2004 2004:%i:1081084648 09:17:28</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/browsers/layers_in_browsers/#p587</guid>
   </item>
   </channel>
</rss