IE6 cannot be used to navigate our drupal based, fadethingee themed site.
see: http://www.element-id.com

Looking for a quote to fix the IE6 support in fadethingee.

Comments

webchuck’s picture

Find this line in thingee.css:

#primary ul.links li a {

and add:

float: left;

so it'll look like:

#primary ul.links li a {
    background: url(../images/primarynav.png) repeat-x left bottom;
    float: left;
    display: block;
    color: #e0e0e0;
    height: 40px;
    padding: 0 10px;
    text-decoration: none;
    white-space: nowrap;
}

Good luck.

----------------------------------------
Chuck Crandall
WebChuck Web Development
chuck at webchuckweb dot com
----------------------------------------

webthingee’s picture

I saw the same solution. Should have read the post on Thursday :)

New version has been released.
http://drupal.org/project/fadethingee

Thanks,
Sean

fletchgqc’s picture