[Webkit-unassigned] [Bug 43559] Computed style of an image being loaded has height and width 0px instead of auto (Products don't show on plan-itinteriors.com)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 23 16:39:10 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=43559





--- Comment #10 from Alexey Proskuryakov <ap at webkit.org>  2010-08-23 16:39:11 PST ---
Something like this should probably do the trick:

            $('.caption',$this).css({'color':o.caption_color,'background-color':o.caption_bgcolor,'bottom':'0px','width':'auto'});
            $('.overlay',$this).css('background-color',o.overlay_bgcolor);
            $this.css({'border':o.border});

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list