Greg Morphis wrote:
> I removed all padding off of hours and added a height/fontsize to all
> container divs and have come up with
> http://home.alltel.net/omen/schedule.htm
> It still has the row pushed down.. Can you suggest something else to try?

Now I've got my thesis out of the house, and has taken an hour to look 
on the thing.

First thing: CSS is case-sensitive, thus, when we use <body> we must use 
body {} as well :)

I have made experiments on <http://garion.dk/webdesign/schedule.html>

I have been experimenting somewhat to try and find the cause, and 
finally found out that the "activity" text or elements is somehow 
pushing somewhere. It can be overcome for mozilla by defining the height:

div.hours, div.employee, div.employeelabel, .tophead div {
        height: 14px;
}

There is still a 1px gab between the hours-indicating line and the 
employee-hours-lines _in mozilla_! That's the only problem in print in 
that one.

However, Explorer insists on pushing the row after an activity down in 
print :(

The only solution I can come up with on that is more experiments as to 
"what is pushing" OR a border-top on .hours and .employee, which I 
actually think makes a viable solution: 
<http://garion.dk/webdesign/schedule.html>

Hope that you can use this :-)

Regards

Jesper Brunholm
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to