hi

i would like to see some more features. for example:

  • Search box
  • forum styles
  • PNG fix for IE 5.5 & 6
  • the PNG fix should be implemented by doing the following:

      1. add the following line to the "template.php":

    drupal_add_js(drupal_get_path('theme', 'sky') . '/js/jquery.pngFix.js', 'theme');

      create the folder "js" in the theme's root directory (i.e. ".../sky/js").
      copy the file "jquery.pngFix.js" (see attachment) to the folder "js", that was created a step before.

    thank you!

    CommentFileSizeAuthor
    jquery.pngFix.js_.txt4.58 KBphsc

    Comments

    jacine’s picture

    Title: Search box, forum styles, PNG fix for IE 5.5 & 6 » PNG fix for IE 5.5 & 6
    Status: Active » Closed (won't fix)

    Hello phs,

    Thanks for your post!

    Regarding IE transparency, originally I had included a transparent .gif file in the package for the logo to make up for the png issue in IE5/6. The logo is the only image affected by the IE transparency issue (I tested thoroughly in IE6), so I'm not sure it warrants adding this file, because people are mostly going to be changing that to their own logo or site name, and I don't want to bloat the package and page load time. So for now, I'm going to mark that as wont fix. I've also changed the title, to make it clear to anyone else that reads this.

    Forum styles have already been requested here. I will address it when I get a chance. As for the search box, there are styles in place for it. You will need to enable the search module on your site, and place the search block in the sidebar.

    In the future, please make sure what your posting doesn't already exist, and post each issue separately. It makes things much easier. Thanks :)

    jGirlyGirl