Re: [css-d] space under logo and left column height

2007-08-29 Thread Kevin Evans
Hello Cynthia, Your height 100px seems right.I think the problem is being caused by the text blocks to the right of the logothe orange and the grey on the rightso they are pushing the container to a higher height. try setting some line-height on those text blocks...like...

Re: [css-d] space under logo and left column height

2007-08-29 Thread David Laakso
Cynthia Page wrote: It looks almost like it should on a mac with ff, the only problem being a space under the logo in the top banner. In IE on a PC one see the same space and the left column is a few pixels above the two columns to the right. The left column is absolutely positioned so

Re: [css-d] space under logo and left column height

2007-08-29 Thread Kevin Evans
Yes, David, I just noticed that too.try removing that top padding from the topbanner container. So this... #topbanner { background-image:url(images/left100.gif); background-repeat:no-repeat; border:thin solid #99; height:100px; margin: 0 auto; padding: 0; position:relative; width:99%;

Re: [css-d] space under logo and left column height

2007-08-29 Thread Gunlaug Sørtun
Cynthia Page wrote: I am working on a page and have been going round and round with the layout to get it browser compliant http://hoengerlab.colorado.edu/b3d/indexe.html This is one of those cases where I'd rather see standard compliant source-code first...