|
|
 |
Re: FN-FORUM: Sitecheck - Updating my website - using CSS
date posted 13th March 2008 12:49
On 13 Mar 2008, at 13:29, John Deaville wrote:
>
> Hi there
>
> I have been trying to update my website and use CSS throughout
> rather than
> tables - which it currently is
>
> My test page is here:
>
> http://www.photofixer.co.uk/photofixer_v4/
...
> I shall design a tabled alternative, for IE users or whatever - is
> there a
> widget I can place on the pages to detect the browser type and
> redirect or
> something ?
On your links class in line 270 you should use text-align:center
instead of centre. You should give alt descriptions to your images
and self close br tags: .
I think its a bad ideas to have a table based site just for IE, you
should use conditional comments to fix the problems you might have
with IE. If your CSS is standards compliant and start learning what
CSS properties "break" IE and how you can work around them, sometime
you don't even need the conditional comments.
HTH
--
Nicolas Borda
-------------------------
http://nic.ipwa.net/
http://www.linkedin.com/in/nborda
|
 |
|