<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Css on Andrew's Memory Blog</title><link>https://andrewmemory.acornwall.net/tags/css/</link><description>Recent content in Css on Andrew's Memory Blog</description><generator>Hugo -- gohugo.io</generator><image><url>https://andrewmemory.acornwall.net/img/rss_image.png</url><title>Css on Andrew's Memory Blog</title><link>https://andrewmemory.acornwall.net/</link></image><language>en</language><managingEditor>andrewmemoryblog@gmail.com (Andrew's Memory Blog)</managingEditor><webMaster>andrewmemoryblog@gmail.com (Andrew's Memory Blog)</webMaster><copyright>Copyright 2009--2025</copyright><lastBuildDate>Fri, 15 Apr 2011 22:19:17 -0700</lastBuildDate><atom:link href="https://andrewmemory.acornwall.net/tags/css/index.xml" rel="self" type="application/rss+xml"/><item><title>Fixing the Firefox 4 open tab / open window nonsense</title><link>https://andrewmemory.acornwall.net/blog/2011-04-15-fixing-the-firefox-4-open-tab-open-window-nonsense/</link><pubDate>Fri, 15 Apr 2011 22:19:17 -0700</pubDate><author>andrewmemoryblog@gmail.com (Andrew's Memory Blog)</author><guid>https://andrewmemory.acornwall.net/blog/2011-04-15-fixing-the-firefox-4-open-tab-open-window-nonsense/</guid><description>&lt;p&gt;Firefox 4 has got it into its head that tabs are better than windows, despite the fact that tabs use up more UI and look ugly, while windows are nice and clean.&lt;/p&gt;
&lt;p&gt;In order to promote their tab agenda, they&amp;rsquo;ve changed the order of the context menu so your muscle memory for &amp;ldquo;Open Link in New Window&amp;rdquo; now brings you &amp;ldquo;Open Link in New Tab&amp;rdquo;. Ugh.&lt;/p&gt;
&lt;p&gt;Luckily, there is an &lt;a href="http://forums.mozillazine.org/viewtopic.php?f=23&amp;amp;t=1954619&amp;amp;start=15" target="_blank" rel="noreferrer"&gt;answer for this&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Create a userChrome.css file in your profile/chrome directory (on Windows, C:\Documents and Settings\&lt;em&gt;user&lt;/em&gt;\Application Data\Mozilla\Firefox\Profiles\&lt;em&gt;somethingrandom&lt;/em&gt;.default\chrome\):&lt;/p&gt;
&lt;p&gt;&lt;code&gt;#contentAreaContextMenu &amp;gt; * { -moz-box-ordinal-group: 2; } #context-openlink { -moz-box-ordinal-group: 1 !important; }&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;This doesn&amp;rsquo;t change the order under the file menu, but at least when you&amp;rsquo;re using the context menu it will work right.&lt;/p&gt;</description></item><item><title>Scale your website images</title><link>https://andrewmemory.acornwall.net/blog/2011-01-01-scale-your-website-images/</link><pubDate>Sat, 01 Jan 2011 17:32:26 -0700</pubDate><author>andrewmemoryblog@gmail.com (Andrew's Memory Blog)</author><guid>https://andrewmemory.acornwall.net/blog/2011-01-01-scale-your-website-images/</guid><description>&lt;p&gt;I just noticed that if you scale an image using width= and height= attributes of the img tag, Firefox 3.6 will (sometimes) put a thin border on the top and left of the image - something that you can&amp;rsquo;t get rid of with CSS/styling.&lt;/p&gt;
&lt;p&gt;Weird - but a good rule seems to be scale your images to the correct size before using them in HTML.&lt;/p&gt;
&lt;p&gt;This is different from the &amp;ldquo;border around link images&amp;rdquo; issue - which is easy enough to get around by using &lt;code&gt;border-style: none&lt;/code&gt; in CSS.&lt;/p&gt;</description></item></channel></rss>