<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel>
	  <title>Ask MetaFilter posts tagged with css</title>
      <link>http://ask.metafilter.com/tags/css</link>
      <description>tag posts with css</description>
	  	  <pubDate>Mon, 06 Oct 2008 06:54:46 -0800</pubDate>
      <lastBuildDate>Mon, 06 Oct 2008 06:54:46 -0800</lastBuildDate>

      <language>en-us</language>
	  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
	  <ttl>60</ttl>	  
	<item>
	<title>Would it just be easier to tell my customers to buy a Mac?</title>
	<link>http://ask.metafilter.com/103515/Would-it-just-be-easier-to-tell-my-customers-to-buy-a-Mac</link>	
	<description>I designed &lt;a href=&quot;http://www.defendme.ca&quot;&gt;this&lt;/a&gt; website on my Mac. The problem is that it looks slightly different on the PC (or Windows in VMWare) and my skills aren&apos;t advanced enough to figure out this problem on my own. More inside. Basically, when my site&lt;/a&gt; is viewed on a PC, I want it to look identical to what it looks like on my Mac (fonts, layout, everything). The problems are:&lt;br&gt;
&lt;br&gt;
(i) the font is slightly different, which leads to&lt;br&gt;
(ii) the spacing is slightly off (particularly in the three brown boxes below the main text area and in the nav bar in the upper right corner of the page), and&lt;br&gt;
(iii) the right margin of the main text area (beginning with &quot;There is nothing...&quot;) doesn&apos;t extend far enough to the right.&lt;br&gt;
&lt;br&gt;
I would also like to make the page static. That is, I want to prevent a user&apos;s browser settings (e.g. for font size) from effecting how my page displays. My CSS stylesheet can be found &lt;a href=&quot;http://www.defendme.ca/site.css&quot;&gt;here&lt;/a&gt;.&lt;br&gt;
&lt;br&gt;
I&apos;m sure this is easy for more experienced developers, but its all slightly beyond me. Any help from those with access to both platforms would be appreciated.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.103515</guid>
	<pubDate>Mon, 06 Oct 2008 06:54:46 -0800</pubDate>

<category>website</category>

<category>HTML</category>

<category>development</category>

<category>CSS</category>

<category>troubleshooting</category>

	<dc:creator>pantheON</dc:creator>
	</item>
	<item>
	<title>How do I access the drupal admin panel. </title>
	<link>http://ask.metafilter.com/102815/How-do-I-access-the-drupal-admin-panel</link>	
	<description>Three drupal questions

1. I disabled the log in form on the main page, now how do I get to the admin panel? 
(Please note, I have a local install of drupal, php, MySQL and Apache for Dev purposes.) 

2. How can I create drop down menus? 
3. Is there a way I can change the layout for a certain page? Such as I want the main page to be two columns while others to be one with tables or something to that effect for grid data. How can I do this? </description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.102815</guid>
	<pubDate>Sat, 27 Sep 2008 14:56:44 -0800</pubDate>

<category>drupal</category>

<category>internet</category>

<category>id10terror</category>

<category>programming</category>

<category>HTML</category>

<category>CSS</category>

	<dc:creator>BoldStepDesign</dc:creator>
	</item>
	<item>
	<title>Why won&apos;t CSS rollovers work for me?</title>
	<link>http://ask.metafilter.com/102656/Why-wont-CSS-rollovers-work-for-me</link>	
	<description>I&apos;m trying to put CSS rollover buttons onto my website. They show up just fine in Dreamweaver, but not on &lt;em&gt;any&lt;/em&gt; browser. This makes no sense, about to go insane, more inside, etc. Alright, I hope someone here can help me.&lt;br&gt;
