renegade44 Posted February 10, 2011 Share Posted February 10, 2011 I am working on a site where things kind of kept getting added as we went alonng. Basically now I am trying to get an animated .swf to align over top of an image and Im trying to get it to look right in as many browsers as possible. Here is a link to the site: http://www.glenhealy.com/clients/drugs/ It looks perfect in firefox 3.6 on OSX, but its off for the rest of them. Is there a way I can ensure it getting aligned across browsers? Quote Link to comment Share on other sites More sharing options...
renegade44 Posted February 11, 2011 Author Share Posted February 11, 2011 OK< I changed ir so that it works in everything but Firefox. Ive messed with it, I think it needs another set of eyes. Ive tried using !important. that didnt work,etc. anyone got any ideas? I need help! Quote Link to comment Share on other sites More sharing options...
denno020 Posted February 13, 2011 Share Posted February 13, 2011 I don't see a problem. Nothing seems out of place in my firefox? Denno Quote Link to comment Share on other sites More sharing options...
renegade44 Posted February 13, 2011 Author Share Posted February 13, 2011 Denno, thanks for checking in on me man. I actually worked through it. It was a pain in the neck. Quote Link to comment Share on other sites More sharing options...
cssfreakie Posted February 16, 2011 Share Posted February 16, 2011 I am working on a site where things kind of kept getting added as we went alonng. Basically now I am trying to get an animated .swf to align over top of an image and Im trying to get it to look right in as many browsers as possible. Here is a link to the site: http://www.glenhealy.com/clients/drugs/ It looks perfect in firefox 3.6 on OSX, but its off for the rest of them. Is there a way I can ensure it getting aligned across browsers? first of all, use a reset.css For any project you start with. this eliminates most browser differences. (meyer's reset is good) besides that read about IE bugs. (like margin bug etc) But with that reset ,most stuff should be fixed until ie7. use an extra stylesheet with conditional statements for IE6. Develop in firefox and adjust for the rest. 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.