Archive for March, 2010

Adobe Spry Menus

Wednesday, March 10th, 2010

When I first started designing website around 1996 or so, I did not have fancy programs like Dreamweaver to guide me through the process. A typical session involved the Windows notepad, lots of “Save As” and refreshing in the browser. Here I am 14 years later and I love using Dreamweaver. It’s not my sole tool for designing websites. I still use free options when I feel the need. However, Dreamweaver makes certain things much easier. One of them is CSS/Spry menus.

The Spry menu is a very quick and handy way to add a fancy CSS menu to your site design and it works very well with one caveat. That would be Internet Explorer. IE manages to screw up an otherwise beautiful horizontal CSS menu by displaying the submenu items incorrectly. In a typical scenario the submenu would be displayed as a vertical list of items. IE would rather display this as a horizontal block of items. Now ideally the best solution would be to have the user view your site in Firefox or Chrome but that’s not going to happen. The easiest solution is to add the following line of code to your CSS page that links to the menu.

ul.MenuBarHorizontal li ul li{
clear: left;
}

That’s it. Your menu should now appear correctly in all versions of IE.

Asus DR-900

Tuesday, March 2nd, 2010

Really this post has nothing to do with web design but I still like to bring some technology updates to the site when I can.  I like e-readers but have yet to purchase one.  For any news feeds or email on-the-go I use my Android phone but the new devices from ASUS may change my mind a bit as long as the price is decent.

ASUS has announced the upcoming release of the DR-900 e-reader.  So far the specs look promising.

  • 1024×768 screen resolution
  • WiFi (optional 3G as well)
  • 2GB internal storage (plus an SD expansion slot)
  • USB port
  • 3.5mm headphone jack
  • PDF, ePub, HTML and other formats
  • Support for the Kindle Store

I just hope the price is a bit more manageable than the other e-readers.  I just do not travel enough to warrant spending nearly $300 on one of these.  ASUS is know for making some good quality products at great prices, so I hope that they keep the trend with the DR series.