&lt;br&gt;
I&apos;m trying to put some CSS rollover buttons on a page, as so . . .&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
[&lt;strong&gt;MeFi is stripping out my HTML code, but it&apos;s basically a link--a href--with a class tag (=&quot;artisticroll&quot;) and some style for positioning.&lt;/strong&gt;]&lt;br&gt;
&lt;em&gt;Note: I&apos;m positive that there&apos;s not an error in this code.&lt;/em&gt;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
. . . and this links back to my .css file, part of which is thus . . .&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;strong&gt;a.artisticroll&lt;br&gt;
{&lt;br&gt;
display: block;&lt;br&gt;
width: 200px;&lt;br&gt;
height: 23px;&lt;br&gt;
background-image: url(&apos;artisticROLL.jpg&apos;);&lt;br&gt;
}&lt;br&gt;
a.artisticroll:hover&lt;br&gt;
{&lt;br&gt;
background-position: 0 23px;&lt;br&gt;
}&lt;/strong&gt;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
. . . but it only shows up in Dreamweaver--not in any browsers. I&apos;ve tried doing a local preview as well as actually uploading all the files onto my host and viewing it online. Nothing works.&lt;br&gt;
&lt;br&gt;
This isn&apos;t the weird part. What&apos;s stranger is that I have &lt;em&gt;other&lt;/em&gt; CSS rollover buttons on the same page that work just fine.&lt;br&gt;
&lt;br&gt;
Code / .css except for working buttons:&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
[&lt;strong&gt;Same issue/code as above, except the class is &quot;contactroll&quot;.&lt;/strong&gt;]&lt;br&gt;
&lt;br&gt;
&lt;strong&gt;&lt;br&gt;
a.contactroll&lt;br&gt;
{&lt;br&gt;
display: block;&lt;br&gt;
width: 130px;&lt;br&gt;
height: 60px;&lt;br&gt;
background-image: url(&apos;contactROLL.jpg&apos;);&lt;br&gt;
}&lt;br&gt;
a.contactroll:hover&lt;br&gt;
{&lt;br&gt;
background-position: 0 60px;&lt;br&gt;
}&lt;/strong&gt;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
As far as I can tell, there is absolutely no reason for some buttons to work and some not. What am I doing wrong?&lt;br&gt;
&lt;br&gt;
Thanks for any/all help; I can provide more details if needed.&lt;/&gt;&lt;/&gt;</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.102656</guid>
	<pubDate>Thu, 25 Sep 2008 15:16:01 -0800</pubDate>

<category>CSS</category>

<category>Dreamweaver</category>

	<dc:creator>reductiondesign</dc:creator>
	</item>
	<item>
	<title>How do I override CSS from inside the BODY of the website?</title>
	<link>http://ask.metafilter.com/102469/How-do-I-override-CSS-from-inside-the-BODY-of-the-website</link>	
	<description>How do I override a website&apos;s CSS with a snippet in the body?  The most common example of this would be the elaborate re-designs people do to MySpace pages using the profile field, though I&apos;ve seen it elsewhere (even, briefly, here.) This isn&apos;t a matter of plain CSS coding, but how to use a snippet in a user-editable section of a page to override the whole design. I know it&apos;s possible to define classes inside the BODY of a HTML document but I&apos;ve never gotten the hang of it.  Are there tutorials available online that I could use to generalize the process? I&apos;m sure it&apos;s straightforward enough if I can just wrap my brain around it.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.102469</guid>
	<pubDate>Tue, 23 Sep 2008 13:36:00 -0800</pubDate>

<category>css</category>

