View Single Post
Old 12-04-2012, 02:20 AM   PM User | #2
tracknut
Regular Coder

 
Join Date: Aug 2006
Posts: 891
Thanks: 4
Thanked 205 Times in 204 Posts
tracknut is an unknown quantity at this point
I would check the code in some sort of run-time analyzer like Firebug, and find the individual differences. I would look for different default spacing on your <li>'s, or possibly invalid code, or even a missing doctype, to start with.

Edit: Just noted you said CSS3... another alternative is a browser that doesn't yet support the specific CSS3 that you're using.

Dave
tracknut is offline   Reply With Quote