Hello Cynthia, Your height 100px seems right.....I think the problem is being caused by the text blocks to the right of the logo....the orange and the grey on the right....so they are pushing the container to a higher height.
try setting some line-height on those text blocks...like... line-height: 1; Alternately you could absolutely position those text blocks within the topbanner container, which you would set to relative positioning....that will stop the text from affecting the height of the top banner containter. If you need help in actually doing the CSS, let me know. Kevin On Aug 29, 2007, at 9:24 AM, Cynthia Page wrote: > Hi, > > I am working on a page and have been going round and round with the > layout to get it browser compliant > > 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 I could just move it down a few pixels to > have it line up with the other two columns, however then it is too > low on the mac :) > > Any suggestions greatly appreciated > > here's the url > > http://hoengerlab.colorado.edu/b3d/indexe.html > > Thanks, > Cynthia > ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
