<?xml version="1.0"?>
<rss version="2.0">
 <channel>
  <title>Text over image | WPDFD.com Forums</title>
  <link>http://www.wpdfd.com/forums/wpdfd/graphics/text_over_image/</link>
  <description>A Graphics forum thread at WPDFD.com</description>
  <language>en-us</language>
  <pubDate>11/04/04, 309 53 2004 2004:%i:1099623220 21:53:40</pubDate>
  <lastBuildDate>06/07/13, 158 51 2013 2013:%i:1370591482 03:51:22</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>Ibelta  said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/graphics/text_over_image/#p1508</link>
    <description><![CDATA[How can I have a text box, which its content will appear on top of an image???<br />Tried layer but it does not work<br />Any other idea??? : :<img src="/images/emoticons/smile.png" class="smiley" />]]></description>
    <pubDate>11/04/04, 309 53 2004 2004:%i:1099623220 21:53:40</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/graphics/text_over_image/#p1508</guid>
   </item>
     <item>
    <title>Baxter  said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/graphics/text_over_image/#p1509</link>
    <description><![CDATA[Layer is some tragic leftover from Netscape 4. You need to use the css background property.<br /><br />However, if you're talking a form textarea, be forewarned that styling form elements is dicey.]]></description>
    <pubDate>11/05/04, 310 08 2004 2004:%i:1099667319 10:08:39</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/graphics/text_over_image/#p1509</guid>
   </item>
     <item>
    <title>Joe Gillespie said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/graphics/text_over_image/#p1510</link>
    <description><![CDATA['Layer' is the term used in GoLive and other editors for DIV, and I wish they wouldn't.<br /><br />The image doesn't have to be in the background of a div. This article...<br /><br />http://www.wpdfd.com/editorial/wpd0904news.htm#feature<br /><br />shows how to put text over images using absolute positioning inside a relatively positioned div.]]></description>
    <pubDate>11/05/04, 310 37 2004 2004:%i:1099672644 11:37:24</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/graphics/text_over_image/#p1510</guid>
   </item>
     <item>
    <title>Baxter  said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/graphics/text_over_image/#p1511</link>
    <description><![CDATA[Sure, there's more than one way to skin a cat... I've been known to use negative margins, relative positioning tricks, z-index and any number of other methods to achieve the effect. Most times using the simple background property is easiest and most effective.<br /><br />Most times.]]></description>
    <pubDate>11/05/04, 310 56 2004 2004:%i:1099673768 11:56:08</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/graphics/text_over_image/#p1511</guid>
   </item>
     <item>
    <title>Ibelta  said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/graphics/text_over_image/#p1512</link>
    <description><![CDATA[Baxter<br />Can you give an example?]]></description>
    <pubDate>11/05/04, 310 02 2004 2004:%i:1099688570 16:02:50</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/graphics/text_over_image/#p1512</guid>
   </item>
     <item>
    <title>Ibelta  said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/graphics/text_over_image/#p1513</link>
    <description><![CDATA[I need to see the text as part of the image and not like a far background.<br />I wonder if someone can throw an example here...<br /><br /><br />Thx]]></description>
    <pubDate>11/05/04, 310 07 2004 2004:%i:1099688840 16:07:20</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/graphics/text_over_image/#p1513</guid>
   </item>
     <item>
    <title>Baxter  said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/graphics/text_over_image/#p1514</link>
    <description><![CDATA[OK, say all your text is in a div called &quot;beer&quot;<br />Your html would &nbsp;look something like<br />&lt;div id=&quot;beer&quot;&gt;<br />&lt;p&gt;text&lt;/p&gt;<br />&lt;p&gt;more text&lt;/p&gt;<br /><br />and in your stylesheet, you'd have something like<br />#div {background: {url(whatever.jpg) no-repeat}<br /><br />For best results, you'd also set the height and width of &quot;beer&quot; in the stylesheet to the same dimensions of your image, and you'd want to set some padding and other characteristics on the text inside the div.<br /><br />That's the thumbnail version.]]></description>
    <pubDate>11/05/04, 310 36 2004 2004:%i:1099690570 16:36:10</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/graphics/text_over_image/#p1514</guid>
   </item>
     <item>
    <title>Ibelta  said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/graphics/text_over_image/#p1515</link>
    <description><![CDATA[I am sorry, I didnt explain well...<br />I have a text box that user enters data and the content should appear on top of a picture....<br />Any example?]]></description>
    <pubDate>11/05/04, 310 20 2004 2004:%i:1099693203 17:20:03</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/graphics/text_over_image/#p1515</guid>
   </item>
     <item>
    <title>Joe Gillespie said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/graphics/text_over_image/#p1516</link>
    <description><![CDATA[You could put a text box on top of an image by putting it in a div on top of another div but how a text box looks is very browser dependant. If you mean a transparent text box, you are out of luck.]]></description>
    <pubDate>11/06/04, 311 45 2004 2004:%i:1099748731 08:45:31</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/graphics/text_over_image/#p1516</guid>
   </item>
     <item>
    <title>Ibelta  said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/graphics/text_over_image/#p1517</link>
    <description><![CDATA[I tried to modify this one to have text box instead of links but with no success..<br /><br />http://www.dyn-web.com/dhtml/write-lyrs/info-on-img.html#]]></description>
    <pubDate>11/06/04, 311 44 2004 2004:%i:1099759497 11:44:57</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/graphics/text_over_image/#p1517</guid>
   </item>
     <item>
    <title>Baxter  said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/graphics/text_over_image/#p1518</link>
    <description><![CDATA[You can do it exactly how I explained, BUT you're not likely to get it to work with the table-based, rounded corrner box you're using (unless the image is static),<br /><br />If the image is static, save yourself a lot of aggravation, and just put it together in the rounded corrner box, slice it up, and put it in there.<br /><br />IF you want it to be dynamic, in your javascript, where it's writing the text string, you'll also have to set the background display property. &nbsp;I forget the exact syntax, and I haven't had my coffee yet, but look at JS style switchers and you should get some clues.]]></description>
    <pubDate>11/08/04, 313 43 2004 2004:%i:1099925006 09:43:26</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/graphics/text_over_image/#p1518</guid>
   </item>
   </channel>
</rss