On 16/09/2009, at 12:58 PM, David Laakso wrote:

> MEM wrote:
>> Please on IE6 and IE7 the #slideShow div is hidden somewhere.
>>
>> Issue on IE6 and IE7:
>> http://www.nuvemk.com/rebelate/rebelatehome/home7.html
>>
>>
>
>
>
>
>
> #slideShow
> {
> position:absolute;  <--------------- :: delete ::
> }
>

David's solution will work for IE6.

In IE7 you need to give #slideShow layout (zoom: 1 is one way). So  
when you say 'no luck' I don't know what you mean as zoom: 1 will fix  
it.

You will have less frustration if you install the IE web developer  
toolbar and edit the attributes on the fly. Using this tool you can  
select an element, click 'add attribute' and add 'zoom' '1' to quickly  
see if it is a hasLayout issue.

Cheers, Tim
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to