By rickcohen on
I just recently designed my first site in drupal using the spread_firefox theme and am running into a problem that only seem to affect the page when using MSIE, it all works fine in FireFox. Whenever there is a table used in the center column, it pushes that table to the below where the other columns end. You can see an example of this on my event page (http://nonprofitcongress.bryght.net/event) or at http://givevoice.org/campaign/nonprofitdeclaration which uses the site design as a wrapper for the form. I have seen the other page that says to substitute
.node-form .standard {
width: 100%;
float: left;
}for
.node-form .standard {
clear: both;
}but I can't seem to find that line in my layout.css. Any suggestions? Thanks in advance
Comments
Try changing the width
For .node-form .standard rule try changing width from 100% to 99% or 98%. IE will tend to make the table to wide (such that it does not fit) when a width of 100% is used.
can't find that line of code
as I mentioned above the .node-form .standard doesn't seem to appear in my editable code. I can't even make the change I reference because I can't find that line.
it's in misc/drupal.css
that line is in misc/drupal.css -- it should get overridden if you put it in your theme's style.css file. i haven't looked as the spread firefox theme, but there should be a css file there where you can put that definition.
-------
http://www.funnymonkey.com
Tools for Teachers