<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Web Wiz Support and Community Forums : Background</title>
  <link>https://forums.webwiz.net/</link>
  <description><![CDATA[This is an XML content feed of; Web Wiz Support and Community Forums : Web Wiz Forums : Background]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 13 Apr 2026 10:22:40 +0000</pubDate>
  <lastBuildDate>Sat, 02 Jul 2005 12:52:06 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.08</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://forums.webwiz.net/RSS_post_feed.asp?TID=15669</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Web Wiz Support and Community Forums]]></title>
   <url>https://forums.webwiz.net/forum_images/web_wiz_forums.png</url>
   <link>https://forums.webwiz.net/</link>
  </image>
  <item>
   <title><![CDATA[Background : ok erm. again i am not the expertise...]]></title>
   <link>https://forums.webwiz.net/background_topic15669_post86283.html#86283</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=14735">Paramount X</a><br /><strong>Subject:</strong> 15669<br /><strong>Posted:</strong> 02&nbsp;July&nbsp;2005 at 12:52pm<br /><br />ok erm. again i am not the expertise in asp<DIV>&nbsp;</DIV><DIV>Const strBgImage = "img class="img.bgImage" src="<A href="http://www.web-z&#111;ne.org/sf&#111;ndi/images/XboxWall.JPG" target="_blank">http://www.web-zone.org/sfondi/images/XboxWall.JPG</A>" /&gt;<BR>&nbsp;&nbsp;&nbsp; </DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>img.bgImage {/* scalable em size class 10000 x 1000 graphics */<BR>&nbsp; width: 1000em;<BR>&nbsp; height: 1000em;<BR>&nbsp; }</DIV>]]>
   </description>
   <pubDate>Sat, 02 Jul 2005 12:52:06 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/background_topic15669_post86283.html#86283</guid>
  </item> 
  <item>
   <title><![CDATA[Background : Actually, its not a big thing...]]></title>
   <link>https://forums.webwiz.net/background_topic15669_post86254.html#86254</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=9949">dpyers</a><br /><strong>Subject:</strong> 15669<br /><strong>Posted:</strong> 01&nbsp;July&nbsp;2005 at 8:44pm<br /><br />Actually, its not a big thing in asp. It's a big thing in html. Htmlcan automatically resize an image - just not a background image. Itwill attempt to tile a background image if the container is larger thanthe image.<br><br>One way around this is to use a background image that is larger thanany likely screen size you may encounter. For backgrounds that may needto expand in width, this usually means an image that is 2048 pixelswide. The downside of this is the background image wont shrink toscale. If the html container is less than the width of the backgroundimage, the image gets trimmed - not shrunk.<br><br>In order to have a background image that scales as it's container changes size, you need to use css.<br><br>So the work comes down to...<br><ol>  <li>Figure out some css that can scale a background image in an html container and create a new css class name for it.</li>  <li>Test the css. First with a background for a &lt;td&gt; (tablecell). If that doesn't work, test some html using a &lt;div&gt; withinthe &lt;td&gt; with the new css class being assigned to the div.</li>  <li>Change the asp code to write different html specifying the new css class but only for those table cells you want.</li></ol><br>Using asp to write different html is the easy part. Using css toovercome the flaws in html handling of background images, and thentesting new html necessary to make it work, is the hard part.<br>]]>
   </description>
   <pubDate>Fri, 01 Jul 2005 20:44:11 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/background_topic15669_post86254.html#86254</guid>
  </item> 
  <item>
   <title><![CDATA[Background : Ok. Thank you. I did&amp;#039;nt realize...]]></title>
   <link>https://forums.webwiz.net/background_topic15669_post86238.html#86238</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=14735">Paramount X</a><br /><strong>Subject:</strong> 15669<br /><strong>Posted:</strong> 01&nbsp;July&nbsp;2005 at 12:06pm<br /><br />Ok. Thank you. I did'nt realize it was&nbsp; a big thing in ASP to resize&nbsp; a image. Show how much I know.&nbsp; I though it would be like HTml like width=100% and you know.]]>
   </description>
   <pubDate>Fri, 01 Jul 2005 12:06:14 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/background_topic15669_post86238.html#86238</guid>
  </item> 
  <item>
   <title><![CDATA[Background : I&amp;#039;ll have to test a solution....]]></title>
   <link>https://forums.webwiz.net/background_topic15669_post86237.html#86237</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=9949">dpyers</a><br /><strong>Subject:</strong> 15669<br /><strong>Posted:</strong> 01&nbsp;July&nbsp;2005 at 11:26am<br /><br />I'll have to test a solution. I'll get you some code this weekend.]]>
   </description>
   <pubDate>Fri, 01 Jul 2005 11:26:40 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/background_topic15669_post86237.html#86237</guid>
  </item> 
  <item>
   <title><![CDATA[Background : Const strBgImage = &amp;#034;backgruoundpath&amp;#034;...]]></title>
   <link>https://forums.webwiz.net/background_topic15669_post86207.html#86207</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=14735">Paramount X</a><br /><strong>Subject:</strong> 15669<br /><strong>Posted:</strong> 30&nbsp;June&nbsp;2005 at 10:51pm<br /><br />Const strBgImage = "backgruoundpath"&nbsp;&nbsp; now i want that to be 100% wdith and height.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; How do i do that. What your saying i do not understand]]>
   </description>
   <pubDate>Thu, 30 Jun 2005 22:51:26 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/background_topic15669_post86207.html#86207</guid>
  </item> 
  <item>
   <title><![CDATA[Background : Aw man, you made me had to say...]]></title>
   <link>https://forums.webwiz.net/background_topic15669_post86206.html#86206</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=14735">Paramount X</a><br /><strong>Subject:</strong> 15669<br /><strong>Posted:</strong> 30&nbsp;June&nbsp;2005 at 10:10pm<br /><br />Aw man, you made me had to say it. I don't know jaq squat(microscopic little) about ASP]]>
   </description>
   <pubDate>Thu, 30 Jun 2005 22:10:16 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/background_topic15669_post86206.html#86206</guid>
  </item> 
  <item>
   <title><![CDATA[Background : z-index is the layer order. Basically,...]]></title>
   <link>https://forums.webwiz.net/background_topic15669_post86196.html#86196</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=9949">dpyers</a><br /><strong>Subject:</strong> 15669<br /><strong>Posted:</strong> 30&nbsp;June&nbsp;2005 at 7:00pm<br /><br />z-index is the layer order. Basically, using css, you can put one divon top of another div. The bottom div can contain a picture thatresizes automatically as the page resizes.<br><br>So, in the table cell that has your background graphic, put a div withyour background graphic in it on the bottom, and a div with any text onthe top.<br>]]>
   </description>
   <pubDate>Thu, 30 Jun 2005 19:00:34 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/background_topic15669_post86196.html#86196</guid>
  </item> 
  <item>
   <title><![CDATA[Background : Um I am not totally smart about...]]></title>
   <link>https://forums.webwiz.net/background_topic15669_post86151.html#86151</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=14735">Paramount X</a><br /><strong>Subject:</strong> 15669<br /><strong>Posted:</strong> 30&nbsp;June&nbsp;2005 at 1:14pm<br /><br />Um I am not totally smart about web designing. Can you put those in simplier words. I know abut view source.]]>
   </description>
   <pubDate>Thu, 30 Jun 2005 13:14:24 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/background_topic15669_post86151.html#86151</guid>
  </item> 
  <item>
   <title><![CDATA[Background : I see what you mean.  The only...]]></title>
   <link>https://forums.webwiz.net/background_topic15669_post86146.html#86146</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=9949">dpyers</a><br /><strong>Subject:</strong> 15669<br /><strong>Posted:</strong> 30&nbsp;June&nbsp;2005 at 12:56pm<br /><br />I see what you mean. <br>The only way I know how to do it would be by the css method used here<br><a href="http://www.sitetechnique.com/background.htm" target="_blank">http://www.sitetechnique.com/background.htm</a><br>A "View source" will show how it's done.<br><br>It would entail putting a div with a lower z-index in the table cellwith a height + width of 100%. You'd probably also have to put a divwith a higher z-index on top of it for any text content. <br>]]>
   </description>
   <pubDate>Thu, 30 Jun 2005 12:56:57 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/background_topic15669_post86146.html#86146</guid>
  </item> 
  <item>
   <title><![CDATA[Background : Yes. I can give you a example...]]></title>
   <link>https://forums.webwiz.net/background_topic15669_post86141.html#86141</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=14735">Paramount X</a><br /><strong>Subject:</strong> 15669<br /><strong>Posted:</strong> 30&nbsp;June&nbsp;2005 at 12:12pm<br /><br />Yes. I can give you a example&nbsp; <A href="http://bb.domaindlx.com/ParamountX/forum/" target="_blank">http://bb.domaindlx.com/ParamountX/forum/</A>.&nbsp;&nbsp; <DIV>&nbsp;</DIV><DIV>I really don't want to chnge the BK imge</DIV>]]>
   </description>
   <pubDate>Thu, 30 Jun 2005 12:12:56 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/background_topic15669_post86141.html#86141</guid>
  </item> 
 </channel>
</rss>