CSS
Why idahocline.com and idahocline.info ?
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. So let’s say that this site [...]
WordPress 1.2Alpha used for the new release of the “cline area”
Well, I am currently replacing the static, old-fashioned site of Cline with WordPress 1.2-alpha (2003-03-11). The showcase is available at http://craft.idahocline.info. Until now, I encountered few issues but they were so low that it is no use to speak about ! I tried to keep the design as it was in static but tableless ! [...]
New Layout on idahocline.info
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 on both browsers. I am waiting [...]
Lack of :hover Support in IE
: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 ! If you use IE browser, than [...]
Easy CSS drop shadows
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 alistapart
Compliant with Standard
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“>
Hack: Pure CSS for B2Calendar
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: #000; font-size: xx-small; font-style: oblique; [...]
New Web Interface
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 am still working on. In fact, [...]
Recent Comments