[css-d] Browsercam Classic group purchase

2008-07-27 Thread Tony Lush
I have found the Browsercam.com service pretty effective for reviewing CSS 
designs in progress. I have set up a group purchase through fundable.com at 
http://xrl.us/okysh which makes the fee accessible.

This will give 20 users a year's unlimited access to screen shots with many 
different browsers and OS's, plus access to their Remote Access system that 
allows you to test live designs in Linux, Mac and Windows with a variety of 
browsers.

If you have any questions, please contact me at tlush - at - advancewm.com.

Thank you -- Tony Lush

__
css-discuss [EMAIL PROTECTED]
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/


Re: [css-d] IE6 a:hover issue - all images disappear!! - UPDATE

2008-07-27 Thread Thierry Koblentz
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> discuss.org] On Behalf Of Blake
> Sent: Sunday, July 27, 2008 4:46 PM
> To: CSS-D
> Subject: [css-d] IE6 a:hover issue - all images disappear!! - UPDATE
> 
> On Sat, Jul 26, 2008 at 7:25 AM, French, Angela K (MHTG)
> <[EMAIL PROTECTED]> wrote:
> > Do you have a url?
> 
> No, and I haven't been able to put together a test case.
> 
> I have, however, discovered that the bug continues to occur when
> content is changed by JavaScript. Their are some dynamic elements on
> the page and when a tab is clicked some content may be replaced by
> something else - when this occurs images and content seem to
> disappear. I have no idea what the solution could be, and I can't find
> anything on Google. Anyone got any ideas?

Without a URL it's just a guessing game, but I ran into something similar
once.
Do you have content that is hdden/showed via position:absolute /
position:relative? If this is the case, try "position:static" instead.


-- 
Regards,
Thierry | http://www.TJKDesign.com


 

__
css-discuss [EMAIL PROTECTED]
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/


Re: [css-d] IE6 a:hover issue - all images disappear!! - UPDATE

2008-07-27 Thread Blake
On Mon, Jul 28, 2008 at 10:04 AM, David Hucklesby <[EMAIL PROTECTED]> wrote:
> changing the CSS fixed it.

For me too. Thanks.

I haven't been able to test for after effects but setting hasLayout on
*all* DIVs seems to have fixed the problem.

div { zoom: 1; }

Thanks,
Blake
__
css-discuss [EMAIL PROTECTED]
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/


Re: [css-d] IE6 a:hover issue - all images disappear!! - UPDATE

2008-07-27 Thread David Hucklesby
On Mon, 28 Jul 2008 09:46:01 +1000, Blake wrote:
> On Sat, Jul 26, 2008 at 7:25 AM, French, Angela K (MHTG) <[EMAIL PROTECTED]> 
> wrote:
>
>> Do you have a url?
>>
> No, and I haven't been able to put together a test case.
>
> I have, however, discovered that the bug continues to occur when content is 
> changed by
> JavaScript. Their are some dynamic elements on the page and when a tab is 
> clicked some
> content may be replaced by something else - when this occurs images and 
> content seem to
> disappear. I have no idea what the solution could be, and I can't find 
> anything on
> Google. Anyone got any ideas?
>

Without a test case, it's hard to say. Just to let you know, I "feel
your pain."

I did some "show/hide" scripts for a site last year. When the site
author added another category to act on, he came back to me
thinking it was my script. In fact, it was IE playing silly buggers
with the extra positioning-- changing the CSS fixed it.

It took a while to diagnose the problem. I hope you have better luck.

Cordially,
David
--

__
css-discuss [EMAIL PROTECTED]
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/


[css-d] IE6 a:hover issue - all images disappear!! - UPDATE

2008-07-27 Thread Blake
On Sat, Jul 26, 2008 at 7:25 AM, French, Angela K (MHTG)
<[EMAIL PROTECTED]> wrote:
> Do you have a url?

No, and I haven't been able to put together a test case.

I have, however, discovered that the bug continues to occur when
content is changed by JavaScript. Their are some dynamic elements on
the page and when a tab is clicked some content may be replaced by
something else - when this occurs images and content seem to
disappear. I have no idea what the solution could be, and I can't find
anything on Google. Anyone got any ideas?

Regards,
Blake
__
css-discuss [EMAIL PROTECTED]
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/