nav-left cat-right
cat-right


CSS for IE6 and/or IE7 but not Firefox | An Organi...

CSS Hack: Isolate IE6 and/or IE7 from other browsers

A fix for one of IE6 Issues

A fix for one of IE6 Issues

I’m working on a new project for a certain product we carry on our website. Everything was fine and dandy until IE6 testing began. That bastard son of Microsoft, should be thrown in the pits, yea! Im looking at you Internet Explorer 6. Its always frustrating when you are getting a website ready and it looks ok with other browsers except for IE6. I needed to find a solution that would render one way in IE6 then render a different way in IE7, FF and other compatible browsers. After trolling the web i found this site from RGaucher that posted the solution (link: http://rgaucher.info/post/2007/10/17/IE6-And-I7-doesnt-have-compatible-CSS-tricks)

Here is the solution:

.yui-g {
        margin-left: -70px;
        /* THE UNDERSCORE TRICK BELOW APPLIES TO IE6 BUT NOT TO IE7 or FF */
        _margin-left: 0px;
        display: inline;
}

To isolate IE7 use a DOT instead of UNDERSCORE. See below:

.yui-g {
        margin-left: -70px; /* RENDER IN OTHER BROWSERS */
        /* THE UNDERSCORE TRICK BELOW APPLIES TO IE6 BUT NOT TO IE7 or FF */
        _margin-left: 0px;  /* RENDER IN IE6 */
        .margin-left: -50px;  /* RENDER IN IE7 */

        display: inline;
}

update (01/12/09): This hack does not work in Safari.


A good blog design:

Position: Absolute

Position: Absolute

POSITION:ABSOLUTE
http://blog.position-absolute.com/web-experience/css-for-ie6-5-common-problems-and-fast-ways-to-fix-them/

5 Flashy Sites with Online Publications...

Online publications are getting to be commonplace these days. No, im not talking about downloadable PDFs or flipbooks (though some of the listed sites below have these same features). Think of it like the magazine section on the library where you have all these mags free for your perusal — only online. Some of them let you download PDF versions for offline browsing, while others are online only and are AD laden. You still get to sift through more data with an RSS reader but these sites provide an eyecandy appeal that is not apparent with RSS. Here are sample screenshots to get you aroused and enjoy your journey to the next generation of information overload.

issuu.com

First on the list is issuu.com. With lots of visual appeal, flash and web 2.0.

scribd.com

scribd.com

Scribd.com has more technical articles than any on these list. CNet says there have a more robust search function too. Lots of technical articles.

Adobe eBook Library

Adobe eBook Library

The Adobe eBook Library is actually a software you get to install on your computer and then download the books online. It has DRM, purchasable content amongst its features.

idiomag.com

idiomag.com

Idiomag.com has a lot of media. Artists, music videos, news, posts, comments. Generally their tagline describes it all… Idiomag is a free online music magazine  – personalized just for you.

flip.com

flip.com

flip.com is more for the myspace crowd. The content I noticed has lot from the blogging generations, young online hipsters expressing their creativity and thoughts. It’s like scrapbooking on steroids.