Diego Muñiz wrote: > It works if i do that, but it doesn't validate in xhtml 1.0 > > On 6/4/07, Lori Lay <[EMAIL PROTECTED]> wrote: > >> Diego Muñiz wrote: >> >>>>> I' ve done this star rating system: < >>>>> http://www.punisha.com/test/estrellas/> >>>>> >>>>> >>>>> >>> I have uploaded the new verion. It works in FF, IE and Opera, but in >>> internet explorer i'm not able to show it inline. >>> >>> >>> >>> >> Try using a span instead of a division. A span is an inline element, so >> you can probably get the results you need without resorting to altering >> the display attribute. >> >> Lori >> >> > >
So much for the easy solution. It looks like Bruno has done some work with this. Have a look at http://www.brunildo.org/test/inline-block.html to see how he solved it. It looks like you just need to feed IE 6 an inline display value, but I didn't study his solution too closely. Lori ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- 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/
