Predominanty IE6, but IE7 is the still bratty, yet more mature older brother. Pure CSS flyout menus are a beautiful thing, they work, and you can adapt them to anything without having to edit any html. Unless of course you want it to work with IE6. I’m currently building a site for a client that needs to be entirely CMS based, pages, navigation bars, everything. So as I mentioned in an earlier post I’m using Wordpress, along with a very handy sidebar navigation menu called NAVT. A dynamic navigation list plugin that allows you to make a list of links ranging from Wordpress pages, meta links, blog categories and external links, which is great for a Wordpress site that is more a home page than a standard blog. Anyway it uses unordered lists to layout the links and you can nest links underneath other links and whatnot. This made it very easy to make a fully customisable flyout menu that they could add and remove links and pages to without any real hassle. It’s basically all done, except for the IE6 compatibility. I know need to mess around with the NAVT code and place conditional statements in certain spots so that it will work, such fun. Other than the IE6 debacle, I’m pretty happy with how the site has turned out, and hopefully within the next week or so it will be in the portfolios page.
Tags: CMS, CSS, flyout, IE6, IE7, menu, navigation, NAVT, sucks, wordpress
Posted in Nerdy | No Comments »
Posted in Nerdy | No Comments »
Having not done any web development in a while I think I’d forgotten why I hate IE so damn much. Stupid rendering issues of a WC3 compliant page, just so damn annoying. All I can say is, praise jebus for the <!–[if IE]> workaround

