I'm currently working with a shopping cart and for each page of the shopping cart, there are three sections: header.asp, (main content).asp, and footer.asp. (All three are loaded at once to appear as one single page)
Inside my header.asp is a javascript drop down menu. This doesn't seem to be interacting well with Internet Explorer for Mac. What I'd like to do is have a browser redirect for just the header.asp content. I received help from a source stating that the code would look similar to the following:
if browser=IE MAC then
all mac header crap here
else
all original header crap here
end if
I can take care of the "header crap"

but I'm not sure how EXACTLY the code would go. Any help would be greatly appreciated.[SIZE=1][FONT=arial][FONT=century gothic][COLOR=darkred]