<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
	<channel>
      <title>All Discussions - CSS-Tricks Forums</title>
      <link>http://css-tricks.com/forums/discussions/feed.rss</link>
      <pubDate>Sat, 26 May 12 20:45:25 -0400</pubDate>
         <description>All Discussions - CSS-Tricks Forums</description>
   <language>en-CA</language>
   
   <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/CSS-Tricks-Forums" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="css-tricks-forums" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
      <title>Border Image (invert border)</title>
      <link>http://css-tricks.com/forums/discussion/17789/border-image-invert-border</link>
      <pubDate>Sat, 26 May 2012 17:34:14 -0400</pubDate>
      <dc:creator>ChristopherBurton</dc:creator>
      <guid isPermaLink="false">17789@/forums/discussions</guid>
      <description><![CDATA[Is there a way to create something like this using border-image or another method without having to apply a background color?<br /><br /><img src="http://i47.tinypic.com/2qxba03.png" alt="image" />]]></description>
   </item>
      <item>
      <title>Masonry not working &gt;.</title>
      <link>http://css-tricks.com/forums/discussion/17746/masonry-not-working-.</link>
      <pubDate>Thu, 24 May 2012 00:28:16 -0400</pubDate>
      <dc:creator>Odd_E</dc:creator>
      <guid isPermaLink="false">17746@/forums/discussions</guid>
      <description><![CDATA[After finally getting it work in JSFiddle and locally, masonry isn't working on tumblr.<br /><br /><a href="http://omnia-sum.tumblr.com/" target="_blank" rel="nofollow">http://omnia-sum.tumblr.com/</a><br /><br />If anyone else has had this problem, I'd really like to figure it, because it's really annoying. Is it because it's not an ordered or unordered list? I don't know, but it's bugging me. The worst part it is, it works locally so it taunts me like that. <br /><br />Anway, help is appreciated.]]></description>
   </item>
      <item>
      <title>CSS ':before' pseudo problem, help please</title>
      <link>http://css-tricks.com/forums/discussion/17747/css-before-pseudo-problem-help-please</link>
      <pubDate>Thu, 24 May 2012 07:24:39 -0400</pubDate>
      <dc:creator>passingTime</dc:creator>
      <guid isPermaLink="false">17747@/forums/discussions</guid>
      <description><![CDATA[It looks fine on all modern browsers excluding IE. Was trying to use the :before pseudo to make an image border.<br /><br />The markup is simply: <pre><code>&lt;div id=&quot;box&quot;&gt;&lt;/div&gt;</code></pre><br />The CSS:<br /><pre><code><br />#box{width: 300px; height: 200px; background: #000; position: relative;}<br /><br />#box:before {content: ''; background: red url(imgs/border.png); position: absolute; z-index: -1;<br />width: 100%; height: 100%; padding: 6px; top: -6px; left: -6px;}<br /></code></pre><br />Am i doing something wrong?]]></description>
   </item>
      <item>
      <title>Firefox Search Bar Tweaks</title>
      <link>http://css-tricks.com/forums/discussion/17788/firefox-search-bar-tweaks</link>
      <pubDate>Sat, 26 May 2012 14:05:18 -0400</pubDate>
      <dc:creator>Yaron10</dc:creator>
      <guid isPermaLink="false">17788@/forums/discussions</guid>
      <description><![CDATA[I’ve added the following code to userChrome.css: <br /><br />.searchbar-textbox[focused] { min-width: 200px !important; }<br /><a href="/forums/search?Search=%23PopupAutoComplete&amp;amp;Mode=like">#PopupAutoComplete</a> { min-width: 300px !important; }<br /><br /><br />I have 4 questions:<br /><br />1) All forms’ autocomplete saved data popups (Subjects, E-mails, etc) have now got the attribute ‘min-width: 300px’. How can I limit that width to the Search Bar popup?<br /><br />2) Pressing '.searchbar-engine-button' doesn’t open ‘.searchbar-textbox ‘ in ‘min-width: 200px’. How do I change that?<br /><br />3) Is it possible to set ‘#PopupAutoComplete { min-width:’ according to the current longest ‘Search Seggustion’?<br />   (As it works on 'google.com').<br /><br />4) How do I set ‘#urlbar { visibility: collapse !important; }’ when ‘.searchbar-textbox[focused]’?<br /><br /><br />Thank you.]]></description>
   </item>
      <item>
      <title>Device-Specific Media Query Works, but not while testing.</title>
      <link>http://css-tricks.com/forums/discussion/17787/device-specific-media-query-works-but-not-while-testing.</link>
      <pubDate>Sat, 26 May 2012 13:30:30 -0400</pubDate>
      <dc:creator>SpringMountain</dc:creator>
      <guid isPermaLink="false">17787@/forums/discussions</guid>
      <description><![CDATA[Greetings,<br /><br />I am using <a rel="nofollow" href="https://github.com/malarkey/320andup/">320 and up</a>'s boilerplate for responsive CSS, and the ipad media query :<br /><br /><pre><code>/* iPads (landscape) ----------- */<br /><a rel="nofollow" href="/forums/profile/media">@media</a> only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {</code></pre> works on iPads as intended, but I can't get any device testing apps or web development software to recognize it.<br /><br />On the software side, I've tried a few applications with their own built in previews (CSS Edit/Espresso, Coda/Coda2), but no web design software to my knowledge will preview your work in device specific sizes. You can preview from any app/text editor in a browser and change the window and see your media queries do their work and everything works great, but you can't pull up a 1024x768 window with your mouse. Safari's Develop&gt;User Agent&gt;iPad doesn't seem to work either.<br /><br />I tried Adobe Device Central. I thought I had it loaded right but could not get it to 1. recognize the query in question or 2. rotate the device and have the portrait-specific query take effect.<br /><br />I've tried a litany of websites and they all recognize my queries, just not the ipad/device specific ones, even the ones saying it will show a horizontally-oriented ipad preview.<br /><br />The website works perfectly (aside from the parts I haven't finished!) in all of these apps and all browsers. Or at least as perfect as I need it to. If I don't use the iPad query, it works OK, and if I decide to not use it, I could manage the layout so it looks better on the ipad. Pardon my stubbornness, but I want to nail the design for all major devices out there. Pixel perfect for all iPads and Galaxy Tablets, not too crazy of a goal. I'm almost there but this back and forth of uploading/refreshing of my device is bringing my workflow to a standstill. <br /><br />So what gives? I'd rather ditch device specific queries if I can't test them without holding the device, there are just too many devices out there for this to not drive me bonkers. Is there some super website out there I don't know about this that will deliver me accurate test results? Is there an application that will do this properly? I still have a feeling I'm the one doing something wrong here. You can see it for yourself <a rel="nofollow" href="http://paclag.com/2012/contact.html">right here</a>.<br /><br />Here's a few of the web services I've tried that all work in their own way but none show what I'm seeing on the iPad : <br /><br /><a href="http://resizemybrowser.com/" target="_blank" rel="nofollow">http://resizemybrowser.com/</a><br /><a href="http://responsivepx.com/" target="_blank" rel="nofollow">http://responsivepx.com/</a><br /><a href="http://mattkersley.com/responsive/" target="_blank" rel="nofollow">http://mattkersley.com/responsive/</a><br /><a href="http://quirktools.com/screenfly/" target="_blank" rel="nofollow">http://quirktools.com/screenfly/</a><br /><a href="http://tools.hyperspatial.com/web/devices/" target="_blank" rel="nofollow">http://tools.hyperspatial.com/web/devices/</a><br /><br />On a related note, but one that does not solve all my fundamental issue, 2 days ago Panic came out with DietCoda, an app for the iPad that lets you make some quick changes to your sites via your iPad (yuck!), but more importantly, it allows you to preview your changes from the work you are doing on your laptop/desktop directly to your ipad, using it as a 2nd monitor of sorts, and (hopefully!) recognizing (and not recognizing) your 1024 horizontal oriented device specific directions. I haven't tried it yet but I thought it was worth mentioning.<br /><br /><br /><br /><br />]]></description>
   </item>
      <item>
      <title>Fade in images onload</title>
      <link>http://css-tricks.com/forums/discussion/17739/fade-in-images-onload</link>
      <pubDate>Wed, 23 May 2012 17:36:30 -0400</pubDate>
      <dc:creator>brent_james</dc:creator>
      <guid isPermaLink="false">17739@/forums/discussions</guid>
      <description><![CDATA[I researched a couple different sites and have tried a few scripts, but is there a simple script I can add to a page to have the <a rel="nofollow" href="/forums/search?Search=%23content&amp;amp;Mode=like">#content</a> images fade in while they load?<br /><br />instead of <a rel="nofollow" href="http://intendtoinspire.com">seeing</a> the images jump around while they load?]]></description>
   </item>
      <item>
      <title>Display caption after image enlarged on mouseover?</title>
      <link>http://css-tricks.com/forums/discussion/17780/display-caption-after-image-enlarged-on-mouseovers</link>
      <pubDate>Fri, 25 May 2012 20:57:25 -0400</pubDate>
      <dc:creator>MBM</dc:creator>
      <guid isPermaLink="false">17780@/forums/discussions</guid>
      <description><![CDATA[I've modified css that enlarges a thumbnail on mouseover. I've used figcaption to caption the thumbnails but how do I caption the image after it has been enlarged?<br /><br /><a href="http://46.252.196.94/Misc/css3/index.html" target="_blank" rel="nofollow">http://46.252.196.94/Misc/css3/index.html</a><br /><br />The css :<br /><br /><pre><code>body{<br />	background:url(../images/Wooden_Flooring_HD.png) <a rel="nofollow" href="/forums/search?Search=%23000&amp;amp;Mode=like">#000</a> center top no-repeat;<br />	font-family: 'Ubuntu Condensed', sans-serif;<br />}<br />    <br /><a rel="nofollow" href="/forums/search?Search=%23gallery&amp;amp;Mode=like">#gallery</a> {<br />margin-left: 20px;<br />margin-right: auto;<br />}<br />  <br />		  <br /><a rel="nofollow" href="/forums/search?Search=%23gallery&amp;amp;Mode=like">#gallery</a> ul{<br />/* This position the ul content in the middle of the gallery*/<br />margin-left:-30px; <br />}<br /><br /><br /><a rel="nofollow" href="/forums/search?Search=%23gallery&amp;amp;Mode=like">#gallery</a> ul li {<br />/* In order to create the proper effect with hover we should use display inline-table<br />    This will display the big picture right next to its thumbnail<br />*/<br />list-style:none; display:inline-table;<br />border: 1px solid #ffffff;<br />background-color:#ffffff;<br />padding: 6px 6px 6px 6px;<br />margin-left:20px;<br />margin-top:100px;<br />}<br /> <br /> <br />/* This is the pic to display when the hover action occur over the li that contains the thumbnail  */<br /><a rel="nofollow" href="/forums/search?Search=%23gallery&amp;amp;Mode=like">#gallery</a> ul li .pic{<br />/* Animation with transition in Safari and Chrome */<br />-webkit-transition: all 0.6s ease-in-out;<br />/* Animation with transition in Firefox (No supported Yet) */<br />-moz-transition-timing-function: 0.6s ease-in-out;<br />/* Animation with transition in Opera (No supported Yet)*/<br />-o-transition: all 0.6s ease-in-out;<br />/* The the opacity to 0 to create the fadeOut effect*/<br />opacity:0;<br />visibility:hidden; <br />position:fixed;<br />margin-top:10px; <br />margin-left:-200px; <br />border:1px solid black;<br />/* box shadow effect in Safari and Chrome*/<br />-webkit-box-shadow:#272229 2px 2px 10px;<br />/* box shadow effect in Firefox*/<br />-moz-box-shadow:#272229 2px 2px 10px;<br />/* box shadow effect in IE*/<br />filter:progid:DXImageTransform.Microsoft.Shadow(color='#272229', Direction=135, Strength=5);<br /> /* box shadow effect in Browsers that support it, Opera 10.5 pre-alpha release*/<br />box-shadow:#272229 2px 2px 10px;<br />}<br /><br /><a rel="nofollow" href="/forums/search?Search=%23gallery&amp;amp;Mode=like">#gallery</a> ul li .mini:hover{<br />cursor:pointer;<br />}<br />    <br />/* This create the desired effect of showing the imagen when we mouseover the thumbnail*/<br /><a rel="nofollow" href="/forums/search?Search=%23gallery&amp;amp;Mode=like">#gallery</a> ul li:hover .pic {<br />/* width and height is how much the picture is going to growth with the effect */<br />width:70%; <br />height:70%;<br />opacity:1; <br />visibility:visible;<br />position:absolute;<br />border: 1px solid #ffffff;<br />background-color:#ffffff;<br />padding: 6px 6px 6px 6px;<br />top: 160px;<br />left: 400px; /*position where enlarged image should offset horizontally */<br />}<br /><br />figcaption { <br />text-align: center; <br />display: block; <br />font-size: 22px;<br />}</code></pre><br /><br />The HTML :<br /><br /><pre><code>&lt;head&gt;<br />&lt;title&gt;CSS3 Image Gallery&lt;/title&gt;<br /><br />&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; media=&quot;screen&quot; href=&quot;styles/desktop.css&quot; /&gt;<br /><br />&lt;/head&gt;<br />&lt;body&gt;<br /><br />&lt;div id=&quot;gallery&quot;&gt;<br />&lt;ul&gt;<br />&lt;li&gt;<br />&lt;img src=&quot;images/Spartacus_001.png&quot; class=&quot;mini&quot; width=&quot;356&quot; height=&quot;200&quot; /&gt;<br />&lt;img src=&quot;images/Spartacus_001.png&quot; class=&quot;pic&quot; /&gt;<br />&lt;figcaption&gt;Spartacus The Television Series&lt;/figcaption&gt;<br />&lt;/li&gt;<br />&lt;li&gt;<br />&lt;img src=&quot;images/soccereurope_001.png&quot; class=&quot;mini&quot; width=&quot;356&quot; height=&quot;200&quot; /&gt;<br />&lt;img src=&quot;images/soccereurope_001.png&quot; class=&quot;pic&quot; /&gt;<br />&lt;figcaption&gt;soccer-europe.com&lt;/figcaption&gt;<br />&lt;/li&gt;<br />&lt;li&gt;<br />&lt;img src=&quot;images/concept_clothing_001.png&quot; class=&quot;mini&quot; width=&quot;356&quot; height=&quot;200&quot; /&gt;<br />&lt;img src=&quot;images/concept_clothing_001.png&quot; class=&quot;pic&quot; /&gt;<br />&lt;figcaption&gt;concept clothing wear&lt;/figcaption&gt;<br />&lt;/li&gt;<br />&lt;/ul&gt;<br />&lt;/div&gt;<br /><br />&lt;/body&gt;<br />&lt;/html&gt;</code></pre>]]></description>
   </item>
      <item>
      <title>WordPress: Show ALL Post Titles from a specific Category</title>
      <link>http://css-tricks.com/forums/discussion/17786/wordpress-show-all-post-titles-from-a-specific-category</link>
      <pubDate>Sat, 26 May 2012 11:31:37 -0400</pubDate>
      <dc:creator>Ehcho</dc:creator>
      <guid isPermaLink="false">17786@/forums/discussions</guid>
      <description><![CDATA[Hello,<br /><br />I'd like to be able to show all the posts from a single category on one page. I'd like to format the returned data so it shows the page title (with permalink) and the date the article was written.<br /><br />I'm using:<br /><br /><pre><code>query_posts( array ( 'category_name' =&gt; 'The Category Name', 'posts_per_page' =&gt; -1 ) );</code></pre><br />provided by WordPress.org.<br /><br />Unfortunatly, this shows the article name, with permalink and the whole article content. I want to hide the article content.<br /><br />Thank you,<br />Morgan.]]></description>
   </item>
      <item>
      <title>Text-align: Centre Problem</title>
      <link>http://css-tricks.com/forums/discussion/17781/text-align-centre-problem</link>
      <pubDate>Fri, 25 May 2012 22:17:21 -0400</pubDate>
      <dc:creator>lester</dc:creator>
      <guid isPermaLink="false">17781@/forums/discussions</guid>
      <description><![CDATA[HTML:<br /><br /><pre><code>&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;<a href="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt;" target="_blank" rel="nofollow">http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt;</a><br />&lt;html xmlns=&quot;<a href="http://www.w3.org/1999/xhtml&quot;&gt;" target="_blank" rel="nofollow">http://www.w3.org/1999/xhtml&quot;&gt;</a><br />&lt;head&gt;<br />&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=UTF-8&quot; /&gt;<br />&lt;title&gt;Please Login Here!&lt;/title&gt;<br />&lt;link href=&quot;css/reset.css&quot; type=&quot;text/css&quot; rel=&quot;stylesheet&quot; /&gt;<br />&lt;link href=&quot;css/main.css&quot; type=&quot;text/css&quot; rel=&quot;stylesheet&quot; /&gt;<br />&lt;script type=&quot;text/javascript&quot; src=&quot;js/script.js&quot;&gt;&lt;/script&gt;<br />&lt;/head&gt;<br /><br />&lt;body&gt;<br />&lt;div id=&quot;wrapper&quot;&gt;<br />	<br />	&lt;div id=&quot;loginContainer&quot;&gt;<br />		Testing<br />	&lt;/div&gt;<br />	<br />	&lt;div id=&quot;footer&quot;&gt;<br />		&lt;h6&gt;©Victoria School Infocomm Club 2012&lt;/h6&gt;<br />	&lt;/div&gt;<br />&lt;/div&gt;<br />&lt;/body&gt;<br />&lt;/html&gt;</code></pre><br /><br />CSS:<br />#footer{<br />	margin-top: 100px;<br />	height: 166px;<br />	width: 100%;<br />	background: url('../img/footerBackground.png') repeat-x;<br />	text-align: center;<br />	/*Align to bottom*/<br />	position: fixed;<br />	left: 0;<br />	bottom: 0;<br />	/* IE 6 */<br />	* html <a rel="nofollow" href="/forums/search?Search=%23footer&amp;amp;Mode=like">#footer</a> {<br />	   position:absolute;<br />	   top:expression((0-(footer.offsetHeight)+(document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight)+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop))+'px');<br />	}<br />	<br />}<br /><br /><a rel="nofollow" href="/forums/search?Search=%23footer&amp;amp;Mode=like">#footer</a> h6{<br />	font-family: Helvetica;<br />	font-size: 10px;<br />	color: #e2f8ff;<br />	position: fixed;<br />	bottom: 10px;<br />	<br />}<br /><br />Problem: The h6 text doesn't align to the centre, it just stay aligned to the left.]]></description>
   </item>
      <item>
      <title>Simple Content Search with javascript</title>
      <link>http://css-tricks.com/forums/discussion/17775/simple-content-search-with-javascript</link>
      <pubDate>Fri, 25 May 2012 19:04:06 -0400</pubDate>
      <dc:creator>dynamyc</dc:creator>
      <guid isPermaLink="false">17775@/forums/discussions</guid>
      <description><![CDATA[First of all this is how the script works: <a rel="nofollow" href="http://jsfiddle.net/dynamyc/7Rm8U/7/light/">jsfiddle</a><br /><br />So, I want to make the plugin to search through images (thumbnails) by a attribute like "title" for example or something else. Here is my markup:<a rel="nofollow" href="http://jsfiddle.net/dynamyc/gEFXh/"> jsfiddle</a><br /><br /> I can't make the script to search through that images, I know something is wrong, maybe I didn't put the correct path for<br /><br />'searchList' : 'jThumbnailScroller',<br /><br />'searchItem' : 'a'<br /><br />The code below will activate the plugin:<br /><pre><code>$(document).ready(function(){<br />    $('.searchFilter').simpleContentSearch({<br />        'active' : 'searchBoxActive',<br />        'normal' : 'searchBoxNormal',<br />        'searchList' : 'jThumbnailScroller',<br />        'searchItem' : 'a'<br />    });<br />});</code></pre><br /><br />The 'searchList' setting specifies the content that will be searched. In this case it is searchable tr. Finally, the 'searchItem' setting allows to dive in and specify an individual element to search. In this case, I use 'td'.<br /><br />Hope you understand what I'm trying to achieve.]]></description>
   </item>
      <item>
      <title>"Older Articles" Button</title>
      <link>http://css-tricks.com/forums/discussion/17773/older-articles-button</link>
      <pubDate>Fri, 25 May 2012 16:32:38 -0400</pubDate>
      <dc:creator>Ehcho</dc:creator>
      <guid isPermaLink="false">17773@/forums/discussions</guid>
      <description><![CDATA[Hello,<br /><br />I was wondering if anyone knew how to get an &quot;Older Articles&quot; link for WordPress? Examples of what I mean can be seen by visiting these two websites: <a href="http://www.tuaw.com/" target="_blank" rel="nofollow">http://www.tuaw.com/</a> (Scroll right the the bottom &quot;Older Articles&quot;) and <a href="http://www.cultofmac.com/" target="_blank" rel="nofollow">http://www.cultofmac.com/</a> (Scroll right to the bottom &quot;Older Posts&quot;).<br /><br />Thank you.]]></description>
   </item>
      <item>
      <title>CSS box layout</title>
      <link>http://css-tricks.com/forums/discussion/17785/css-box-layout</link>
      <pubDate>Sat, 26 May 2012 07:25:58 -0400</pubDate>
      <dc:creator>akhilrajau</dc:creator>
      <guid isPermaLink="false">17785@/forums/discussions</guid>
      <description><![CDATA[I need to create a layout includes Header with fixed height, Content with flexible height and footer with fixed height. The main point is my footer needs to be positioned at the bottom of the page always. so it feels that content area have fulle space in any resolution. I can create wih fixed positioning but i dont know that is the correct way for cross browser support. My code is the following<br /><br /><pre><code>&lt;head runat=&quot;server&quot;&gt;<br />    &lt;title&gt;&lt;/title&gt;<br />    &lt;style type=&quot;text/css&quot;&gt;<br />    <a rel="nofollow" href="/forums/search?Search=%23div&amp;amp;Mode=like">#div</a><br />    {<br />        margin: 0 auto;<br />            width: 100%;<br />    }<br />    .top<br />    {<br />        height:100px;<br />        border:1px solid red;<br />    }<br />    .left<br />    {<br />        float:left;<br />        width:30%;<br />        border:1px solid green;<br />    }<br />    .right<br />    {<br />        float:right;<br />        width:68%;<br />        border:1px solid;<br />    }<br />    .bottom<br />    {<br />        position:fixed;<br />        width:98%;<br />        bottom:0px;<br />        border:1px solid red;<br />    }<br /><br />    <br />    &lt;/style&gt;<br />&lt;/head&gt;<br />&lt;body&gt;<br />    &lt;form id=&quot;form1&quot; runat=&quot;server&quot;&gt;<br />    &lt;div id=&quot;div&quot;&gt;<br />    &lt;div class=&quot;top&quot;&gt;<br />    &lt;/div&gt;<br />    &lt;div class=&quot;left&quot;&gt;<br />    &lt;/div&gt;<br />    &lt;div class=&quot;right&quot;&gt;<br />    &lt;/div&gt;<br />     &lt;div class=&quot;bottom&quot;&gt;<br />     Footer<br />     &lt;/div&gt;<br />    &lt;/div&gt;<br />    &lt;/form&gt;<br />&lt;/body&gt;<br />&lt;/html&gt;<br /></code></pre>]]></description>
   </item>
      <item>
      <title>Video Publishing Question</title>
      <link>http://css-tricks.com/forums/discussion/17691/video-publishing-question</link>
      <pubDate>Sat, 19 May 2012 17:40:12 -0400</pubDate>
      <dc:creator>anoopbal</dc:creator>
      <guid isPermaLink="false">17691@/forums/discussions</guid>
      <description><![CDATA[I am trying to come up with a product which probably has 8-10 videos which are around 10-15 minutes long (screen casts). Should I host these videos on my server or move it Amazon S3 or something? I use Hostgator. <br /><br />Please advise. ]]></description>
   </item>
      <item>
      <title>Positioning table</title>
      <link>http://css-tricks.com/forums/discussion/17692/positioning-table</link>
      <pubDate>Sat, 19 May 2012 18:14:09 -0400</pubDate>
      <dc:creator>brent_james</dc:creator>
      <guid isPermaLink="false">17692@/forums/discussions</guid>
      <description><![CDATA[I was curious if there would be a way to place/position a table (250x250) in the middle of the page so that the photos wrap or flow around the box? Kind of like text wrap, but for a photo blog instead.]]></description>
   </item>
      <item>
      <title>Blockquote Issue - Want a full width blockquote in Content Section</title>
      <link>http://css-tricks.com/forums/discussion/17783/blockquote-issue-want-a-full-width-blockquote-in-content-section</link>
      <pubDate>Sat, 26 May 2012 04:43:31 -0400</pubDate>
      <dc:creator>mandava</dc:creator>
      <guid isPermaLink="false">17783@/forums/discussions</guid>
      <description><![CDATA[Here is my issue:<br /><br />I want a full-width blockquote in my content section, but the present blockquote is not touching the both sides of content-section (content section already got some padding).<br /><br /><br />I tried giving -ve margin to blockquote and its not working Can you please do check this link and solve my issue ?<br /><br /><a href="http://www.blueblog.in/bjs/2012/05/07/new-post-to-test-thumbnails-in-genesis/" target="_blank" rel="nofollow">http://www.blueblog.in/bjs/2012/05/07/new-post-to-test-thumbnails-in-genesis/</a><br /><br />Blockqoute is in the middle of the content and I don't want to disturb the default padding value of content section...<br /><br />Thanks<br />Bharat]]></description>
   </item>
      <item>
      <title>Issue with a nested navigation</title>
      <link>http://css-tricks.com/forums/discussion/17784/issue-with-a-nested-navigation</link>
      <pubDate>Sat, 26 May 2012 06:21:16 -0400</pubDate>
      <dc:creator>atolborg</dc:creator>
      <guid isPermaLink="false">17784@/forums/discussions</guid>
      <description><![CDATA[Argh.. Im having problems with creating a nested menu.<br /><br />I have already posted about it on stackoverflow, so instead of describing the problem again, I'll just link.<br /><br /><a href="http://stackoverflow.com/questions/10765351/multi-level-navigation" target="_blank" rel="nofollow">http://stackoverflow.com/questions/10765351/multi-level-navigation</a>]]></description>
   </item>
      <item>
      <title>Footer Issue.</title>
      <link>http://css-tricks.com/forums/discussion/17774/footer-issue.-</link>
      <pubDate>Fri, 25 May 2012 17:28:10 -0400</pubDate>
      <dc:creator>Roggers</dc:creator>
      <guid isPermaLink="false">17774@/forums/discussions</guid>
      <description><![CDATA[Ok so I seem to have this issue, that I can't fix. If you look at my footer : <br /><a href="http://i917.photobucket.com/albums/ad14/EpicAlexOwned/footer.jpg" target="_blank" rel="nofollow">http://i917.photobucket.com/albums/ad14/EpicAlexOwned/footer.jpg</a><br />you'll see the footer does not expand it's width to 100% although the css value of width has been set to 100%. <br />The HTML seems to be valid, so I don't think that's an issue. Not sure what to do? <br />my css:<br /><br /><i> <a rel="nofollow" href="/forums/search?Search=%23footer&amp;amp;Mode=like">#footer</a> {<br />  position: relative;<br />  bottom: 0;<br />  background: #434141;<br />  text-align: center;<br />width:100%;<br />  color: #e7ddd0;<br />  margin-top: -150px; <br />  height: 150px;<br />clear: both;<br />  padding: 15px;</i><br /><br />Thanks<br /><br />ISSUE SOLVED: I realised, i set the width of a social icon to large, and so it expanded the page width.<br />Thanks anyway]]></description>
   </item>
      <item>
      <title>I need help consolidating my code and revising it. New to Jquery!</title>
      <link>http://css-tricks.com/forums/discussion/17708/i-need-help-consolidating-my-code-and-revising-it.-new-to-jquery</link>
      <pubDate>Mon, 21 May 2012 14:29:19 -0400</pubDate>
      <dc:creator>_John_</dc:creator>
      <guid isPermaLink="false">17708@/forums/discussions</guid>
      <description><![CDATA[I have this:<br /><pre><code>var length = $('h1').html().length;<br /><br />alert(&quot;h1 &quot; + length);<br />    <br />var _count = 0;<br /><br />$('h1').filter(function() <br />{<br />    return $(this).text().length &gt; _count;<br />}).wrapInner(function() //need to target each char not all inside h1<br />{<br />    return '&lt;span id=&quot;' +  this.nodeValue + '&quot; /&gt;'; // id or class doesnt matter<br />}); //this.nodeValue should be the text but function isnt standalone</code></pre><br />The html output<br /><pre><code>​&lt;h1&gt;<br />    &lt;span class=&quot;null&quot;&gt;IM COLORFUL&lt;/span&gt;<br />&lt;/h1&gt;​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​</code></pre><br />What i WANT to happen:<br /><pre><code>&lt;h1&gt;<br />    &lt;span id=&quot;i1&quot;&gt;I&lt;/span&gt;<br />    &lt;span id=&quot;i2&quot;&gt;M &lt;/span&gt;<br />    &lt;span id=&quot;i3&quot;&gt;C&lt;/span&gt;<br />    &lt;span id=&quot;i4&quot;&gt;O&lt;/span&gt;<br />    &lt;span id=&quot;i5&quot;&gt;L&lt;/span&gt;<br />    &lt;span id=&quot;i6&quot;&gt;O&lt;/span&gt;<br />    &lt;span id=&quot;i7&quot;&gt;R&lt;/span&gt;<br />    &lt;span id=&quot;i8&quot;&gt;F&lt;/span&gt;<br />    &lt;span id=&quot;i9&quot;&gt;U&lt;/span&gt;<br />    &lt;span id=&quot;i10&quot;&gt;L&lt;/span&gt;<br />&lt;/h1&gt;</code></pre><br />Source: <a href="http://jsfiddle.net/john_motyl/aWC2w/1/" target="_blank" rel="nofollow">http://jsfiddle.net/john_motyl/aWC2w/1/</a>]]></description>
   </item>
      <item>
      <title>Problems with adding CSS to a jQuery .after() element</title>
      <link>http://css-tricks.com/forums/discussion/17782/problems-with-adding-css-to-a-jquery-.after-element-</link>
      <pubDate>Fri, 25 May 2012 22:29:56 -0400</pubDate>
      <dc:creator>JosiahB</dc:creator>
      <guid isPermaLink="false">17782@/forums/discussions</guid>
      <description><![CDATA[Here is the html ... I tried to apply the css inline ...<br /><br /><pre><code>.....<br />&lt;div class=&quot;success-message&quot; style=&quot;postion: absolute; left: 100px; top: 500px;&quot;&gt;<br /><br />&lt;div class=&quot;success-message1&quot; style=&quot;top: -7px; position: absolute; left: 52px; <br />font-size: 1.1em; &quot;&gt;<br />&lt;/div&gt;&lt;!--end of success-message1--&gt;<br /><br />&lt;div class=&quot;success-message2&quot; style=&quot;font-size: 0.8em; position: absolute; top: 56px; <br />right: 10px; left: 47px; font-weight: bold;&quot;&gt;<br />&lt;/div&gt;&lt;!--end of success-message2--&gt;<br /><br />&lt;/div&gt;&lt;!--end of success-message--&gt;<br />.....</code></pre><br /><br />Here is the js code ...<br /><br /><pre><code>.....<br />else<br />{<br />$(&quot;#contact-form&quot;).hide('slow');<br />$(&quot;.success-message1&quot;) .after('Your message was successfully sent!');<br />$(&quot;.success-message2&quot;) .after('You should receive a response with in one to two business days.');<br />}<br />.....</code></pre><br /><br />Here is the CSS ... <br /><br /><pre><code><br />.success-message1:{<br />top: -7px;<br />position: absolute;<br />left: 52px;<br />font-size: 1.1em;<br />}<br /><br />.success-message2:{<br />font-size: 0.8em;<br />position: absolute;<br />top: 56px;<br />right: 10px;<br />left: 47px;</code></pre><br /><br />None of these options worked ... Here is a link to my website ... <a href="http://lynchburgpatriots.webatu.com/Contact.html" target="_blank" rel="nofollow">http://lynchburgpatriots.webatu.com/Contact.html</a><br /><br />Any help would be appreciated!!!<br /><br />Thanks!]]></description>
   </item>
      <item>
      <title>Multiple AJAX Requests on WordPress Site</title>
      <link>http://css-tricks.com/forums/discussion/15830/multiple-ajax-requests-on-wordpress-site</link>
      <pubDate>Mon, 30 Jan 2012 12:49:01 -0500</pubDate>
      <dc:creator>afferennen</dc:creator>
      <guid isPermaLink="false">15830@/forums/discussions</guid>
      <description><![CDATA[Here I come for help O wise and über experienced peeps.<br /><br />I have designed a theme that, from the home page, fades out and fades in (via AJAX) a page in wordpress. However, I also have a plugin I just bought called Thumbnail Gallery, which loads the images in jQuery via AJAX. How do I makes them both work, since I can't use an iframe for the plugin I bought?<br /><br />Here is the JS code for calling the wordpress pages:<br /><br /><pre><code>$(function() {<br /><br />    var newHash      = &quot;&quot;,<br />        $mainContent = $(&quot;#main-content&quot;),<br />        $pageWrap    = $(&quot;#container&quot;),<br />        $el;<br /><br />	<br />    $(&quot;nav#top-nav ul li a, nav#main-left-nav ul li a, nav#main-right-nav ul li a&quot;).click(function() {<br />        window.location.hash = $(this).attr(&quot;href&quot;);<br />        return false;<br />    });<br /><br />    $(window).bind('hashchange', function(){<br /><br />        newHash = window.location.hash.substring(1);<br /><br />        if (newHash) {<br />            $mainContent<br />                .find(&quot;#content&quot;)<br />                .fadeOut(500, function() {<br />                    $mainContent.hide().load(newHash + &quot; #content&quot;, function() {<br />                        $mainContent.fadeIn(500, function() {<br />                        	$('header').animate({'top':'0px'},500);<br />                        });<br />                        <br />                        $(&quot;nav a&quot;).removeClass(&quot;current&quot;);<br />                        $(&quot;nav a[href='&quot;+newHash+&quot;']&quot;).addClass(&quot;current&quot;);<br />                    });<br />                });<br />        };<br /><br />    });<br /><br />    $(window).trigger('hashchange');<br /><br />});</code></pre><br /><br />Thoughts?]]></description>
   </item>
      <item>
      <title>CSS div alignment</title>
      <link>http://css-tricks.com/forums/discussion/17771/css-div-alignment</link>
      <pubDate>Fri, 25 May 2012 12:07:18 -0400</pubDate>
      <dc:creator>stylish16</dc:creator>
      <guid isPermaLink="false">17771@/forums/discussions</guid>
      <description><![CDATA[Hello members,<br /><br />I am new to CSS &amp; at starting level. <br /><br />I am developing web page in which i want 3 div's, 2 one below each other horizontally &amp; third one vertically along with them.<br /><br />Starting position from top of 1st horizontal and last that is 3rd one (vertical) is same.<br /><br />I want CSS Code for that.<br /><br />Please Help.]]></description>
   </item>
      <item>
      <title>CSS Tricks IRC for live chat &amp; mutual support?</title>
      <link>http://css-tricks.com/forums/discussion/17776/css-tricks-irc-for-live-chat-mutual-supports</link>
      <pubDate>Fri, 25 May 2012 19:24:27 -0400</pubDate>
      <dc:creator>andy_unleash</dc:creator>
      <guid isPermaLink="false">17776@/forums/discussions</guid>
      <description><![CDATA[Anyone else think this might be super awesome? I have no idea how to set one up though.]]></description>
   </item>
      <item>
      <title>Div Failing to Center</title>
      <link>http://css-tricks.com/forums/discussion/17777/div-failing-to-center-</link>
      <pubDate>Fri, 25 May 2012 20:01:24 -0400</pubDate>
      <dc:creator>Coleman</dc:creator>
      <guid isPermaLink="false">17777@/forums/discussions</guid>
      <description><![CDATA[I coded my website a few days ago and realized that my <a href="/forums/search?Search=%23wrapper&amp;amp;Mode=like">#wrapper</a> div wasn't centered. I've been attempting to tackle this but fail to correct my problem. <br /><br />Website: <a href="http://colemantharp.me" target="_blank" rel="nofollow">http://colemantharp.me</a><br /><br />Any help is greatly appreciated :)]]></description>
   </item>
      <item>
      <title>What happen with MARGIN</title>
      <link>http://css-tricks.com/forums/discussion/17769/what-happen-with-margin</link>
      <pubDate>Fri, 25 May 2012 11:22:05 -0400</pubDate>
      <dc:creator>lester</dc:creator>
      <guid isPermaLink="false">17769@/forums/discussions</guid>
      <description><![CDATA[HTML<br /><br /><pre><code>&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;<a href="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt;" target="_blank" rel="nofollow">http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt;</a><br />&lt;html xmlns=&quot;<a href="http://www.w3.org/1999/xhtml&quot;&gt;" target="_blank" rel="nofollow">http://www.w3.org/1999/xhtml&quot;&gt;</a><br />&lt;head&gt;<br />&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=UTF-8&quot; /&gt;<br />&lt;title&gt;Please Login Here!&lt;/title&gt;<br />&lt;link href=&quot;css/reset.css&quot; type=&quot;text/css&quot; rel=&quot;stylesheet&quot; /&gt;<br />&lt;link href=&quot;css/main.css&quot; type=&quot;text/css&quot; rel=&quot;stylesheet&quot; /&gt;<br />&lt;script type=&quot;text/javascript&quot; src=&quot;js/script.js&quot;&gt;&lt;/script&gt;<br />&lt;/head&gt;<br /><br />&lt;body&gt;<br />&lt;div id=&quot;wrapper&quot;&gt;<br />	<br />	&lt;div id=&quot;loginContainer&quot;&gt;<br />		Testing<br />	&lt;/div&gt;<br />	&lt;div id=&quot;footer&quot;&gt;<br />		<br />	&lt;/div&gt;<br />&lt;/div&gt;<br />&lt;/body&gt;<br />&lt;/html&gt;<br /></code></pre><br />CSS<br /><br />#wrapper{<br />	width: auto;<br />		min-width: 1024px;<br />	height: auto;<br />		min-height: 768px;<br />}<br /><br />#loginContainer{<br />	width: auto;<br />		min-width: 1024px;<br />	height: 425px;<br />	border-top: 2px dashed #c2d2d7;<br />	border-bottom: 2px dashed #c2d2d7;<br />	margin-top: 50px;<br />}<br /><br /><br />Problem:<br /><br />The wrapper moved down by 50px.]]></description>
   </item>
      <item>
      <title>Can't keep an image from spilling out of div</title>
      <link>http://css-tricks.com/forums/discussion/17772/cant-keep-an-image-from-spilling-out-of-div</link>
      <pubDate>Fri, 25 May 2012 14:24:07 -0400</pubDate>
      <dc:creator>ScottyChoc</dc:creator>
      <guid isPermaLink="false">17772@/forums/discussions</guid>
      <description><![CDATA[Can't seem to figure out how to make the div include the whole height of the image.  Here is a screenshot, this should be able to explain my issue: <a rel="nofollow" href="http://loveless.org/media/Picture2.png">http://loveless.org/media/Picture2.png</a><br /><pre><code>&lt;h1&gt;<br />	Meet our Staff<br />&lt;/h1&gt;<br />&lt;ul class=&quot;profiles&quot;&gt;<br />	&lt;li&gt;&lt;img class=&quot;left&quot; src=&quot;img/drloveless.jpg&quot; width=&quot;150&quot; height=&quot;200&quot; alt=&quot;&quot; &gt;<br />		&lt;h2&gt;<br />			Dennis Loveless, DVM<br />		&lt;/h2&gt;<br />		&lt;p&gt;<br />			As owner of the D-Railed Ranch...<br />		&lt;/p&gt;<br />	&lt;/li&gt;<br /></code></pre><br /><pre><code>ul.profiles li {<br />border: <a rel="nofollow" href="/forums/search?Search=%23ccc&amp;amp;Mode=like">#ccc</a> solid 1px;<br />margin: 8px 0;<br />padding: 8px;<br />-webkit-border-radius: 5px;<br />-moz-border-radius: 5px;<br />-o-border-radius: 5px;<br />border-radius: 5px;<br />}<br />ul.profiles img {<br />margin-right: 8px;<br />}<br /><br />ul.profiles li h2 {<br />font-weight: bold;<br />margin-bottom: 8px;<br />}<br />.left {<br />float: left;<br />}<br /><br /></code></pre>]]></description>
   </item>
      <item>
      <title>Order of elements in "head" section of html document</title>
      <link>http://css-tricks.com/forums/discussion/17770/order-of-elements-in-head-section-of-html-document</link>
      <pubDate>Fri, 25 May 2012 11:44:10 -0400</pubDate>
      <dc:creator>GMB</dc:creator>
      <guid isPermaLink="false">17770@/forums/discussions</guid>
      <description><![CDATA[I am wondering if there is a fixed/correct order for elements appearing in the "head" section of an html document. I'm working on a project and often have style and script elements and am not sure if they should appear in that order and before or after the title of the document. The following is typical of this project:<br /><br /><code><br />&lt;head&gt;<br />	&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=UTF-8&quot; /&gt;<br />	&lt;style&gt;<br />		<a rel="nofollow" href="/forums/search?Search=%23container&amp;amp;Mode=like">#container</a> {<br />			background-color: black;<br />			}<br />	&lt;/style&gt;<br /><br />  &lt;script src=&quot;<a href="http://code.jquery.com/jquery-latest.js&quot;&gt;" target="_blank" rel="nofollow">http://code.jquery.com/jquery-latest.js&quot;&gt;</a><br />	&lt;/script&gt;<br />	&lt;title&gt;Title Here&lt;/title&gt;<br />&lt;/head&gt;</code><br /><br />Is this all right? Should the title precede the style and script? Any help would be appreciated.<br /><br />Thanks in advance.]]></description>
   </item>
      <item>
      <title>Images load faster in gallery</title>
      <link>http://css-tricks.com/forums/discussion/17765/images-load-faster-in-gallery</link>
      <pubDate>Fri, 25 May 2012 07:27:24 -0400</pubDate>
      <dc:creator>aniket</dc:creator>
      <guid isPermaLink="false">17765@/forums/discussions</guid>
      <description><![CDATA[from my gallery,Images are taking to much time to load,i want to make it faster just like google image search or like stock images sites.]]></description>
   </item>
      <item>
      <title>Jquery Smooth Scroll to a name and id</title>
      <link>http://css-tricks.com/forums/discussion/17757/jquery-smooth-scroll-to-a-name-and-id-</link>
      <pubDate>Thu, 24 May 2012 15:51:18 -0400</pubDate>
      <dc:creator>uddinnyc94</dc:creator>
      <guid isPermaLink="false">17757@/forums/discussions</guid>
      <description><![CDATA[okay so here is what i have so far <br /><br /><pre><br />	 $('a[href^="#"]').click(function() {<br />		$('html,body').animate({ scrollTop: $(this.hash).offset().top}, 200);<br />		return false;<br />		e.preventDefault();<br />	});<br /></pre><br /><br />now this code works like a charm but here is the problem it only works like so <br /><pre><br />	 &lt;a href="#gohere"&gt; Click to smooth Scrool &lt;/a&gt;<br /><br />	 &lt;a id="gohere"&gt; This is where the above link would smooth scroll to &lt;/a.<br /></pre><br /><br />however keeping the code sweet and short i would like for this to work as well <br /><pre><br />	 &lt;a href="#gohere"&gt; Click to smooth Scrool &lt;/a&gt;<br /><br />	 &lt;a name="gohere"&gt; This is where the above link would smooth scroll to &lt;/a.<br /><br /><br /><br /><br />	 &lt;a href="#comehere"&gt; Click to smooth Scrool &lt;/a&gt;<br /><br />	 &lt;a id="comehere"&gt; This is where the above link second would smooth scroll to &lt;/a.<br /></pre><br />	 <br />how can i alter this code to just smooth scroll to all id's and names of anchor because the legit way to bookmark in html is using a name however i have so many pages that i bookmarked with both a name and a id i do not want to change the html structure from name to id or from id to name i just want to smooth scroll to both a id and a name anchor links. here is the code i have so far which currently only works with a id and not a name.<br /><br /><pre><br />	 $('a[href^="#"]').click(function() {<br />		$('html,body').animate({ scrollTop: $(this.hash).offset().top}, 200);<br />		return false;<br />		e.preventDefault();<br />	});<br /></pre>]]></description>
   </item>
      <item>
      <title>Advanced CSS</title>
      <link>http://css-tricks.com/forums/discussion/17768/advanced-css</link>
      <pubDate>Fri, 25 May 2012 09:02:32 -0400</pubDate>
      <dc:creator>polson1000</dc:creator>
      <guid isPermaLink="false">17768@/forums/discussions</guid>
      <description><![CDATA[Hello every body how you are all well and ready for the weekend. I am aware that with css3 that you can make ribbons. Which is great as I don't have to spend as much time in the images editors. I have just been working on a ribbon graphic this week at <a href="http://www.easyepc.org/epc-london/epc-london.html." target="_blank" rel="nofollow">http://www.easyepc.org/epc-london/epc-london.html.</a> I was wondering has anyone got a suggestion or hack to re-create ribbons on the London graphic? ]]></description>
   </item>
      <item>
      <title>wordpress nav help</title>
      <link>http://css-tricks.com/forums/discussion/17766/wordpress-nav-help</link>
      <pubDate>Fri, 25 May 2012 08:35:11 -0400</pubDate>
      <dc:creator>johnjf</dc:creator>
      <guid isPermaLink="false">17766@/forums/discussions</guid>
      <description><![CDATA[I'm having trouble with my main navigation drop down links. When I hover over a link, say fads I can't click on the ones below, they dissapear to fast before I can click on it. Why is this happening and how can I fix it? is it happening to others?<br /><br />here's the link <a rel="nofollow" href="http://weightloss.tutorialcomputer.com/">site link</a>]]></description>
   </item>
      </channel>
</rss>

