<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1026330" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1026330</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/liquid-designs-yay-or-nay#comment-1159229</link>
    <description> &lt;p&gt;lol ok&lt;/p&gt;
&lt;p&gt;well it seems both ways work, it&#039;s  just that one is valid and one is not&lt;/p&gt;
 </description>
     <pubDate>Tue, 21 Sep 2004 19:41:08 +0000</pubDate>
 <dc:creator>brady.k</dc:creator>
 <guid isPermaLink="false">comment 1159229 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/liquid-designs-yay-or-nay#comment-1159186</link>
    <description> &lt;p&gt;&lt;a href=&quot;http://www.w3schools.com/css/css_pseudo_classes.asp&quot; class=&quot;bb-url&quot;&gt;http://www.w3schools.com/css/css_pseudo_classes.asp&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Tue, 21 Sep 2004 01:47:16 +0000</pubDate>
 <dc:creator>Renegade</dc:creator>
 <guid isPermaLink="false">comment 1159186 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/liquid-designs-yay-or-nay#comment-1159184</link>
    <description> &lt;p&gt;I&#039;m not sure actually.  The way I learned to do it was&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;a:hover.roll1&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;I&#039;d look it up, but I&#039;m really busy.&lt;/p&gt;
 </description>
     <pubDate>Mon, 20 Sep 2004 23:15:53 +0000</pubDate>
 <dc:creator>brady.k</dc:creator>
 <guid isPermaLink="false">comment 1159184 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/liquid-designs-yay-or-nay#comment-1159182</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;Eskater05 wrote:&lt;/strong&gt; Yes, that is a good example of mixing the two.&lt;/p&gt;
