(no subject)
Jan. 15th, 2010 02:44 pm![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
I'm in a significantly better mood after discovering that cycling hurts this sprained ankle less than walking. Thanks to everyone who was lovely to me when I was feeling rubbish the other day.
I maded a website! All by myself and I didn't even steal a little bit of anybody else's code.
The logo went slightly pixelly when I changed the .png to a .gif (bloody IE6 not supporting .png transparency) but it now works in every browser I've tested it in.
I am aware that everybody else acquired these skills in utero but I am nevertheless exceedingly proud of my baby-steps towards actually having some tech skills.
Also, this news pleases me: Oxford cops reprimanded for tobogganing on riot shields.
I maded a website! All by myself and I didn't even steal a little bit of anybody else's code.
The logo went slightly pixelly when I changed the .png to a .gif (bloody IE6 not supporting .png transparency) but it now works in every browser I've tested it in.
I am aware that everybody else acquired these skills in utero but I am nevertheless exceedingly proud of my baby-steps towards actually having some tech skills.
Also, this news pleases me: Oxford cops reprimanded for tobogganing on riot shields.
no subject
Date: 2010-01-15 03:35 pm (UTC)You can use conditional comments to display the GIF in IE6 and the PNG in all other browsers. Description here (http://msdn.microsoft.com/en-us/library/ms537512(VS.85).aspx) and implementation example (on now horribly out-of-date site - I wish someone from the new committee would contact me about taking it off my hands. I even gave them a copy of Expression Web to use...) here (http://ed.mvps.org/oxice/). They seem to break code validity, but work on every browser I've tested on.
no subject
Date: 2010-01-15 03:39 pm (UTC)no subject
Date: 2010-01-15 03:50 pm (UTC)(When I need to create websites, I take a slightly pragmatic approach - since standards compliance doesn't ensure that it'll work everywhere, just make sure that it's intelligible, and that it should work pretty much everywhere.)
(I'll also refrain from posting my thoughts on those folks still using IE6...)
no subject
Date: 2010-01-16 06:16 pm (UTC)Unfortunately, that appears to be the institutional browser. So people in Oxford's libraries, computer rooms, and offices, are often stuck with it. Believe me, the temptation to stick in a conditional-comment header saying "You're using a non-compliant insecure browser! It's your own damn fault this doesn't display properly!" is ever-present.
no subject
Date: 2010-01-16 06:40 pm (UTC)(St Anne's JCR for a few years had machines with a choice between IE7 without multiple tab support, for some reason, and Firefox 1.5.)
no subject
Date: 2010-01-17 02:21 pm (UTC)*was unsociable stannes person*
no subject
Date: 2010-01-17 02:33 pm (UTC)no subject
Date: 2010-01-17 02:57 pm (UTC)no subject
Date: 2010-01-17 03:03 pm (UTC)no subject
Date: 2010-01-17 03:04 pm (UTC)no subject
Date: 2010-01-17 03:05 pm (UTC)no subject
Date: 2010-01-15 03:55 pm (UTC)no subject
Date: 2010-01-16 06:14 pm (UTC)no subject
Date: 2010-01-16 06:38 pm (UTC)If you also use a conditional comment to hide the PNG in IE6 - so you end up using two conditional comments: one hidden-by-default one around the GIF, showing only in <= IE6 (i.e. of the form ) and another shown-by-default one showing in >= IE7 and in third-party browsers, of the form STUFF . (If that makes sense?)
no subject
Date: 2010-01-16 06:50 pm (UTC)Sorry, I'm using you as my tech support a bit here, please don't feel obliged to reply; I'll have another re-read of that site tomorrow and see if I can get my head round what you mean.
no subject
Date: 2010-01-16 07:03 pm (UTC)Ah, my comment tags were interpreted as comments by LJ and hence swallowed - not helpful!
The first type has all of the content inside of the HTML comment (<!-- comment STUFF end comment -->); the second type has only the conditional comment code inside comments, with the actual content outside (<!--comment --> STUFF <!-- end comment -->)) - non-IE browsers will ignore the comment entirely, and just show the STUFF that is not enclosed with a comment.
no subject
Date: 2010-01-16 07:06 pm (UTC)no subject
Date: 2010-01-17 05:10 pm (UTC)