July 9, 200818 yr Hi, The other day I added seperate stylesheets for http://www.miga-designs.co.uk/ page but there is a validation problem concerning where I have made the declarations about having more than 1 style! Anyone know how I would correct this? Thanks Michael
July 9, 200818 yr Author http://validator.w3.org/check?uri=http%3A%...esigns.co.uk%2F Thats exactly what I mean..
July 9, 200818 yr Your conditional formatting is wrong. Should be like <!--[if lt IE 7]> <![endif]--> Or don't use conditional formatting for the second bit of CSS, put it before the first conditional formatting then overide any bits that IE needs to change with the stuff within the IE CSS.
July 9, 200818 yr http://validator.w3.org/check?uri=http%3A%...esigns.co.uk%2F Thats exactly what I mean.. Hi <![if !IE]> <link rel="stylesheet" type="text/css" href="styles/altymiga.css" /> <![endif]> should be <!--[if IE ]> <link rel="stylesheet" type="text/css"href="styles/altymiga.css"/> <![endif]--> Pat
Create an account or sign in to comment