Daniel Hammond wrote:
>> Hide the horizontal overflow on the html-element in photothumbs.htm
>>  - and any other page IE6 has problems with, and the problem is
>> solved.
>> 
>> * html {overflow-x: hidden}
> 
> 
> 
> Alright, we're halfway there. That got rid of the horizontal bar, but
> the styling is still not there. Also, for some weird reason, IE7
> doesn't let me scroll up and down in that window with my mouse's
> scroll wheel now.

No wonder. You must not let IE7 see that style on the html element -
that's what the 'star html' hack is there for. However, it'll only work
as a separator between IE6 and IE7 when pages are triggering standard
mode, and it looks like you have deleted the doctype so IE7 will see the
style anyway. Just make up your mind and apply the hack properly, and
neither IE6 nor IE7 will complain.

        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- 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