my page is located at http://www.equusdev.com/ for some odd reason, IE has taken it upon itself to insert what appears to be a line break inbetween the top heading and the main body... any thoughts or tips?
You failed to contain your float elements. Add #head {overflow: hidden;} to enclose the floated menu. IE has a bug that causes it to enclose floats when it shouldn't (see the ref above). Now you can remove the #hlinks {bottom: 20px;}. It would be a good idea to also remove the width property. Why isn't this menu a list? Remove the top property from .scroller. That ought to fix things. cheers, gary