Hello Jody,
Try to remove the 'returns' out of your unordered lists, bewteen your list item-tags.
So instead of:
<ul> <li>list item 1</li> <li>list item 2</li> <li>list item 3</li> </ul>
try this:
<ul> <li>list item 1</li><li>list item 2</li><li>list item 3</li> </ul>
IE has a problem applying styles to lists, removing the returns in the html solves the problem in my experience.
Hope this helps, -- bruno
Jody Cleveland wrote:
Hello,
I've got a site here: http://beta.menashalibrary.org/about/history
The side menu's are made up of unordered lists. In firefox, opera, it looks exactly how I want it to look. In internet explorer, however, there's about a 15 pixel gap on the left hand side of the list items. I've validated both stylesheets the template uses: http://beta.menashalibrary.org/themes/multiflex/css/style_override.css http://beta.menashalibrary.org/themes/multiflex/css/style_screen.css
Any ideas what may be wrong?
- jody
themes mailing list themes@drupal.org http://lists.drupal.org/mailman/listinfo/themes