<category>overrides</category>

	<dc:creator>Karmakaze</dc:creator>
	</item>
	<item>
	<title>Explain why headlines on some sites are outlined in Firefox 3</title>
	<link>http://ask.metafilter.com/101423/Explain-why-headlines-on-some-sites-are-outlined-in-Firefox-3</link>	
	<description>Why are headlines on a number of websites appearing only as outlines ever since I downloaded Firefox 3? The affected sites include jeffcroft.com (&lt;a href=&quot;http://i33.tinypic.com/33cmzyu.jpg&quot;&gt;pic&lt;/a&gt;), problogger.net (&lt;a href=&quot;http://i34.tinypic.com/jfgqat.jpg&quot;&gt;pic&lt;/a&gt;) and copyblogger.com (&lt;a href=&quot;http://i38.tinypic.com/eg239w.jpg&quot;&gt;pic&lt;/a&gt;).&lt;br&gt;
&lt;br&gt;
Is there some setting I can change to fix this or is this poor coding on their behalf? Or is it intentional?&lt;br&gt;
&lt;br&gt;
I&apos;m surprised I haven&apos;t seen any discussion about this anywhere online because I&apos;ve found it a very noticeable change on a number of websites.&lt;br&gt;
&lt;br&gt;
(I&apos;m on Mac OS X Leopard, by the way.)</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.101423</guid>
	<pubDate>Wed, 10 Sep 2008 20:54:34 -0800</pubDate>

<category>webdesign</category>

<category>firefox</category>

<category>css</category>

<category>mac</category>

	<dc:creator>puffl</dc:creator>
	</item>
	<item>
	<title>How to fix a website and make it compatible in firefox AND IE?</title>
	<link>http://ask.metafilter.com/100474/How-to-fix-a-website-and-make-it-compatible-in-firefox-AND-IE</link>	
	<description>I need some help with a CSS/HTML issue as well as an Internet Explorer issue. I created an &lt;a href=&quot;http://www.dannypeterson.info&quot;&gt;online portfolio&lt;/a&gt; and have been trying to update the design to make it more user-friendly and more aesthetically pleasing. However, I have run into a few road blocks. &lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.dannypeterson.info/2/&quot;&gt;This&lt;/a&gt; is the new design that I would like to implement. If you are using Firefox, you should see it as I see it. However, if you are using IE, it is a mess. What can I do to stop this? From brief research, it looks like it is an issue using the position:absolute style tag in my css file. Is there a way to make that design work for both IE and Firefox. &lt;br&gt;
&lt;br&gt;
Second, if you navigate to &lt;a href=&quot;http://www.dannypeterson.info/2/ducksplayoffs.htm&quot;&gt;this page&lt;/a&gt; you will notice a pdf file that is truncated in height. I cannot for the life of me figure out what is causing this. (The other pdfs on the web site are not configured correctly and I am aware of this)&lt;br&gt;
&lt;br&gt;
Any help in figuring out these problems would be appreciated. Thanks!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.100474</guid>
	<pubDate>Fri, 29 Aug 2008 18:09:18 -0800</pubDate>

<category>html</category>

<category>css</category>

<category>website</category>

<category>web</category>

<category>site</category>

<category>internet</category>

<category>code</category>

<category>coding</category>

	<dc:creator>bigcheesegump</dc:creator>
	</item>
	<item>
	<title>How can I lock iPhone orientation in Mobile Safari?</title>
	<link>http://ask.metafilter.com/99784/How-can-I-lock-iPhone-orientation-in-Mobile-Safari</link>	
	<description>Is there a way to lock or hack an iPhone&apos;s orientation in mobile safari using CSS, HTML, Javascript or a combination there of? I am building a website for Mobile Safari users (iPhone, iPod Touch). I want to be able to &quot;lock&quot; the users orientation so that the website doesn&apos;t change to a horizontal display when they tilt the hardware. My Google-Fu has failed me, does anyone know how to do this?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.99784</guid>
	<pubDate>Thu, 21 Aug 2008 11:51:14 -0800</pubDate>

<category>iPhone</category>

<category>iPod</category>

<category>Touch</category>

<category>safari</category>

<category>mobile</category>

<category>css</category>

<category>html</category>

<category>javascript</category>

	<dc:creator>wmeredith</dc:creator>
	</item>
	<item>
	<title>CSS, JQuery, PHP and Caching: Best practices?</title>
	<link>http://ask.metafilter.com/99664/CSS-JQuery-PHP-and-Caching-Best-practices</link>	
	<description>CSS, JQuery, PHP and Caching: What are the best practices for creating dynamic CSS with JQuery and PHP? Examples inside. I&apos;m using PHP to dynamically create links and their associated CSS. I&apos;m doing it dynamically because the number and positioning of these links is dependent on the selected month.&lt;br&gt;
&lt;br&gt;
PHP inserts these CSS declarations into the HEAD tag. This seems to work fine on Firefox, but IE apparently caches the HEAD tag. This is a problem when navigating to pages for other months since the number of days will change.&lt;br&gt;
&lt;br&gt;
Since I&apos;m also using JQuery for the first time in this project, I wonder if I wouldn&apos;t be better off setting the CSS with that, rather than with PHP. The problem with this would be that I&apos;m now mixing math and functions between the PHP sections of the site and the javascript sections. Is there a better way?&lt;br&gt;
&lt;br&gt;
An example can be &lt;a href=&quot;http://simplykiwi.com/charts/&quot;&gt;seen here.&lt;/a&gt; Source code for the same is &lt;a href=&quot;http://simplykiwi.com/charts/index.phps&quot;&gt;available here.&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
The hover links over each day in each graph are created with a PHP loop based on the number of days in the month. The CSS to position them properly above each day is also created with a PHP loop.&lt;br&gt;
&lt;br&gt;
The problem arises if a user selects an old month with a different number of days. Since IE caches the head tag the user only sees 20 day hover links, rather than 30 or 31.&lt;br&gt;
&lt;br&gt;
Online documentation, tutorials or book references are very much welcome. Also, if I&apos;m just completely going in the wrong direction please let me know.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.99664</guid>
	<pubDate>Wed, 20 Aug 2008 09:29:50 -0800</pubDate>

<category>html</category>

<category>jquery</category>

<category>ajax</category>

<category>css</category>

<category>webdev</category>

<category>web</category>

<category>browser</category>

<category>dom</category>

<category>javascript</category>

<category>php</category>

	<dc:creator>odinsdream</dc:creator>
	</item>
	<item>
	<title>Help my site be more Muxtape-y</title>
	<link>http://ask.metafilter.com/99209/Help-my-site-be-more-Muxtapey</link>	
	<description>How can I get the CSS &quot;color&quot; property to choose randomly between a prelisted set of colors? I&apos;d like to find some sort of script will color my links differently on every refresh.&lt;br&gt;
&lt;br&gt;
I see that &lt;a href=&quot;http://muxtape.com/&quot;&gt;Muxtape&lt;/a&gt; does something like that on their front page.&lt;br&gt;
&lt;br&gt;
Any idea how?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.99209</guid>
	<pubDate>Thu, 14 Aug 2008 14:36:00 -0800</pubDate>

<category>CSS</category>

<category>color</category>

<category>muxtape</category>

<category>design</category>

<category>web</category>

	<dc:creator>Blandanomics</dc:creator>
	</item>
	<item>
	<title>Changing a 2-column stylesheet/theme to 3 columns</title>
	<link>http://ask.metafilter.com/97309/Changing-a-2column-stylesheettheme-to-3-columns</link>	
	<description>CSS gurus: Changing a 2-column layout to a 3-column one? I&apos;ve been using &lt;a href=&quot;http://andreasviklund.com/templates/1024px/&quot;&gt;this theme&lt;/a&gt; for a WordPress site, and it&apos;s great ... but it needs to become three columns instead of two. My CSS skills are passable and I&apos;ve not attempted this kind of major stylesheet surgery before - is this easily doable?&lt;br&gt;
&lt;br&gt;
It&apos;s a fixed width theme, so all I need to do is shave off enough room from the main column to facilitate a right sidebar that is identical to the one on the left. Any hand-holding would be appreciated.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.97309</guid>
	<pubDate>Wed, 23 Jul 2008 08:21:08 -0800</pubDate>

<category>CSS</category>

<category>wordpress</category>

	<dc:creator>jbickers</dc:creator>
	</item>
	<item>
	<title>I need to improve my CSS</title>
	<link>http://ask.metafilter.com/96341/I-need-to-improve-my-CSS</link>	
	<description>I am seeking some very specific CSS advice. I learned CSS on my own several years ago. I don&apos;t work with anyone who does web design and I think I am suffering from the lack of constructive criticism. I know that my CSS is weak but I have no idea what I should be doing to improve it as I don&apos;t even know the shop talk words that would help me find new ideas on the web.&lt;br&gt;
&lt;br&gt;
I am about to embark on a rehaul of the three websites I manage and will be implementing a tabbed layout. I have been reading &lt;i&gt;A List Apart&lt;/i&gt; to get some ideas. I can&apos;t stray much from the look of the page. If you could make me change two things I am doing in my stylesheet that you think are horrid, what would they be? Are there some online resources that you think I should be using?&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.museums.state.ak.us/services.html&quot;&gt;My basic page&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;http://www.museums.state.ak.us/&quot;&gt;An entry page&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.museums.state.ak.us/stylesheets/museum_style.css&quot;&gt;My stylesheet&lt;/a&gt;</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.96341</guid>
	<pubDate>Fri, 11 Jul 2008 11:04:31 -0800</pubDate>

<category>css</category>

<category>layout</category>

<category>web</category>

	<dc:creator>Foam Pants</dc:creator>
	</item>
	<item>
	<title>How can I fix my weirdly rendering navigation tabs?</title>
	<link>http://ask.metafilter.com/96287/How-can-I-fix-my-weirdly-rendering-navigation-tabs</link>	
	<description>What&apos;s wrong with my CSS that makes top the nav render like &lt;a href=&quot;http://api.browsershots.org/png/original/bb/bb6f759abef706978f314c83695f495e.png&quot;&gt;this&lt;/a&gt; or &lt;a href=&quot;http://api.browsershots.org/png/original/ec/ec5a610dc02ac24e300af9b25cdd51f6.png&quot;&gt;this&lt;/a&gt; on some browsers, and how can I fix it? &lt;a href=&quot;http://api.browsershots.org/png/original/1f/1fe501c007f70cdaa4b70839965b57a6.png&quot;&gt;This&lt;/a&gt; is an example of a desired rendering, and &lt;a href=&quot;http://www.electicker2008.com/main.css&quot;&gt;here&apos;s&lt;/a&gt; is the CSS. Thanks in advance, guys &amp;amp; gals!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.96287</guid>
	<pubDate>Thu, 10 Jul 2008 18:30:19 -0800</pubDate>

<category>webdesign</category>

<category>css</category>

<category>nav</category>

<category>navigation</category>

<category>tab</category>

<category>tabs</category>

<category>browser</category>

<category>browsers</category>

<category>web</category>

<category>design</category>

<category>html</category>

<category>div</category>

	<dc:creator>goodnewsfortheinsane</dc:creator>
	</item>
	<item>
	<title>Are there any other coding nerds out there?</title>
	<link>http://ask.metafilter.com/95726/Are-there-any-other-coding-nerds-out-there</link>	
	<description>Are there any good html and css forums that focus on writing semantic markup? Specifically, I&apos;m looking for places to bounce ideas off of when I&apos;m trying to write code to come up with the best ways of doing it. Sometimes things aren&apos;t as straight forward as &quot;this is a paragraph, here goes the p tag!&quot; A place where people live, eat and breath html and css! There are lot of forums out there for web design and coding, but I don&apos;t seem to be finding any that fit into this specific area. Kind of like if a list apart had its own forum/discussion area beyond comments.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.95726</guid>
	<pubDate>Thu, 03 Jul 2008 16:27:26 -0800</pubDate>

<category>html</category>

<category>xhtml</category>

<category>css</category>

<category>gurus</category>

<category>semantichtml</category>

	<dc:creator>[insert clever name here]</dc:creator>
	</item>
	<item>
	<title>Have you had a graphic converted to html and css?</title>
	<link>http://ask.metafilter.com/95545/Have-you-had-a-graphic-converted-to-html-and-css</link>	
	<description>I&apos;m curious about companies &lt;a href=&quot;http://codethatdesign.com/index.php&quot;&gt;like this one&lt;/a&gt; that convert Photoshop files to working HTML/CSS. If you&apos;ve had an experience with one (good or bad), I&apos;d like to hear how it went. </description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.95545</guid>
	<pubDate>Wed, 02 Jul 2008 06:15:14 -0800</pubDate>

<category>html</category>

<category>css</category>

<category>graphic</category>

<category>conversion</category>

	<dc:creator>davebush</dc:creator>
	</item>
	<item>
	<title>Fixing a maxheight issue for Safari</title>
	<link>http://ask.metafilter.com/95468/Fixing-a-maxheight-issue-for-Safari</link>	
	<description>Getting the correct size of a dynamic website page in Safari? On one dynamically generated page on a website a built, Safari can&apos;t accurately measure the bottom of the page and used to end up cutting off content.&lt;br&gt;
&lt;br&gt;
I made a kludge to solve the problem by setting the padding-bottom of the page to large enough number to include all of the content when the user is loading the page in Safari.&lt;br&gt;
&lt;br&gt;
I&apos;ve manually changed the padding px setting to keep it roughly inline with the bottom of the content, but soon I won&apos;t be able to do that anymore.&lt;br&gt;
&lt;br&gt;
Is there a better way (using either CSS, Javascript or PHP) for me to solve the issue?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.95468</guid>
	<pubDate>Tue, 01 Jul 2008 10:28:29 -0800</pubDate>

<category>CSS</category>

<category>Safari</category>

<category>Webdesign</category>

	<dc:creator>drezdn</dc:creator>
	</item>
	<item>
	<title>web design term project ideas?</title>
	<link>http://ask.metafilter.com/95362/web-design-term-project-ideas</link>	
	<description>Idea Filter: I need to create a six-page website for a term project in web design at uni (intro level). What to do it on? I have been given the go-ahead to choose a topic of my liking for my term project in web design. I find I just keep making the same site layout time and time again and I am in need of some new ideas, vague or specific suggestions, or links to other people&apos;s favourite small websites. Any creative inspiration is much appreciated :)</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.95362</guid>
	<pubDate>Sun, 29 Jun 2008 23:09:35 -0800</pubDate>

