Your rule: #header_links ul { } might be the problem. (why define a rule
with an empty declaration block?) It's possible that IE has a different
default for ul margins and/or padding than does the rest of the group. Try
defining margins or padding for that selector, and see what happens.
Good luck,
Edward Hass
Hi Edward,
Thanks for the reply.
I've just removed that empty declaration (it was there from when I did
have parameters in there and forgot to delete it) but that didn't seem
to be the issue as the search box is still flush against the top of the
page (and strangely, I have a bit horizontal scroll bar too, which was
also there before I removed this declaration.
Do you have any more ideas?
Thanks,
Paul
> Your rule: #header_links ul { } might be the problem. (why define a rule
> with an empty declaration block?) It's possible that IE has a different
[quoted text clipped - 23 lines]
>>
>> Paul
GTalbot - 28 Dec 2007 02:35 GMT
> Hi Edward,
>
[quoted text clipped - 39 lines]
>
> >> Paul
Paul,
Like Edward told you
"IE has a different
default [values] for ul margins and/or padding than does the rest of
the group. Try
defining margins or padding for that selector, and see what happens. "
I believe you should investigate closely this margin and padding for
list and list items. I recommend
Consistent List Indentation
http://developer.mozilla.org/en/docs/Consistent_List_Indentation#Conclusion
Regards, Gérard