Re: [css-d] Missing vignettes/bullets on floating items

2007-11-02 Thread Philippe Wittenbergh

On Nov 3, 2007, at 5:24 AM, Rafael wrote:

> I've come with a problem I saw once before, but didn't matter until
> now. The issue is that IE (surprising, I know) gets rid of the  
> vignettes
> of floating list-items. I'd come across this behavior before but it
> hadn't matter because I usually get rid of them anyway, but not this
> time, I actually need a list, I just happened to put the items  
> floating
> for better readability (i.e. in columns). Playing with margin/padding
> doesn't seem to change anything. Anyone has any suggestions /  
> pointers?

IE loses the listmarkers because the float property triggers  
'haslayout', amongst several reasons.
No solutions except this: fake your listmarkers (bullets) with a  
background image, or such (maybe insert a •)

Philippe
---
Philippe Wittenbergh





__
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] Missing vignettes/bullets on floating items

2007-11-02 Thread Rafael
Hi,
I've come with a problem I saw once before, but didn't matter until 
now. The issue is that IE (surprising, I know) gets rid of the vignettes 
of floating list-items. I'd come across this behavior before but it 
hadn't matter because I usually get rid of them anyway, but not this 
time, I actually need a list, I just happened to put the items floating 
for better readability (i.e. in columns). Playing with margin/padding 
doesn't seem to change anything. Anyone has any suggestions / pointers?

You can find a demo of the problem here:
  http://dev.rsalazar.name/css.d/float-ul.html

Thanks in advance.
__
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/