<category>web</category>

<category>design</category>

<category>xhtml</category>

<category>css</category>

<category>creativity</category>

	<dc:creator>tamarack</dc:creator>
	</item>
	<item>
	<title>If you were designing a website that relies heavily on photos and text, what CMS platform would you pick?</title>
	<link>http://ask.metafilter.com/94887/If-you-were-designing-a-website-that-relies-heavily-on-photos-and-text-what-CMS-platform-would-you-pick</link>	
	<description>If you were designing a website that relies heavily on photos and text, what CMS platform would you pick? We&apos;re looking for a content management system that allows for more flexibility than our current platform (Joomla). Our site features concert reviews and lots of high quality concert photos. If you were designing a new website where you planned to publish reviews and photos, what&apos;s the cutting edge CMS you&apos;d pick?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.94887</guid>
	<pubDate>Tue, 24 Jun 2008 10:39:55 -0800</pubDate>

<category>website</category>

<category>CMS</category>

<category>webdesign</category>

<category>css</category>

	<dc:creator>jrholt</dc:creator>
	</item>
	<item>
	<title>How can I get back up to speed on basic CSS and ColdFusion quickly?</title>
	<link>http://ask.metafilter.com/94766/How-can-I-get-back-up-to-speed-on-basic-CSS-and-ColdFusion-quickly</link>	
	<description>How can I get back up to speed on basic CSS and ColdFusion quickly? I just started a new job, and about 25% of my time is supposed to be spent on maintaining/updating a roster of websites. They are high-traffic enough that it&apos;s important to do things right, and complicated enough that I feel like I may be in over my head.&lt;br&gt;
