<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wikidot="http://www.wikidot.com/rss-namespace">

	<channel>
		<title>CSS help</title>
		<link>http://tibasicdev.wikidot.com/forum/t-155833/css-help</link>
		<description>Posts in the discussion thread &quot;CSS help&quot;</description>
				<copyright></copyright>
		<lastBuildDate>Wed, 13 May 2026 04:20:41 +0000</lastBuildDate>
		
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-155833#post-485340</guid>
				<title>Re: CSS help</title>
				<link>http://tibasicdev.wikidot.com/forum/t-155833/css-help#post-485340</link>
				<description></description>
				<pubDate>Wed, 20 May 2009 21:46:09 +0000</pubDate>
				<wikidot:authorName>Weregoose</wikidot:authorName>				<wikidot:authorUserId>7090</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>*slaps forehead* That'd be wikidot's fault – what I gave you would work perfectly on your desktop. There's nothing wrong at all with their implementation; I'm just not in the mood to integrate anything with their base stylesheets. So, try to get the RGB value for that gray box up there, search their code, and do something about it. That's where I would begin. As for the missing right corner, maybe you could figure out what <em>is</em> occupying that slot and write the CSS into that declaration instead.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-155833#post-485328</guid>
				<title>Re: CSS help</title>
				<link>http://tibasicdev.wikidot.com/forum/t-155833/css-help#post-485328</link>
				<description></description>
				<pubDate>Wed, 20 May 2009 21:36:33 +0000</pubDate>
				<wikidot:authorName>jnesselr</wikidot:authorName>				<wikidot:authorUserId>142001</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 safari, 3.2.3 and&#8230;<br /> <img src="http://macfire.wdfiles.com/local--files/files/Picture%201.png" width="500" alt="Picture%201.png" class="image" />
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-155833#post-485307</guid>
				<title>Re: CSS help</title>
				<link>http://tibasicdev.wikidot.com/forum/t-155833/css-help#post-485307</link>
				<description></description>
				<pubDate>Wed, 20 May 2009 21:18:37 +0000</pubDate>
				<wikidot:authorName>Weregoose</wikidot:authorName>				<wikidot:authorUserId>7090</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Screenshot, please, as well as browser version? (Did you use the contents from the download link?)</p> <p>Also, note the moz/webkit-specific properties in Timothy Foster's source, which will only work in Firefox/Safari (and their derivatives).</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-155833#post-485272</guid>
				<title>Re: CSS help</title>
				<link>http://tibasicdev.wikidot.com/forum/t-155833/css-help#post-485272</link>
				<description></description>
				<pubDate>Wed, 20 May 2009 20:46:51 +0000</pubDate>
				<wikidot:authorName>jnesselr</wikidot:authorName>				<wikidot:authorUserId>142001</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Well, now it looks like:<br /> On yours, Timothy, it wouldn't work.</p> <p>As for weregoose, the right side wouldn't show up, and it showed a weird bar at the top.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-155833#post-481304</guid>
				<title>Re: CSS help</title>
				<link>http://tibasicdev.wikidot.com/forum/t-155833/css-help#post-481304</link>
				<description></description>
				<pubDate>Sat, 16 May 2009 21:07:14 +0000</pubDate>
				<wikidot:authorName>Weregoose</wikidot:authorName>				<wikidot:authorUserId>7090</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p><a href="http://tibasicdev.wikidot.com/local--files/forum:thread/corners.zip">Download</a></p> <p>HTML:</p> <div class="code"> <div class="hl-main"> <pre><span class="hl-brackets">&lt;</span><span class="hl-code">!</span><span class="hl-var">DOCTYPE</span><span class="hl-code"> </span><span class="hl-var">HTML</span><span class="hl-code"> </span><span class="hl-var">PUBLIC</span><span class="hl-code"> </span><span class="hl-quotes">&quot;</span><span class="hl-string">-//W3C//DTD HTML 4.01//EN</span><span class="hl-quotes">&quot;</span><span class="hl-code"> </span><span class="hl-quotes">&quot;</span><span class="hl-string">http://www.w3.org/TR/html4/strict.dtd</span><span class="hl-quotes">&quot;</span><span class="hl-brackets">&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;</span><span class="hl-reserved">html</span><span class="hl-code"> </span><span class="hl-var">lang</span><span class="hl-code">=</span><span class="hl-quotes">&quot;</span><span class="hl-string">en</span><span class="hl-quotes">&quot;</span><span class="hl-brackets">&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;</span><span class="hl-reserved">head</span><span class="hl-brackets">&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;</span><span class="hl-reserved">title</span><span class="hl-brackets">&gt;</span><span class="hl-code">Title</span><span class="hl-brackets">&lt;/</span><span class="hl-reserved">title</span><span class="hl-brackets">&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;</span><span class="hl-reserved">meta</span><span class="hl-code"> </span><span class="hl-var">http-equiv</span><span class="hl-code">=</span><span class="hl-quotes">&quot;</span><span class="hl-string">content-type</span><span class="hl-quotes">&quot;</span><span class="hl-code"> </span><span class="hl-var">content</span><span class="hl-code">=</span><span class="hl-quotes">&quot;</span><span class="hl-string">text/html; charset=ISO-8859-1</span><span class="hl-quotes">&quot;</span><span class="hl-brackets">&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;</span><span class="hl-reserved">link</span><span class="hl-code"> </span><span class="hl-var">href</span><span class="hl-code">=</span><span class="hl-quotes">&quot;</span><span class="hl-string">style.css</span><span class="hl-quotes">&quot;</span><span class="hl-code"> </span><span class="hl-var">rel</span><span class="hl-code">=</span><span class="hl-quotes">&quot;</span><span class="hl-string">stylesheet</span><span class="hl-quotes">&quot;</span><span class="hl-code"> </span><span class="hl-var">type</span><span class="hl-code">=</span><span class="hl-quotes">&quot;</span><span class="hl-string">text/css</span><span class="hl-quotes">&quot;</span><span class="hl-brackets">&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;/</span><span class="hl-reserved">head</span><span class="hl-brackets">&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;</span><span class="hl-reserved">body</span><span class="hl-brackets">&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;</span><span class="hl-reserved">div</span><span class="hl-code"> </span><span class="hl-var">id</span><span class="hl-code">=</span><span class="hl-quotes">&quot;</span><span class="hl-string">top</span><span class="hl-quotes">&quot;</span><span class="hl-brackets">&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;</span><span class="hl-reserved">h1</span><span class="hl-brackets">&gt;</span><span class="hl-code">Header</span><span class="hl-brackets">&lt;/</span><span class="hl-reserved">h1</span><span class="hl-brackets">&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;</span><span class="hl-reserved">p</span><span class="hl-brackets">&gt;</span><span class="hl-code">Content</span><span class="hl-brackets">&lt;/</span><span class="hl-reserved">p</span><span class="hl-brackets">&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;/</span><span class="hl-reserved">div</span><span class="hl-brackets">&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;/</span><span class="hl-reserved">body</span><span class="hl-brackets">&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;/</span><span class="hl-reserved">html</span><span class="hl-brackets">&gt;</span></pre></div> </div> <p>CSS:</p> <div class="code"> <div class="hl-main"> <pre><span class="hl-identifier">html</span><span class="hl-code"> </span><span class="hl-brackets">{</span><span class="hl-code"> </span><span class="hl-reserved">background:</span><span class="hl-code"> </span><span class="hl-var">#87adc4</span><span class="hl-code"> url('</span><span class="hl-var">background</span><span class="hl-code">.gif') </span><span class="hl-string">repeat-x</span><span class="hl-code">; </span><span class="hl-brackets">}</span><span class="hl-code"> </span><span class="hl-identifier">body</span><span class="hl-code"> </span><span class="hl-brackets">{</span><span class="hl-code"> </span><span class="hl-reserved">background:</span><span class="hl-code"> url('corner-left.png') </span><span class="hl-string">no-repeat</span><span class="hl-code">; </span><span class="hl-reserved">margin:</span><span class="hl-code"> </span><span class="hl-number">0</span><span class="hl-code">; </span><span class="hl-brackets">}</span><span class="hl-code"> </span><span class="hl-identifier">div#top</span><span class="hl-code"> </span><span class="hl-brackets">{</span><span class="hl-code"> </span><span class="hl-reserved">background:</span><span class="hl-code"> url('corner-right.png') </span><span class="hl-string">no-repeat</span><span class="hl-code"> </span><span class="hl-string">top</span><span class="hl-code"> </span><span class="hl-string">right</span><span class="hl-code">; </span><span class="hl-reserved">padding:</span><span class="hl-code"> </span><span class="hl-number">8</span><span class="hl-string">px</span><span class="hl-code">; </span><span class="hl-brackets">}</span></pre></div> </div> <br /> Untested in most browsers – I haven't installed them yet since I last changed the OS. I will do that now. <p>Edit: It works in the latest versions of Opera, Firefox, and Safari, and in Internet Explorer 6.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-155833#post-481120</guid>
				<title>Re: CSS help</title>
				<link>http://tibasicdev.wikidot.com/forum/t-155833/css-help#post-481120</link>
				<description></description>
				<pubDate>Sat, 16 May 2009 15:26:20 +0000</pubDate>
				<wikidot:authorName>Timothy Foster</wikidot:authorName>				<wikidot:authorUserId>197988</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <div class="code"> <div class="hl-main"> <pre><span class="hl-identifier">#id</span><span class="hl-brackets">{</span><span class="hl-code"> </span><span class="hl-reserved">background-image:</span><span class="hl-code"> url(http://macfire.wdfiles.com/local--files/files/BannerTileBackground.gif)</span><span class="hl-code">; </span><span class="hl-reserved">background-repeat:</span><span class="hl-string">repeat-x</span><span class="hl-code">; -</span><span class="hl-reserved">moz-border-radius-topright:</span><span class="hl-number">3</span><span class="hl-string">em</span><span class="hl-code">; -</span><span class="hl-reserved">webkit-border-top-right-radius:</span><span class="hl-number">3</span><span class="hl-string">em</span><span class="hl-code">; -</span><span class="hl-reserved">moz-border-radius-topleft:</span><span class="hl-number">3</span><span class="hl-string">em</span><span class="hl-code">; -</span><span class="hl-reserved">webkit-border-top-left-radius:</span><span class="hl-number">3</span><span class="hl-string">em</span><span class="hl-code">; </span><span class="hl-reserved">background-color:</span><span class="hl-var">#87ADC4</span><span class="hl-code">; /</span><span class="hl-identifier">*</span><span class="hl-code"> </span><span class="hl-identifier">This</span><span class="hl-code"> </span><span class="hl-identifier">is</span><span class="hl-code"> </span><span class="hl-identifier">optional</span><span class="hl-code"> </span><span class="hl-identifier">if</span><span class="hl-code"> </span><span class="hl-identifier">you</span><span class="hl-code"> </span><span class="hl-identifier">want</span><span class="hl-code"> </span><span class="hl-identifier">it</span><span class="hl-code"> </span><span class="hl-identifier">to</span><span class="hl-code"> </span><span class="hl-identifier">blend</span><span class="hl-code">. </span><span class="hl-identifier">*</span><span class="hl-code">/ </span><span class="hl-brackets">}</span></pre></div> </div> <br /> At least this is how I might do it depending on what the id is. It won't curve in IE though.
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-155833#post-481119</guid>
				<title>Re: CSS help</title>
				<link>http://tibasicdev.wikidot.com/forum/t-155833/css-help#post-481119</link>
				<description></description>
				<pubDate>Sat, 16 May 2009 15:25:57 +0000</pubDate>
				<wikidot:authorName>Weregoose</wikidot:authorName>				<wikidot:authorUserId>7090</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>There's a creative solution; I'll have something when I get back home later today.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-155833#post-481101</guid>
				<title>Re: CSS help</title>
				<link>http://tibasicdev.wikidot.com/forum/t-155833/css-help#post-481101</link>
				<description></description>
				<pubDate>Sat, 16 May 2009 15:05:53 +0000</pubDate>
				<wikidot:authorName>jnesselr</wikidot:authorName>				<wikidot:authorUserId>142001</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Ok, so say I have this picture:</p> <table> <tr> <td><img src="http://macfire.wdfiles.com/local--files/files/BannerTileBackground.gif" alt="BannerTileBackground.gif" class="image" /></td> <td>And I want it to be repeated along the X axis,<br /> with the top right and left corner's rounded.</td> </tr> </table> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-155833#post-480610</guid>
				<title>Re: CSS help</title>
				<link>http://tibasicdev.wikidot.com/forum/t-155833/css-help#post-480610</link>
				<description></description>
				<pubDate>Fri, 15 May 2009 21:33:47 +0000</pubDate>
				<wikidot:authorName>rhombus p</wikidot:authorName>				<wikidot:authorUserId>240559</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>wow! where did you get that sig?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-155833#post-479914</guid>
				<title>Re: CSS help</title>
				<link>http://tibasicdev.wikidot.com/forum/t-155833/css-help#post-479914</link>
				<description></description>
				<pubDate>Fri, 15 May 2009 05:00:42 +0000</pubDate>
				<wikidot:authorName>GoVegan</wikidot:authorName>				<wikidot:authorUserId>35113</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>It can be done &#8212; anything attribute in the style=&quot;whatever: whatever;&quot; can be applied to CSS. In your case, the height and width attributes can be used to adjust image sizes.</p> <div class="code"> <div class="hl-main"> <pre><span class="hl-identifier">img</span><span class="hl-code"> </span><span class="hl-brackets">{</span><span class="hl-code"> </span><span class="hl-reserved">border:</span><span class="hl-code"> </span><span class="hl-number">5</span><span class="hl-string">px</span><span class="hl-code"> </span><span class="hl-string">solid</span><span class="hl-code"> </span><span class="hl-var">#EDF</span><span class="hl-code">; </span><span class="hl-reserved">width:</span><span class="hl-code"> </span><span class="hl-number">100</span><span class="hl-string">px</span><span class="hl-code">; </span><span class="hl-reserved">height:</span><span class="hl-code"> </span><span class="hl-number">40</span><span class="hl-string">px</span><span class="hl-code">; </span><span class="hl-brackets">}</span></pre></div> </div> <p>That code will make every image in your site have a pale-purple border, and be stretched to the sizes 100×40 pixels. Let it be known that if you specify a width variable without the height variable (or vice-versa), the unspecified variable will be automatically set to scale with the height.</p> <p>You, however, want only the background image to have a set size. As Timothy said, you can't actually set the image size of background images (unfortunately). Maybe you could with javascript, but I don't know much about javascript at this stage in my life.</p> <p>Good luck!</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-155833#post-479873</guid>
				<title>Re: CSS help</title>
				<link>http://tibasicdev.wikidot.com/forum/t-155833/css-help#post-479873</link>
				<description></description>
				<pubDate>Fri, 15 May 2009 03:28:23 +0000</pubDate>
				<wikidot:authorName> brt93yoda</wikidot:authorName>				<wikidot:authorUserId>243264</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Guess and check ftw.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-155833#post-479859</guid>
				<title>Re: CSS help</title>
				<link>http://tibasicdev.wikidot.com/forum/t-155833/css-help#post-479859</link>
				<description></description>
				<pubDate>Fri, 15 May 2009 02:57:43 +0000</pubDate>
				<wikidot:authorName>Timothy Foster</wikidot:authorName>				<wikidot:authorUserId>197988</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Well, you can technically move it with <tt>background-position</tt>.</p> <div class="code"> <div class="hl-main"> <pre><span class="hl-identifier">#id</span><span class="hl-brackets">{</span><span class="hl-code"> </span><span class="hl-reserved">background-image:</span><span class="hl-code">url(picture url)</span><span class="hl-code">; </span><span class="hl-reserved">background-position:</span><span class="hl-code"> some parameter</span><span class="hl-code">; </span><span class="hl-brackets">}</span></pre></div> </div> <br /> The parameter could be one of these: <p>top left<br /> top center<br /> top right<br /> center left<br /> center center<br /> center right<br /> bottom left<br /> bottom center<br /> bottom right<br /> x% y%<br /> xpos ypos</p> <p>As for resizing, you might have to keep resizing it in an application and reloading it until it is of the correct size.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-155833#post-479841</guid>
				<title>Re: CSS help</title>
				<link>http://tibasicdev.wikidot.com/forum/t-155833/css-help#post-479841</link>
				<description></description>
				<pubDate>Fri, 15 May 2009 02:17:40 +0000</pubDate>
				<wikidot:authorName>jnesselr</wikidot:authorName>				<wikidot:authorUserId>142001</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>that's what I did, but I can't move, or resize it.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-155833#post-479749</guid>
				<title>Re: CSS help</title>
				<link>http://tibasicdev.wikidot.com/forum/t-155833/css-help#post-479749</link>
				<description></description>
				<pubDate>Fri, 15 May 2009 00:15:21 +0000</pubDate>
				<wikidot:authorName>Timothy Foster</wikidot:authorName>				<wikidot:authorUserId>197988</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I don't know. Your best option is to shrink the image in Paint or some application and re-upload the new sized image.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-155833#post-479723</guid>
				<title>CSS help</title>
				<link>http://tibasicdev.wikidot.com/forum/t-155833/css-help#post-479723</link>
				<description></description>
				<pubDate>Thu, 14 May 2009 23:31:40 +0000</pubDate>
				<wikidot:authorName>jnesselr</wikidot:authorName>				<wikidot:authorUserId>142001</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Okay, so how do I adjust the size of the background image in css?</p> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>