<?xml version="1.0"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>Designs Advice Forum: CSS</title>
<link>http://designsadvice.com/forums/</link>
<description>Designs Advice Forum: CSS</description>
<language>en</language>
<pubDate>Thu, 09 Sep 2010 09:23:30 +0000</pubDate>

<item>
<title>drew on "image over flash embedded from a private source"</title>
<link>http://designsadvice.com/forums/topic/image-over-flash-embedded-from-a-private-source#post-187</link>
<pubDate>Thu, 22 Nov 2007 11:59:01 +0000</pubDate>
<dc:creator>drew</dc:creator>
<guid isPermaLink="false">187@http://designsadvice.com/forums/</guid>
<description>&#60;p&#62;try adding wmode=&#34;opaque&#34; or wmode=&#34;transparent&#34; inside the embed and object tags of the flash. Also if you are using png files you will need to fix the bug in ie6 &#60;a href=&#34;http://support.microsoft.com/kb/294714&#34; rel=&#34;nofollow&#34;&#62;http://support.microsoft.com/kb/294714&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>rockstar on "image over flash embedded from a private source"</title>
<link>http://designsadvice.com/forums/topic/image-over-flash-embedded-from-a-private-source#post-186</link>
<pubDate>Tue, 20 Nov 2007 12:52:48 +0000</pubDate>
<dc:creator>rockstar</dc:creator>
<guid isPermaLink="false">186@http://designsadvice.com/forums/</guid>
<description>&#60;p&#62;i have a flash file that i gained from aol... its supposed to allow users to instant message me from my page, but that is irrelevant&#60;br /&#62;
aol did a very crappy job on the edges of the flash element and therefore it does not integrate very well into my page&#60;br /&#62;
to fix this i created an image with a transparent center to overlay the flash element and therefore fade the element into my page...&#60;br /&#62;
but i could not get the flash element to go behind the image with &#34;z-index&#34;&#60;br /&#62;
does anyone know how i can fix this???&#60;br /&#62;
keep in mind the flash code is not mine i am only given this...&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;embed class=&#38;quot;im&#38;quot; src=&#38;quot;http://o.aolcdn.com/aim/web-aim/wimzi.swf?appKey=ki1Kvg-IkbSQmjxx&#38;#38;theme=pitchblack&#38;quot; type=&#38;quot;application/x-shockwave-flash&#38;quot; width=&#38;quot;190&#38;quot; height=&#38;quot;275&#38;quot; &#38;gt;&#38;lt;/embed&#38;gt;&#60;/code&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>twofivethreetwo on "Use pixels or percent?"</title>
<link>http://designsadvice.com/forums/topic/use-pixels-or-percent#post-179</link>
<pubDate>Thu, 06 Sep 2007 00:27:59 +0000</pubDate>
<dc:creator>twofivethreetwo</dc:creator>
<guid isPermaLink="false">179@http://designsadvice.com/forums/</guid>
<description>&#60;p&#62;Exactly, no matter how much trouble IE gives us its still the majority and a client doesn't pay for most of their users to have a broken site. I've converted a lot of my clients to FireFox in the past 2 years, but IE will always be there and have a good margin. When I look at my logs for different sites and client sites there are still people using IE5.5 and every now and then I see NN 6 or 7.
&#60;/p&#62;</description>
</item>
<item>
<title>drew on "3 Column same height CSS layout"</title>
<link>http://designsadvice.com/forums/topic/3-column-same-height-css-layout#post-178</link>
<pubDate>Wed, 05 Sep 2007 20:31:29 +0000</pubDate>
<dc:creator>drew</dc:creator>
<guid isPermaLink="false">178@http://designsadvice.com/forums/</guid>
<description>&#60;p&#62;it is because of the IE6 &#38;#38; 7 'Peek-a-boo bug'&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.positioniseverything.net/explorer/peekaboo.html&#34; rel=&#34;nofollow&#34;&#62;http://www.positioniseverything.net/explorer/peekaboo.html&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>zar36 on "Use pixels or percent?"</title>
<link>http://designsadvice.com/forums/topic/use-pixels-or-percent#post-177</link>
<pubDate>Wed, 05 Sep 2007 20:27:30 +0000</pubDate>
<dc:creator>zar36</dc:creator>
<guid isPermaLink="false">177@http://designsadvice.com/forums/</guid>
<description>&#60;p&#62;Hi colourdreamer, I agree margins are outside the div and padding is inside, well thats the case with firefox and standards. IE tends to go silly when you set a width on a block element and padding. It doesnt really matter to me as there are &#60;strong&#62;&#60;a href=&#34;http://css-discuss.incutio.com/?page=BoxModelHack&#34;&#62;hacks&#60;/a&#62;&#60;/strong&#62;.&#60;/p&#62;
&#60;p&#62;Around 80% of web surfers are still using IE so we have to make our clients happy.
&#60;/p&#62;</description>
</item>
<item>
<title>colourdreamer on "Use pixels or percent?"</title>
<link>http://designsadvice.com/forums/topic/use-pixels-or-percent#post-176</link>
<pubDate>Fri, 31 Aug 2007 12:11:11 +0000</pubDate>
<dc:creator>colourdreamer</dc:creator>
<guid isPermaLink="false">176@http://designsadvice.com/forums/</guid>
<description>&#60;p&#62;Hmmm I think the box model explicit width should be set at the border. Makes most sense to me. Maybe I'm thinking of this differently. Padding goes inside the div and margin outside. Or that's how it should be. I get confused about which browser does what, but if IE does/did that, then I'd rather have voted for that. But I don't make the rules.&#60;/p&#62;
&#60;p&#62;Look at it this way, why should padding and margin do the same thing? In the case of bulleted lists, FF and IE use them differently and I take the approach to make them equal which outputs equal. (And play if there needs further adjustment.) I forget which prefers which by now. LOL. I'm so over-coded the last few weeks.&#60;/p&#62;
&#60;p&#62;Yes, so padding and margin shouldn't be redundant. If the &#34;correct&#34; way to render is making them both go on the outside of the div, what is the point?&#60;/p&#62;
&#60;p&#62;I'm a little cranky, because my issue with Firefox is that it doesn't split to a new line with hyphens. I wish it would for my personal account on my new site, but I'm designing for the general, so I let my user page go a little off in Firefox.&#60;/p&#62;
&#60;p&#62;I also just came off a project with which I was told to forget Firefox if it's not too bad and make it look good in IE. The site still doesn't center right in FF, but I don't know what to do and clients are happy. I couldn't find an answer online, it seemed to say that FF doesn't do the centering right. Seriously what I read seemed to say give up. Well maybe I should start a thread on here. I might have another question, too. You lot seem very knowledgeable.&#60;/p&#62;
&#60;p&#62;I'm only craftilly cunning and have a good aesthetic. I know a lot, too. If I can't find a solution I have to think one up. It's tiring!&#60;/p&#62;
&#60;p&#62;But I wish I could ANSWER more, I don't want to be the &#34;non-professional&#34;.&#60;/p&#62;
&#60;p&#62;I'm self-taught but I blog and run sites for a living.&#60;/p&#62;
&#60;p&#62;Hope this site finds success, I find it better so far than the other coding sites. See they think more in code. This one's pink! LOL.
&#60;/p&#62;</description>
</item>
<item>
<title>colourdreamer on "3 Column same height CSS layout"</title>
<link>http://designsadvice.com/forums/topic/3-column-same-height-css-layout#post-175</link>
<pubDate>Fri, 31 Aug 2007 11:51:45 +0000</pubDate>
<dc:creator>colourdreamer</dc:creator>
<guid isPermaLink="false">175@http://designsadvice.com/forums/</guid>
<description>&#60;p&#62;I came here hoping to answer some questions, but now I want to ask, &#34;what does height: 1% do to a container div?&#34;
&#60;/p&#62;</description>
</item>
<item>
<title>fatboyjim on "3 Column same height CSS layout"</title>
<link>http://designsadvice.com/forums/topic/3-column-same-height-css-layout#post-157</link>
<pubDate>Wed, 18 Jul 2007 22:13:29 +0000</pubDate>
<dc:creator>fatboyjim</dc:creator>
<guid isPermaLink="false">157@http://designsadvice.com/forums/</guid>
<description>&#60;p&#62;Have you tried applying overflow: hidden and height: 1% to a container div.
&#60;/p&#62;</description>
</item>
<item>
<title>drew on "3 Column same height CSS layout"</title>
<link>http://designsadvice.com/forums/topic/3-column-same-height-css-layout#post-140</link>
<pubDate>Tue, 26 Jun 2007 12:51:17 +0000</pubDate>
<dc:creator>drew</dc:creator>
<guid isPermaLink="false">140@http://designsadvice.com/forums/</guid>
<description>&#60;p&#62;Another useful link&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.paulbellows.com/getsmart/balance_columns/&#34; rel=&#34;nofollow&#34;&#62;http://www.paulbellows.com/getsmart/balance_columns/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>zar36 on "Use pixels or percent?"</title>
<link>http://designsadvice.com/forums/topic/use-pixels-or-percent#post-139</link>
<pubDate>Fri, 22 Jun 2007 20:27:11 +0000</pubDate>
<dc:creator>zar36</dc:creator>
<guid isPermaLink="false">139@http://designsadvice.com/forums/</guid>
<description>&#60;p&#62;I've just setup vmware with all the browsers I need for testing IE6, Opera etc. For mac I use browsershots.com.
&#60;/p&#62;</description>
</item>
<item>
<title>fatboyjim on "Use pixels or percent?"</title>
<link>http://designsadvice.com/forums/topic/use-pixels-or-percent#post-134</link>
<pubDate>Tue, 19 Jun 2007 00:31:19 +0000</pubDate>
<dc:creator>fatboyjim</dc:creator>
<guid isPermaLink="false">134@http://designsadvice.com/forums/</guid>
<description>&#60;p&#62;Same, Design for Firefox, fix for Ie7 then IE6. I have a quick look with opera, although if it works in FF you're pretty safe. Same goes for Safari/Mac. I'm having problems with Safari/Win but haven't had time to pley recently.
&#60;/p&#62;</description>
</item>
<item>
<title>zar36 on "Use pixels or percent?"</title>
<link>http://designsadvice.com/forums/topic/use-pixels-or-percent#post-133</link>
<pubDate>Sun, 17 Jun 2007 22:12:32 +0000</pubDate>
<dc:creator>zar36</dc:creator>
<guid isPermaLink="false">133@http://designsadvice.com/forums/</guid>
<description>&#60;p&#62;Ah okay, I always thought that IE had a problem with padding not margins.&#60;/p&#62;
&#60;p&#62;What browser do you do all your testing in? I usually work in firefox then check in IE when im satisfied with the layout.
&#60;/p&#62;</description>
</item>
<item>
<title>zar36 on "3 Column same height CSS layout"</title>
<link>http://designsadvice.com/forums/topic/3-column-same-height-css-layout#post-132</link>
<pubDate>Sun, 17 Jun 2007 22:01:15 +0000</pubDate>
<dc:creator>zar36</dc:creator>
<guid isPermaLink="false">132@http://designsadvice.com/forums/</guid>
<description>&#60;p&#62;That float tutorial was really helpful. I also read this &#60;a href=&#34;http://alistapart.com/articles/fauxcolumns/.&#34; rel=&#34;nofollow&#34;&#62;http://alistapart.com/articles/fauxcolumns/.&#60;/a&#62; I guess what I was trying to achieve was something in the way of height=&#34;100%&#34;, but thats not the approach using css layout. I managed to get the look I wanted using background styles :)
&#60;/p&#62;</description>
</item>
<item>
<title>fatboyjim on "3 Column same height CSS layout"</title>
<link>http://designsadvice.com/forums/topic/3-column-same-height-css-layout#post-128</link>
<pubDate>Fri, 15 Jun 2007 00:15:15 +0000</pubDate>
<dc:creator>fatboyjim</dc:creator>
<guid isPermaLink="false">128@http://designsadvice.com/forums/</guid>
<description>&#60;p&#62;Hey there, Have you tried Floatutorial?&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://css.maxdesign.com.au/floatutorial/tutorial0916.htm&#34; rel=&#34;nofollow&#34;&#62;http://css.maxdesign.com.au/floatutorial/tutorial0916.htm&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>fatboyjim on "Use pixels or percent?"</title>
<link>http://designsadvice.com/forums/topic/use-pixels-or-percent#post-127</link>
<pubDate>Fri, 15 Jun 2007 00:12:30 +0000</pubDate>
<dc:creator>fatboyjim</dc:creator>
<guid isPermaLink="false">127@http://designsadvice.com/forums/</guid>
<description>&#60;p&#62;I find it easier to design without using margins. Saves a lot of headaches. Keep it simple.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