&lt;br&gt;
I did some CSS and ColdFusion design work in college, but that was like 5 years ago. And back then I had a supervisor/teacher who was always available to troubleshoot my code and tweak my sloppy code into perfection.&lt;br&gt;
&lt;br&gt;
So my question is, how can I get good? I am willing to buy books, though I&apos;d like to keep the cost fairly low. And of course free websites and tutorials would be the best.&lt;br&gt;
&lt;br&gt;
My starting level is that intellectually I know a lot of basic stuff, but when it comes down to actually writing a query or formatting a cfoutput, I just don&apos;t know how to set it up... so ideally I&apos;d like something where I start very basic and can skim through and refresh all my old implicit knowledge. ColdFusion (8.0) is the aspect I am most worried about, though I certainly need to work on CSS as well.&lt;br&gt;
&lt;br&gt;
Sorry that this question isn&apos;t better formed, but I am at work right now, worrying about how I am going to fix the problems that are in my inbox.&lt;br&gt;
&lt;br&gt;
Thanks in advance for all your help!!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.94766</guid>
	<pubDate>Mon, 23 Jun 2008 07:16:21 -0800</pubDate>

<category>css</category>

<category>coldfusion</category>

<category>work</category>

<category>sinkorswim</category>

	<dc:creator>allen8219</dc:creator>
	</item>
	<item>
	<title>CSS and WordPress woes.</title>
	<link>http://ask.metafilter.com/94748/CSS-and-WordPress-woes</link>	
	<description>&lt;strong&gt;CSS, WordPress Themes, HTML&lt;/strong&gt;: Trying to custom-design my new blog&lt;/a&gt;&apos;s design; only three images out of ~10 appearing. As you can see by the above link&lt;/a&gt;, my WordPress header is messed up. All that is visible (at least on my end; Mac OS 10.5, Safari) are the &apos;Portfolio,&apos; &apos;About,&apos; and &apos;Contact&apos; buttons. I&apos;m trying to get my header to look like the one on my new Web site&lt;/a&gt; (I want the top three bars--light, medium, dark--to be the same, and then the content of my blog.)&lt;br&gt;
