(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-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)