Well, at first sight both sites are equal… In fact, idahocline.info was created in the hurry due to issue with the webhoster of idahocline.com. But normally, idahocline.info should have been created a little later. In fact, I planned to create another site dedicated to Web Development with everything related. Soplus

For the third time, the layout of this site changes ! Now, I added a full CSS dropdown menu (with the hack “whatever:hover” from Peter Nederlof for the Internet Explorer support). I tested the layout on Firefox, IE6… I notice few tiny differences as usual but it is usable onplus

:hover does only work on links (<a> tag) on Internet Explorer ! If you want to implement a “Pure CSS Menus” and for that using <ul> and <li> tags and if you rely on :hover applied to list items, not links, it will perfectly work on non-IE browser ! Ifplus

A very interesting article on “Easy CSS drop shadows” for images, text, everything ! Yeap ! Very usefull ! Easy CSS drop shadows There is also another article at alistapartplus

As Matthias wrote to notify me about a tiny syntax issue. I immediately fixed it. So I am proud to say that the compliancy of my site has been increased ! I was using <style type=”text/css” title=”layout” media=”Screen“> instead of <style type=”text/css” title=”layout” media=”screen“>plus

Pure CSS to display the calendar! No more need of that “table” thing ! .dayword { z-index: 100; position: absolute; width: 20px; text-align: center; vertical-align: middle; font-family: Arial; font-size: xx-small; font-weight: 900; background: #6495ED; color: Black; } .daynum { z-index: 200; position: absolute; width: 20px; text-align: center; vertical-align: middle; color:plus

As you can see, I change the look of the blog. The theme is inspired from Windows XP. Everything is CSS without table ! I ripped nearly all images with ….XP ! The style is based on a work of Lim Chee Aun. I kept the philosophy but I amplus