|
|
 |
Re: FN-FORUM: Css check - Windows IE v6,7
date posted 14th March 2008 14:35
Hi John,
Not to get too involved, you can run multiple IEs using the following
http://tredosoft.com/Multiple_IE
As to the "cannot test in all browsers". You should at least try to
cover the major ones. (Firefox, IE (down to 5.5), Opera and Safari).
You may not want to, but there really isn't a choice here unless you can
persuade your client that certain browsers will look bloody awful and
they are prepared to accept that.
Good luck.
Adam
John Deaville wrote:
> Hello again
>
> After all of yesterdays hot air, I have tried (and possibly failed) to adapt
> the css code I have used
>
> Could anyone check this page:
>
> http://www.photofixer.co.uk/photofixer_v6/retouching6.html
>
> Particularly with internet explorer, and tell me which version you are using
>
>
>
> It works fine on my Camino Mac os x 10.2, I have looked at it on:
>
> IE6 Windows : big gap at the bottom
>
> IE7 Linux (?) : Looks good
>
>
>
> At this stage I want to get it to an 'acceptable stage' and if necessary
> provide a tabled version for unexpected errors because I cannot test it in
> all browsers and any mods
>
>
>
> also:
>
> http://www.photofixer.co.uk/photofixer_v5/retouching5.html
>
> Which works better on my Windows/IE6 - exactly the same but I have not
> applied the wrapper to centrally align it:
>
>
> body {
> margin: 0px;
> padding: 0px;
> background-image: url(sitegraphics/testbac.gif);
> height: 100%;
> text-align: center;
> }
> .wrap {
> width: 750px;
> margin: 0 auto;
> text-align: left;
>
> }
>
>
>
> Thank you for your help and patience
>
> John
>
>
>
>
>
|
 |
|