Search found 1 match

by 68impala
Mon Jul 22, 2002 9:25 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Positing drop down menu in different browsers
Replies: 4
Views: 3499

hey ZildjianKX,

add this to your css block or include:

body,div,span {margin:0px; padding:0px;}

or add this to your body tag:

<body leftmargin="0" topmargin="0" rightmargin="0" bottommargin="0" marginwidth="0" marginheight="0">

if you are going to support all browsers do both I guess.