From nicka@northtrack.net Tue Jun 26 01:33:10 2007 From: Nick Atkins To: main@lists.alug.org.uk Subject: [ALUG] style syntax Date: Tue, 26 Jun 2007 01:32:20 +0100 Message-ID: <46805E94.9030704@northtrack.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1622180030918469144==" --===============1622180030918469144== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Would anyone be able to tell me why the following in-line style code does not work on IE6 or IE7? - the link colours do not render properly. It works fine on firefox and netscape7 and half works on safari. The result can be viewed here: http://cloudesley.org/new.html Many thanks. -- Nick Atkins --===============1622180030918469144==-- From iDunno@sommitrealweird.co.uk Tue Jun 26 08:41:28 2007 From: Brett Parker To: main@lists.alug.org.uk Subject: Re: [ALUG] style syntax Date: Tue, 26 Jun 2007 08:41:26 +0100 Message-ID: <20070626074126.GG20201@amnesiac.heapspace.net> In-Reply-To: <46805E94.9030704@northtrack.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7709494677017236461==" --===============7709494677017236461== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit On Tue, Jun 26, 2007 at 01:32:20AM +0100, Nick Atkins wrote: > Would anyone be able to tell me why the following in-line style code > does not work on IE6 or IE7? - the link colours do not render properly. > It works fine on firefox and netscape7 and half works on safari. > > > > > > > > > > > The result can be viewed here: http://cloudesley.org/new.html Because you're relying on the border of the image actually existing, which, IIRC, is turned off by default in IE... What you *probably* want is: Cheers, -- Brett Parker --===============7709494677017236461==-- From mjr@phonecoop.coop Tue Jun 26 08:50:38 2007 From: MJ Ray To: main@lists.alug.org.uk Subject: Re: [ALUG] style syntax Date: Tue, 26 Jun 2007 08:50:17 +0100 Message-ID: <4680c539.yBp9ynJgcpCwJOu4%mjr@phonecoop.coop> In-Reply-To: <46805E94.9030704@northtrack.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4236194243879466095==" --===============4236194243879466095== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Nick Atkins wrote: > Would anyone be able to tell me why the following in-line style code > does not work on IE6 or IE7? - the link colours do not render properly. That'll be on ies4linux to be on-topic here, right? According to the css charts, http://www.webdevout.net/browser-support-css it should work, but the html is totally broken. As a first step, run it through tidy. Hope that helps, -- MJ Ray - see/vidu http://mjr.towers.org.uk/email.html Experienced webmaster-developers for hire http://www.ttllp.co.uk/ Also: statistician, sysadmin, online shop builder, workers co-op. Writing on koha, debian, sat TV, Kewstoke http://mjr.towers.org.uk/ --===============4236194243879466095==--