Goss Ito wrote:

> while in other browsers it seems to work perfectly, in IE6 the  id 
> container of the rating system is pushed under the span

> <http://www.newdawnmedialtd.com/dev/jacquesbasilephotographie/>

Delete...
.post-ratings { width:100%;}
...since IE6 fails to see what to calculate 100% of, and therefore makes
the element as wide as it can - too wide in your case.

Alternatively, add...
* html .post-ratings {width: 80px;}
...to give IE6 a clear message.

regards
        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
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/

Reply via email to