Table not in right place.

steven li@drupal.org - September 3, 2005 - 06:13
Project:Lincoln's Revenge
Version:4.6.x-1.x-dev
Component:Stylesheets
Category:bug report
Priority:normal
Assigned:steven li@drupal.org
Status:active
Description

I creat a content with only a table in page. It works well in Firefox. When I use IE to browse my new page, there is a big unexpected blank area on top of the table.
I also find that the height of blank area is related with blocks in left or right side. If there is no block in one side, there is no blank area too.

#1

tixx - January 1, 2006 - 22:40

Try with:

.node-form .standard {
clear: none;
}

in style.css

 
 

Drupal is a registered trademark of Dries Buytaert.