&lt;p&gt;You can still use images for navigational menus!  CSS is meant to separate content and styling...so just use an image tag like normal.  No differences there.&lt;/p&gt;
&lt;p&gt;Or, if you want, you can use &quot;hacks&quot; to get a &quot;good&quot; CSS rollover.  you could do something like this:&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;a class=&amp;quot;roll1&amp;quot; alt=&amp;quot;&amp;quot; href=&amp;quot;&amp;quot;&amp;gt;&amp;lt;/a&amp;gt;&lt;/code&gt;&lt;/div&gt;&lt;br /&gt;
with the css&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;a.roll1, a:visited.roll1 {&lt;br /&gt;background-image: url(&amp;#039;/locationofun-rolledimage&amp;#039;);&lt;br /&gt;}&lt;br /&gt;a:hover.roll1 {&lt;br /&gt;background-image: url(&amp;#039;/location-of-new-image&amp;#039;);&lt;br /&gt;}&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;um, don&#039;t the psudo classess go at the end?&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;a.roll1, a.roll1&amp;lt;strong&amp;gt;:visited&amp;lt;/strong&amp;gt; {&lt;br /&gt;background-image: url(&amp;#039;/locationofun-rolledimage&amp;#039;);&lt;br /&gt;}&lt;br /&gt;a.roll1&amp;lt;strong&amp;gt;:hover&amp;lt;/strong&amp;gt; {&lt;br /&gt;background-image: url(&amp;#039;/location-of-new-image&amp;#039;);&lt;br /&gt;}&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
 </description>
     <pubDate>Mon, 20 Sep 2004 22:53:45 +0000</pubDate>
 <dc:creator>Renegade</dc:creator>
 <guid isPermaLink="false">comment 1159182 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/liquid-designs-yay-or-nay#comment-1159154</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;Timewell wrote:&lt;/strong&gt; Another question - is it worth sacrificing a more professional look by having items such as Navigation menus done by CSS rather than images?  I know that you take a hell of a lot off your load time by using CSS rollovers ...&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt; I don&#039;t t hink it&#039;s tru at all that you have to have image rollovers to look &quot;professional&quot;.  In fact, I think sometimes the opposite can be true.  Poorly done image menus look worse than text any day.  Besides, CSS is a heck of a lot easier to work with, especially when you need to make changes.  Here are some examples of nice css menus:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.alistapart.com/&quot; class=&quot;bb-url&quot;&gt;http://www.alistapart.com/&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.digital-web.com/&quot; class=&quot;bb-url&quot;&gt;http://www.digital-web.com/&lt;/a&gt; (tabs! probably using the sliding doors method documented at ALA)&lt;br /&gt;
most of what&#039;s in the &lt;a href=&quot;http://www.csszengarden.com&quot; class=&quot;bb-url&quot;&gt;CSS zen garden&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Any my own example:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.meganjack.com/uw_courses/template/anth/index.html&quot; class=&quot;bb-url&quot;&gt;http://www.meganjack.com/uw_courses/template/anth/index.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I think for a lot of these design decisions it depends on the nature of the work.  FOr an information-based site I&#039;m more likely to go with CSS rollovers and flexible widths (more room for content!), but with a site that&#039;s more about the experience you can do more with fixed width and image navigation.&lt;/p&gt;
 </description>
     <pubDate>Mon, 20 Sep 2004 14:16:54 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1159154 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/liquid-designs-yay-or-nay#comment-1159053</link>
    <description> &lt;p&gt;Now that I think about it, that would have been a lot better route to go than javascript.  It&#039;s alot easier rollover.  I&#039;ll have to bookmark this as a simple rollover.&lt;/p&gt;
 </description>
     <pubDate>Sat, 18 Sep 2004 22:38:08 +0000</pubDate>
 <dc:creator>Dragon of Ice</dc:creator>
 <guid isPermaLink="false">comment 1159053 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/liquid-designs-yay-or-nay#comment-1159048</link>
    <description> &lt;p&gt;Yes, that is a good example of mixing the two.&lt;/p&gt;
&lt;p&gt;You can still use images for navigational menus!  CSS is meant to separate content and styling...so just use an image tag like normal.  No differences there.&lt;/p&gt;
&lt;p&gt;Or, if you want, you can use &quot;hacks&quot; to get a &quot;good&quot; CSS rollover.  you could do something like this:&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;a class=&amp;quot;roll1&amp;quot; alt=&amp;quot;&amp;quot; href=&amp;quot;&amp;quot;&amp;gt;&amp;lt;/a&amp;gt;&lt;/code&gt;&lt;/div&gt;&lt;br /&gt;
with the css&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;a.roll1, a:visited.roll1 {&lt;br /&gt;background-image: url(&amp;#039;/locationofun-rolledimage&amp;#039;);&lt;br /&gt;}&lt;br /&gt;a:hover.roll1 {&lt;br /&gt;background-image: url(&amp;#039;/location-of-new-image&amp;#039;);&lt;br /&gt;}&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
 </description>
     <pubDate>Sat, 18 Sep 2004 21:12:21 +0000</pubDate>
 <dc:creator>brady.k</dc:creator>
 <guid isPermaLink="false">comment 1159048 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/liquid-designs-yay-or-nay#comment-1159046</link>
    <description> &lt;p&gt;Another question - is it worth sacrificing a more professional look by having items such as Navigation menus done by CSS rather than images?  I know that you take a hell of a lot off your load time by using CSS rollovers or whatever, but I&#039;ve never really seen a good CSS rollover.  But if you guys know of one, then I&#039;d love to see it - then I&#039;ll know it can be done!&lt;/p&gt;
&lt;p&gt;It&#039;s just that all the &quot;big&quot; sites in the world seem to be heavily centered around image rollovers - thus greatly reducing the sites accessibility.&lt;/p&gt;
 </description>
     <pubDate>Sat, 18 Sep 2004 21:00:08 +0000</pubDate>
 <dc:creator>Timewell</dc:creator>
 <guid isPermaLink="false">comment 1159046 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/liquid-designs-yay-or-nay#comment-1159042</link>
    <description> &lt;p&gt;Yeah I did that before seeing your reply - so basically would the following be what you are talking about :&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;div width=&amp;quot;100%&amp;quot;&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;div id=&amp;quot;top&amp;quot;&amp;gt;Content here&amp;lt;/div&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;div id=&amp;quot;leftpanel&amp;quot;&amp;gt;&lt;br /&gt;Content here&amp;gt;&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;div id=&amp;quot;content&amp;quot;&amp;gt;CONTENT HERE&amp;lt;/div&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;div id=&amp;quot;rightpanel&amp;quot;&amp;gt;Content here&amp;lt;/div&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;With CSS being :&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;#top {&lt;br /&gt;	border: 1px solid #ccc;&lt;br /&gt;	height: 136px;&lt;br /&gt;	}&lt;br /&gt;&lt;br /&gt;#leftpanel { &lt;br /&gt;	position: absolute; &lt;br /&gt;	top: 140px; &lt;br /&gt;	left: 3px; &lt;br /&gt;	width: 200px; &lt;br /&gt;	border: 1px solid #ccc;&lt;br /&gt;	text-align: center; &lt;br /&gt;	padding-top: 5px;&lt;br /&gt;	}&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&lt;br /&gt;#rightpanel {&lt;br /&gt;	position: absolute;&lt;br /&gt;	top: 140px;&lt;br /&gt;	right: 10px; &lt;br /&gt;	width: 200px;&lt;br /&gt;	border: 1px solid #ccc;&lt;br /&gt;	padding-top: 5px;&lt;br /&gt;	}&lt;br /&gt;&lt;br /&gt;#content { &lt;br /&gt;	position: absolute; &lt;br /&gt;	top: 140px; &lt;br /&gt;	border: 1px solid #ccc;&lt;br /&gt;	padding-left: 210px; /* 20px to play with */ &lt;br /&gt;	padding-right: 210px; /* 20px to play with */ &lt;br /&gt;	padding-top: 5px;&lt;br /&gt;	} &lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;Thus giving a three column layout with a header (no footer as of yet but it shouldn&#039;t be too difficult!).  I&#039;ve tried it out in I.E. and it gives me no problems but I wouldn&#039;t know if it is what you are talking about.  I think if I was to do absolute in relative, I would have to lose the pixels wouldn&#039;t I?  But like I say, it works in I.E. &lt;/p&gt;
&lt;p&gt;Of course, it may well be a total fluke!  &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/big.png&quot; title=&quot;Laughing out loud&quot; alt=&quot;Laughing out loud&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Sat, 18 Sep 2004 20:01:13 +0000</pubDate>
 <dc:creator>Timewell</dc:creator>
 <guid isPermaLink="false">comment 1159042 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/liquid-designs-yay-or-nay#comment-1159041</link>
    <description> &lt;p&gt;What you&#039;re talking about is just stacking divs...not any absolute positioning within relative, unless you define the stylesheet as such&lt;/p&gt;
 </description>
     <pubDate>Sat, 18 Sep 2004 19:31:59 +0000</pubDate>
 <dc:creator>brady.k</dc:creator>
 <guid isPermaLink="false">comment 1159041 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
