<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1032739" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1032739</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/css-newbie-curved-boxes#comment-1191657</link>
    <description> &lt;p&gt;JeevesBond, why are you not Pope yet?&lt;br /&gt;
This information is fantastic and a great shove in the right direction, I thank you and everyone else who lent a hand.&lt;br /&gt;
I&#039;m forever in your debt.&lt;/p&gt;
&lt;p&gt;One more thing, how do I fix this?&lt;br /&gt;
&lt;img src=&quot;http://i13.photobucket.com/albums/a270/otakub0x/Untitled-1.gif&quot; alt=&quot;&quot; class=&quot;bb-image&quot; /&gt;&lt;/p&gt;
&lt;p&gt;I&#039;ve got chunks coming out the right hand side, seems to be whenever I put in an image.&lt;/p&gt;
 </description>
     <pubDate>Wed, 25 Jan 2006 20:48:06 +0000</pubDate>
 <dc:creator>Shaun</dc:creator>
 <guid isPermaLink="false">comment 1191657 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/css-newbie-curved-boxes#comment-1191656</link>
    <description> &lt;p&gt;For Internet Explorer (because it&#039;s a browser that doesn&#039;t support the specifications) put:&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;body {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...[Other CSS]...&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; text-align: center;&lt;br /&gt;}&lt;br /&gt;#article {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...[Other CSS]...&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; text-align: left;&lt;br /&gt;}&lt;/code&gt;&lt;/div&gt;&#039;&lt;br /&gt;
Then for standards compliant browsers you&#039;ll need to do the following:&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;div.Article {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...[Other CSS]...&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; margin: 0 auto 0 auto;&lt;br /&gt;}&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;Sorted!&lt;/p&gt;
 </description>
     <pubDate>Wed, 25 Jan 2006 20:46:59 +0000</pubDate>
 <dc:creator>JeevesBond</dc:creator>
 <guid isPermaLink="false">comment 1191656 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/css-newbie-curved-boxes#comment-1191647</link>
    <description> &lt;p&gt;Thanks, I&#039;ll give that a try. Thank you very, very much!&lt;br /&gt;
It works, thanks very much &amp;lt;3&lt;/p&gt;
&lt;p&gt;I just need to learn how to center that up then I&#039;m good to go.&lt;/p&gt;
 </description>
     <pubDate>Wed, 25 Jan 2006 18:00:16 +0000</pubDate>
 <dc:creator>Shaun</dc:creator>
 <guid isPermaLink="false">comment 1191647 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/css-newbie-curved-boxes#comment-1191619</link>
    <description> &lt;p&gt;Finally found it!&lt;br /&gt;
&lt;a href=&quot;http://www.alistapart.com/articles/customcorners/&quot; class=&quot;bb-url&quot;&gt;http://www.alistapart.com/articles/customcorners/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The article can be summarised as follows.&lt;/p&gt;
&lt;p&gt;1. Take this code and save in an HTML document:&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;!DOCTYPE html PUBLIC &amp;quot;-//W3C//DTD XHTML 1.0 Transitional//EN&amp;quot; &amp;quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;html xmlns=&amp;quot;http://www.w3.org/1999/xhtml&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;head&amp;gt;&lt;br /&gt;&amp;lt;title&amp;gt;CSS Design: Creating Custom Corners &amp;amp;amp; Borders: A List Apart: Looks like we&amp;#039;re finally there!&amp;lt;/title&amp;gt;&lt;br /&gt;&amp;lt;meta http-equiv=&amp;quot;Content-Type&amp;quot; content=&amp;quot;text/html; charset=iso-8859-1&amp;quot; /&amp;gt;&lt;br /&gt;&amp;lt;style type=&amp;quot;text/css&amp;quot; media=&amp;quot;screen&amp;quot;&amp;gt;&lt;br /&gt;body {&lt;br /&gt;background: #cbdea8;&lt;br /&gt;font: 0.7em/1.5 Geneva, Arial, Helvetica, sans-serif;&lt;br /&gt;}&lt;br /&gt;div.Article {&lt;br /&gt;&amp;nbsp; background: url(images/custom_corners_topleft.gif) top left no-repeat;&lt;br /&gt;&amp;nbsp; width:35%;&lt;br /&gt;&amp;nbsp; } &lt;br /&gt;div.Article h3 {&lt;br /&gt;&amp;nbsp; background: url(images/custom_corners_topright.gif) top right no-repeat;&lt;br /&gt;&amp;nbsp; font-size:1.3em;&lt;br /&gt;&amp;nbsp; padding:15px;&lt;br /&gt;&amp;nbsp; margin:0;&lt;br /&gt;&amp;nbsp; }&lt;br /&gt;div.ArticleBody {&lt;br /&gt;&amp;nbsp; background: url(images/custom_corners_rightborder.gif) top right repeat-y;&lt;br /&gt;&amp;nbsp; margin:0;&lt;br /&gt;&amp;nbsp; margin-top:-2em;&lt;br /&gt;&amp;nbsp; padding:15px;&lt;br /&gt;&amp;nbsp; }&lt;br /&gt;div.ArticleFooter {&lt;br /&gt;&amp;nbsp; background: url(images/custom_corners_bottomleft.gif) bottom left no-repeat;&lt;br /&gt;&amp;nbsp; }&lt;br /&gt;div.ArticleFooter p {&lt;br /&gt;&amp;nbsp; background: url(images/custom_corners_bottomright.gif) bottom right no-repeat;&lt;br /&gt;&amp;nbsp; padding:15px;&lt;br /&gt;&amp;nbsp; display:block;&lt;br /&gt;&amp;nbsp; margin:-2em 0 0 0;&lt;br /&gt;&amp;nbsp; }&lt;br /&gt;&amp;nbsp; &amp;lt;/style&amp;gt;&lt;br /&gt;&amp;lt;/head&amp;gt;&lt;br /&gt;&amp;lt;body&amp;gt;&lt;br /&gt;&amp;lt;div class=&amp;quot;Article&amp;quot;&amp;gt;&lt;br /&gt;		&amp;lt;h3&amp;gt;Article header&amp;lt;/h3&amp;gt;&lt;br /&gt;		&lt;br /&gt;		&amp;lt;div class=&amp;quot;ArticleBody&amp;quot;&amp;gt;&lt;br /&gt;		&amp;lt;p&amp;gt;&lt;br /&gt;		A few paragraphs of article text.&amp;lt;br /&amp;gt;&lt;br /&gt;		A few paragraphs of article text.&lt;br /&gt;		&amp;lt;/p&amp;gt;&lt;br /&gt;			&lt;br /&gt;		&amp;lt;p&amp;gt;&lt;br /&gt;		A few paragraphs of article text.&amp;lt;br /&amp;gt;&lt;br /&gt;		A few paragraphs of article text.&lt;br /&gt;		&amp;lt;/p&amp;gt;&lt;br /&gt;		&amp;lt;/div&amp;gt;&lt;br /&gt;		&lt;br /&gt;		&amp;lt;div class=&amp;quot;ArticleFooter&amp;quot;&amp;gt;&lt;br /&gt;		&amp;lt;p&amp;gt;&lt;br /&gt;		A paragraph containing author information&lt;br /&gt;		&amp;lt;/p&amp;gt; &lt;br /&gt;		&amp;lt;/div&amp;gt;&lt;br /&gt;	&amp;lt;/div&amp;gt;&lt;br /&gt;&amp;lt;/body&amp;gt;&lt;br /&gt;&amp;lt;/html&amp;gt;&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;2. Save that file, then in the directory you saved it in create a sub-directory called &quot;images&quot;.&lt;br /&gt;
3. Go to: &lt;a href=&quot;http://www.alistapart.com/d/customcorners/step1.1.html&quot; class=&quot;bb-url&quot;&gt;http://www.alistapart.com/d/customcorners/step1.1.html&lt;/a&gt; and save all the images on that page, make sure the file names are the same as they are on the web page (so the CSS above will work).&lt;br /&gt;
4. Open file in the web browser of your choice.&lt;br /&gt;
5. Proceed to learn by example! Remember that the css here is only in the same file for readability, it&#039;s far better under most circumstances to hive this off into a seperate file that can be re-used across pages - but that&#039;s another tutorial. &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;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Important!&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Make sure you save the image on the very bottom of that page, it&#039;s very small but definately there. I forgot to save it and was rather confused!&lt;/p&gt;
&lt;p&gt;Hope this helps.&lt;/p&gt;
 </description>
     <pubDate>Wed, 25 Jan 2006 13:19:06 +0000</pubDate>
 <dc:creator>JeevesBond</dc:creator>
 <guid isPermaLink="false">comment 1191619 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/css-newbie-curved-boxes#comment-1191600</link>
    <description> &lt;p&gt;Not sure if I&#039;m that advanced yet Demonhale, thanks for the tip though.&lt;br /&gt;
As for that original tutorial, it&#039;s where the code goes I&#039;m having trouble with. I prefer hands-on learning really, maybe if someone could tell me where to place the coding I could learn it.&lt;br /&gt;
Thanks guys,&lt;/p&gt;
 </description>
     <pubDate>Wed, 25 Jan 2006 07:23:05 +0000</pubDate>
 <dc:creator>Shaun</dc:creator>
 <guid isPermaLink="false">comment 1191600 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/css-newbie-curved-boxes#comment-1191592</link>
    <description> &lt;p&gt;I have an actual div extension for css to make borders curve...&lt;br /&gt;
no need for curved images to insert... Although its not fool-proff, setting a background overflows on the curved edge...&lt;/p&gt;
 </description>
     <pubDate>Wed, 25 Jan 2006 02:48:26 +0000</pubDate>
 <dc:creator>demonhale</dc:creator>
 <guid isPermaLink="false">comment 1191592 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/css-newbie-curved-boxes#comment-1191551</link>
    <description> &lt;p&gt;I&#039;ve only had 1hour and 30 minutes of studying CSS, I just pasted the code into the header. I keep deleting my previous attempts.&lt;br /&gt;
It would be helpful if I had an example of the script, so I could revise it and manipulate it to my liking, unless that counts as stealing.&lt;br /&gt;
Thanks for the link man, I appreciate the help I&#039;m recieving.&lt;/p&gt;
 </description>
     <pubDate>Tue, 24 Jan 2006 21:09:12 +0000</pubDate>
 <dc:creator>Shaun</dc:creator>
 <guid isPermaLink="false">comment 1191551 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/css-newbie-curved-boxes#comment-1191546</link>
    <description> &lt;p&gt;Well, that looks like a reasonable tutorial. Have you got a link to the code you&#039;ve already done? Seeing that would help.&lt;/p&gt;
&lt;p&gt;Also, you said you were using a table? Not a div tag or list item?&lt;/p&gt;
&lt;p&gt;I can&#039;t find the precise article that explains it best, but I did find the one that started it all off - at least I think it was: &lt;a href=&quot;http://www.alistapart.com/articles/slidingdoors&quot; class=&quot;bb-url&quot;&gt;http://www.alistapart.com/articles/slidingdoors&lt;/a&gt; by Douglas - The Guru - Bowman. &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; This is for menus, but has been expanded to cover things like that tutorial you linked to.&lt;/p&gt;
&lt;p&gt;Also a couple of hours is never enough to fully understand CSS, it&#039;ll be years before you&#039;re truly &quot;fluent.&quot;&lt;/p&gt;
 </description>
     <pubDate>Tue, 24 Jan 2006 20:26:38 +0000</pubDate>
 <dc:creator>JeevesBond</dc:creator>
 <guid isPermaLink="false">comment 1191546 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/css-newbie-curved-boxes#comment-1191539</link>
    <description> &lt;p&gt;Right, thought that myself... I&#039;m just used to seeing it as &#039;sample text&#039; or &#039;example text&#039;, I don&#039;t normally follow tutorials.&lt;br /&gt;
Thanks for the help man,&lt;/p&gt;
 </description>
     <pubDate>Tue, 24 Jan 2006 18:39:47 +0000</pubDate>
 <dc:creator>Shaun</dc:creator>
 <guid isPermaLink="false">comment 1191539 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/css-newbie-curved-boxes#comment-1191537</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote: I was also confused as to wether &quot;Lorem ipsum dolor sit amet consectetur adipisicing elit&quot; is actually relevant.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Nope.  That is copy filler.  Fake text used so you can see what the layout will look like.&lt;/p&gt;
 </description>
     <pubDate>Tue, 24 Jan 2006 18:32:02 +0000</pubDate>
 <dc:creator>robbluther</dc:creator>
 <guid isPermaLink="false">comment 1191537 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
