Jukka K. Korpela wrote:
> [...]
>> And fundamentally where do I put the:
>>
>> <!--[if lte IE 6]>
>>      <style type="text/css">
>>      .container li { background-position: 0 .5em; } /* *** IE correction
>> *** */
>>      </style>
>> <![endif]-->
>>
>> Does it go in the HTML document  near the list itself?
>>     
>
> It goes into the <head> part of your HTML document, in a place where a 
> <style> element can appear. Technically this all depends on how IE 
> processes the comment, but in practice it's best to put it in a place 
> where it would belong if it were a <style> element. (In practice, browsers 
> typically accept <style> elements outside the <head> element, but there's 
> hardly any reason to rely on this.)
>   
Hi Sarah,
Indeed. - And in addition: the styles in this Conditional Comment for IE 
have to be placed below the lines where the general styles are 
described. Otherwise the normal styles should overrule the special IE 
styles (> and no effect).
Thanks to your question, I've completed the example with these notes. :-)

    * Updated Graphical Bullets page
      
<http://home.tiscali.nl/developerscorner/css-discuss/test-graphical-bullets.htm>

Success and greetings,
francky
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to