Jump to content

Absolutely positioned accross browsers


renegade44

Recommended Posts

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?

Link to comment
https://forums.phpfreaks.com/topic/227315-absolutely-positioned-accross-browsers/
Share on other sites

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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.