Eric Heitz wrote:
> I was having an issue with IE throwing my center and right columns 
> down below the l/h nav. Would the height not be the initial cause?
>
> Just curious.
>
> Learning as I go along.
>
> Thanks
> Eric
>
>
>     Eric Heitz wrote:
>     > Got it.
>     >
>     >
>     > Need another review of the layout
>      in IE 6 to see if it works.
>     >
>     > http://www.kucia.com/bcs/BC_Surgical_08/insights/index.html
>     >
>     >
>     >
>     > Eric
>     >
>     >   
>
>
>     It is close enough in IE/6. For those users in IE/6 & IE/7 who ignore 
>     your frozen-fonts, using pixel line-height is not a good idea. Opera has 
>     trouble with px line-height, too. A raw number works better (no unit of 
>     measure). Deleting the height on the below selector will keep the column 
>     text from shooting out the bottom of the footer when the fonts are 
>     scaled in compliant browsers.
>
>     #leftcolumn {
>      /*height: 622px;*/
>     }
>



I don't know what caused the problem that you had.

I think /the problem you have now/ is you have a height set on the 
#leftcolumn as noted above. You'll need to delete it. Additionally 
you'll need to delete the heights on the selectors as well:

#surgeon_view {/*height:660px;*/}
#best_practices {/*height:660px;*/}
#brochures {/*height:660px;*/}






-- 
http://chelseacreekstudio.com/

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

Reply via email to