Litehouse
Hi,
I just downloaded litehouse, it's really nice theme thanks! But still there's no forum for it, so I'm posting here.
After a quick test I figured out collapsible fieldsets are not working on IE7, I made some search and found following link:
http://drupal.org/node/311203
It seems this is a known issue. solved it by adding following to ie7.css:
/* Prevent fieldsets from shifting when changing collapsed state. */
html.js fieldset.collapsible {
position: static;
top: -1em;
}
html.js fieldset.collapsed {
top: 0;
margin-bottom: 1em;
}
I thought someone else may encounter same problem, hope it helps..
Tags:
Hi,
I just downloaded litehouse, it's really nice theme thanks! But still there's no forum for it, so I'm posting here.
After a quick test I figured out collapsible fieldsets are not working on IE7, I made some search and found following link:
http://drupal.org/node/311203
It seems this is a known issue. solved it by adding following to ie7.css:
/* Prevent fieldsets from shifting when changing collapsed state. */
html.js fieldset.collapsible {
position: static;
top: -1em;
}
html.js fieldset.collapsed {
top: 0;
margin-bottom: 1em;
}
I thought someone else may encounter same problem, hope it helps..
Thanks for heads up, I wasn't even aware it was broken - there always seems to be a few lingering issues with IE after every release, so I'll incorporate this into the first update.
hi,
I'm trying to use only theme directory: after unzipping package, I copied litehouse directory from core to my drupal installation. but i've problem with the secondary links, it doesn't display. have an idea?
thanks
Hm - the only thing I can think of is that they might have to placed in the block manually, in Administer > Site Building > Blocks. The links aren't hard coded into our themes, so you'd have place them there.
ok, it's my fault. the variable names are different in default installation, litehouse uses $secondary whereas it's $secondary_links in default installation.



