Can anybody help me in positioning the menu correctly in IE AND netscape ? In netscape it is always lower and i dont no what to adjust !
See sample at : http://www.gideon.ch/test.html
Thanks in advance !
postion of the menu is different in IE and netscape
It seems all browsers have there own margins, padding, spacing and none of them are the same
OK. Change your top offset to put this code in the head of the page And either remove the or change strength to 2. The overfilter for IE which provides this effects 'shifts' the menu when you apply shadow, drop shadow, glow and a few others.
Ruth

Code: Select all
top="offset=166";
Code: Select all
<style type="text/css">
BODY{ margin-top:5px;}</style>
Code: Select all
Shadow(color='#777777', Direction=135, Strength=5)
Ruth