Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] Problem with FF3.6.3 on OS X Only Re: [Solved] Problem with FF3.6.3 on OS X Only

#78883
jamygolden
Member

I actually went through something similar today. Get rid of all the unnecessary css properties, such as ‘border: none’ within:

Code:
#navigation ul { margin: 0; padding: 0; list-style: none; border: none; }