Re: [WSG] disappearing bullet in opera 7 when using floating image

2005-03-24 Thread Ingo Chao
Gerard Copinga schrieb:
when I put a right floating image in an unordered bulleted list, then in
opera 7.54 the list item holding the floating image doesn't show the
bullet anymore. 


  Item 1
  Item 2 with right floating image... and no bullet in opera 7.54
(??)
  Item 3


strange.
what if you would insert a string before the image?
+
shows the bullet, but this
img:before {
content: "+";
}
takes the bullet with the image to the right ... not good.
Ingo

**
The discussion list for  http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
**


[WSG] disappearing bullet in opera 7 when using floating image

2005-03-24 Thread Gerard Copinga
when I put a right floating image in an unordered bulleted list, then in
opera 7.54 the list item holding the floating image doesn't show the
bullet anymore. I use the following code:


  Item 1
  Item 2 with right floating image... and no bullet in opera 7.54
(??)
  Item 3


What goes wrong here? Is this a bug in Opera, or am I doing something
wrong?

I am using winXP SP2. The code works fine in IE6 and in FF1.0. 

Gerard
**
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list & getting help
**