Hi there, The banner shows up fine in IE but not in Firefox... Any quick fix for this? The temporary url is: http://www.enureflex.anonsolutions.com/
You need to remove this: <?xml version="1.0" encoding="iso-8859-1"?> Code (markup): That causes IE6 to run in non-standards mode. Getting rid of the xml declaration may even make IE6 look as bad as Firefox. You may assume that if Firefox and any version of IE differ in their renderings, Firefox is rendering as you coded it, and if it's not what you want, you miscoded. cheers, gary
good catch, I didn't even notice that. never sticking with the code that is given to you after being sliced is a good idea