Joe Ciccone wrote: > I can tell you that the problem is in main.css in the #logo section, > but, I have no clue how to fix it, I know that when I changed position: > relative; to position: static; it showed up properly, but then the > positioning was off.
Thanks. I believe that's probably it. IE doesn't like position very much... Try 'position: absolute;' And then play with the logos position by using 'top: #px;' and 'left:' or 'right:' -- JH -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