&lt;br&gt;
At first, those were the only images that were being accessed through a .css file (as rollover links); however, I&apos;ve since changed the &lt;em&gt;other&lt;/em&gt; images to do the same, but still only the first three show up.&lt;br&gt;
&lt;br&gt;
What am I doing &lt;em&gt;wrong&lt;/em&gt;? Web designers, help!&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://blog.dividedframe.com/wp-content/themes/DivFrWordPress/dividedframe.css&quot;&gt;CSS Document&lt;/a&gt;.&lt;br&gt;
&lt;a href=&quot;http://blog.dividedframe.com/wp-content/themes/DivFrWordPress/header.php&quot;&gt;Header.php&lt;/a&gt; (&lt;em&gt;for use with WordPress&lt;/em&gt;).&lt;br&gt;
Right-click --&gt; Save As..., I guess.&lt;br&gt;
&lt;br&gt;
Contact: reductiondesign@gmail.com&lt;br&gt;
&lt;br&gt;
Thanks.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.94748</guid>
	<pubDate>Sun, 22 Jun 2008 21:04:56 -0800</pubDate>

<category>css</category>

<category>WordPress</category>

<category>blogging</category>

	<dc:creator>reductiondesign</dc:creator>
	</item>
	<item>
	<title>IE javascript bug is kicking my ass</title>
	<link>http://ask.metafilter.com/94528/IE-javascript-bug-is-kicking-my-ass</link>	
	<description>Javascript/CSS and IE6/7: content called from a javascript file (a modified form of &lt;a href=&quot;http://test.unintentionallyblank.co.uk/fontSizer.js&quot;&gt;fontSizer&lt;/a&gt;) into an otherwise blank div appears and disappears intermittently in IE6/7. Help a newbie! I know enough Javascript to just squeak by, but this bug is bugging the hell out of me. The content written from a .js file (images and text) appears every time in Firefox but only sometimes in IE6/7. Sometimes a page reload will reveal it, sometimes returning to the page from another page on the site will reveal it.&lt;br&gt;
&lt;br&gt;
My first guess was the peekaboo bug, but none of the fixes work and if I disable the pages&apos; css the content still appears/disappears the same way.&lt;br&gt;
&lt;br&gt;
The pages in question are still in development (i.e. not live), so MeFi Mail me for a URL.&lt;br&gt;
&lt;br&gt;
Any ideas or suggestions on how to debug this are gratefully welcomed!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.94528</guid>
	<pubDate>Thu, 19 Jun 2008 16:06:40 -0800</pubDate>

<category>javascript</category>

<category>css</category>

<category>bugs</category>

<category>ie6</category>

<category>ie7</category>

<category>internetexplorer</category>

	<dc:creator>Paragon</dc:creator>
	</item>
	<item>
	<title>MY EYES MY EYES - help me avoid the WordPress interface and still post to my blog.</title>
	<link>http://ask.metafilter.com/94425/MY-EYES-MY-EYES-help-me-avoid-the-WordPress-interface-and-still-post-to-my-blog</link>	
	<description>I don&apos;t like the WordPress 2.5 look and feel. I am not interested in switching CMSes. What are my options for basic postings to my blog with minimal interaction with the WordPress interface? The suboptimal things include having to scroll to choose categories and add tags, the &quot;3D&quot; look to the buttons, all the extra headings and colors, the small &quot;publish&quot; button and all the nagging (I know 2.5.1 is available, I&apos;d like to dismiss that message). I&apos;d like to not have to scroll to write and publish a short post with tags and categories. I think this must be possible.&lt;br&gt;
&lt;br&gt;
I am fairly tech-savvy. I want to post a blog entry with maybe a category and some tags, nothing else fancy (this is for my &quot;work&quot; blog, not my personal blog). I can write my own HTML, don&apos;t need WYSIWIG. I&apos;m okay using the admin interface for more complicated things or for editing. I like what WP &lt;em&gt;does&lt;/em&gt;, just not how it looks. &lt;br&gt;
&lt;br&gt;
I had a nice custom admin section before I upgraded; my fallback plan is just to hack away at the CSS like I did last time. I have tried a few things that have not worked so well. &lt;br&gt;
&lt;br&gt;
- &lt;a href=&quot;http://www.scribefire.com/&quot;&gt;ScribeFire&lt;/a&gt; and &lt;a href=&quot;http://deepestsender.mozdev.org/&quot;&gt;Deepest Sender&lt;/a&gt; addons for Firefox both kick back errors that I don&apos;t quite understand. (I get through installing/configuring them and see my categories but can&apos;t post. DS returns &quot;TypeError: node is null&quot; SF returns &quot;The server returned a malformed response.  Please check that your blog and API URLs are correct.&quot; If this is a chmod problem, I can chmod). If I could get either of those to work my problem would be solved. I have command line access to my account and a medium level of comfort with command line Unixy stuff.&lt;br&gt;
- I have installed a few plugins that claim to make WP easier on the eyes including &lt;a href=&quot;http://wordpress.org/extend/plugins/retro-dashboard/&quot;&gt;Retro-Dashboard Admin Theme&lt;/a&gt;, &lt;a href=&quot;http://www.stuff.yellowswordfish.com/&quot;&gt;Admin Menus&lt;/a&gt;, &lt;a href=&quot;http://wordpress.org/extend/plugins/dashboard-lite/&quot;&gt;Dashboard Lite&lt;/a&gt; and a few more that I may have already deleted. They are fine but don&apos;t solve these specific problems.&lt;br&gt;
- I do not want to install an older version of WP just to fix this.&lt;br&gt;
- I have searched the &lt;a href=&quot;http://wordpress.org/extend/plugins/tags/admin&quot;&gt;WP plugins admin section&lt;/a&gt; and Google for something that seems to do this and tried many things and didn&apos;t find anything that looked good. &lt;br&gt;
&lt;br&gt;
I&apos;d be happy to hear if you&apos;ve found something that works but please don&apos;t direct me to the WP site (unless there&apos;s really something you think I&apos;ve missed) or to a Google search. Any ideas would be appreciated, thanks!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.94425</guid>
	<pubDate>Wed, 18 Jun 2008 13:48:15 -0800</pubDate>

<category>wordpress</category>

<category>blog</category>

<category>blogging</category>

<category>interface</category>

<category>css</category>

<category>userinterface</category>

<category>ui</category>

<category>resolved</category>

	<dc:creator>jessamyn</dc:creator>
	</item>
	<item>
	<title>I&apos;m looking for an objectively based survey of websites which use css-based positioning versus tables as layout.</title>
	<link>http://ask.metafilter.com/93883/Im-looking-for-an-objectively-based-survey-of-websites-which-use-cssbased-positioning-versus-tables-as-layout</link>	
	<description>I&apos;m looking for an objectively assessed survey of websites which use css-based positioning versus tables as layout. I&apos;m not looking for inspiring sites or well-designed sites, just a recent survey of websites using css-based layout. Ideally it would be something like this w3schools statistic chart on &lt;a href=&quot;:http://w3schools.com/browsers/browsers_stats.asp&quot;&gt;Browser statistics&lt;/a&gt; and ideally it would also offer a comparison of table-based layout sites. My guess is anyone doing this would be using a representative sample as the sheer number of sites is overwhelming.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.93883</guid>
	<pubDate>Thu, 12 Jun 2008 06:42:04 -0800</pubDate>

<category>css</category>

<category>webdesign</category>

<category>web</category>

<category>tables</category>

<category>layout</category>

<category>survey</category>

<category>statistics</category>

	<dc:creator>jeremias</dc:creator>
	</item>
	<item>
	<title>Renaissance Communications Man Seeks Advice.</title>
	<link>http://ask.metafilter.com/93656/Renaissance-Communications-Man-Seeks-Advice</link>	
	<description>Am I a marketer? Am I a flack? Am I lost? Yep. I&apos;m currently the marcomm director at a non-profit agency - the only person in my department. I am a true renaissance man, handling marketing, PR, internal communications, the website (I&apos;ve hand-coded an entire site), all our graphic design and some video production. &lt;br&gt;
&lt;br&gt;
I do it all, and that&apos;s kind of the problem. I&apos;m looking to leave for the for-profit world, and I don&apos;t know which way to go. Marketing seems to be the best solid profession to get into (I am a family man as well, so pay is a big consideration) but I&apos;m not sure I know what a for-profit marketer would do. Most marketing positions I see seem to be industry-specific as well. The more job descriptions I read, and the more resumes I read of people who are in marketing, the more I realize I may not have any idea how to do that at all - and it&apos;s rather depressing.&lt;br&gt;
&lt;br&gt;
In my former life, I was a TV news producer in a top ten market, which gives me a lot of solid, basic skills that translate into any industry: team leading, writing, ability to grasp complex topics quickly and translate them into common language, working under HIGH PRESSURE under daily deadlines. When I do the PR part of my current job, it&apos;s this background I use, and I have a very easy time dealing with the media. I have no problem speaking on camera, or to large groups of people. I see people making PR mistakes ALL THE TIME.  Sometimes I think I should go into for-profit PR based on my journalism background, but I dread working for an agency, calling reporters and producers with forced story ideas from a lame client.  &lt;br&gt;
&lt;br&gt;
My true passions, though, are graphic design and web design. I love CSS, Flash, XHTML, all things Adobe. I&apos;m told I have a talent for it, but  referencing a previous point (I&apos;m a family man, entering my mid-thirties) I&apos;m not sure I can create a new career from it.&lt;br&gt;
&lt;br&gt;
Bottom line: How do I leave the non-profit world, and which path do I pursue?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.93656</guid>
	<pubDate>Mon, 09 Jun 2008 20:24:44 -0800</pubDate>

<category>marketing</category>

<category>PR</category>

<category>job</category>

<category>career</category>

<category>advice</category>

<category>graphic</category>

<category>design</category>

<category>css</category>

<category>xhtml</category>

	<dc:creator>producerpod</dc:creator>
	</item>
	<item>
	<title>How to get / view WWW stylesheets?</title>
	<link>http://ask.metafilter.com/93456/How-to-get-view-WWW-stylesheets</link>	
	<description>How to quickly and easily view the CSS Stylesheet for a site on the Internet for home analysis and tinkering? I am trying to learn more about CSS, and would like to be able to examine the stylesheet for websites I like.  I am hoping there is some easy plugin for Firefox, or some option I am not aware of.&lt;br&gt;
&lt;br&gt;
Please help me?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.93456</guid>
	<pubDate>Sat, 07 Jun 2008 02:33:03 -0800</pubDate>

<category>CSS</category>

<category>HTML</category>

	<dc:creator>Meatbomb</dc:creator>
	</item>
	<item>
	<title>Help, visited messages within Gmail won&apos;t change colors.</title>
	<link>http://ask.metafilter.com/93376/Help-visited-messages-within-Gmail-wont-change-colors</link>	
	<description>I  have Firefox 3 color options set so that visited links turn a dark Grey when clicked, every site seems to work with this but the sender and subject lines in Gmail.. What&apos;s strange is the links on the left hand side of the Gmail page (Inbox, starred, sent mail, drafts, etc ) go dark when clicked on. Does anyone know if Google uses some special CSS or something on the right hand side, can this be overridden so the visited links will turn the Grey I have checked?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.93376</guid>
	<pubDate>Fri, 06 Jun 2008 02:05:57 -0800</pubDate>

<category>gmail</category>

<category>firefox</category>

<category>colors</category>

<category>css</category>

<category>web</category>

	<dc:creator>debu</dc:creator>
	</item>
	
	</channel>
</rss>

