Alith7 Posted June 9, 2009 Share Posted June 9, 2009 I have this demo page i'm working on for the redesign of our website. http://digitaledgecc.com/Demo/d_index.php In firefox, the moving menu works great. In safari or IE, the menu fails. if I add float: left; into the CSS, it works in safari and IE, but fails in firefox, on top of no longer being centered. Anyone have nay ideas?? Quote Link to comment Share on other sites More sharing options...
Adam Posted June 10, 2009 Share Posted June 10, 2009 Why not just detect the browser and then only add the style attribute if it's IE or Safari? Quote Link to comment Share on other sites More sharing options...
Alith7 Posted June 10, 2009 Author Share Posted June 10, 2009 I was thinking of that, but fo rthe life of me I couldn't find the code for this anywhere. Any ideas? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.