Topic: "Opera displays 'group master' smilies incorrectly" (page 1 of 1)

1
Author Post
beerhunter
groupmastergroupmastergroupmastergroupmastergroupmastergroupmaster
Opera doesn't allow line breaks between the 'group master' images in the forum, so I can't see everyone's smilies. I'm certain someone has posted about this before, but I believe I have a fix.

Add "div.groupmasters img::after { content: '\200b'; }" to the forum CSS file (\200b = unicode zero-width space)
Without fix:
With fix:

So the fix displays as intended in Opera. I hear that IE doesn't support zero-width spaces, but it doesn't support ::after either, so it renders it the same as before. I don't have any other browsers on hand for testing, but I heard on the Internet that Safari and Firefox support zero-width spaces, so I believe they won't do anything bad with them.

In the worst case, it should be fixable by floating the images to the left and including a clearing div after the images. Opinions?
private message EMail
magdeburg
groupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmaster
Thank you beerhunter for this post !!!! I always had the same thought, was just too lazy to open a new post. I would like to see it fixed!

:drink:
private message Website
beerhunter
groupmastergroupmastergroupmastergroupmastergroupmastergroupmaster
After playing with this a little more, I found that Opera normally does allow line breaks between images. I think Opera might be screwing up its width calculations in the presence of table-layout:fixed. Turns out there's an super-simple workaround:

div.groupmasters { width: 152px; }
private message EMail
Erik
groupmastergroupmastergroupmastergroupmastergroupmaster
Hi,

thx beerhunter! :clap2:
I changed the css and it works in ie firefox and opera. I just installed opera and got quite frustrated as it displays the menu with the active users incorrectly as well as some other minor features :'(. A lot of work to do :(.

Cu, Erik :)
private message EMail Website
Merc
groupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmaster
Erik ! From yesterday to now, the page cannot view correctly with my firefox (while with IE then no problem). Help me :(
private message
Erik
groupmastergroupmastergroupmastergroupmastergroupmaster
Hi,

I'm sorry, but I didn't change anything. For me it looks great in firefox.

Cu, Erik :)
private message EMail Website

Topic: "Opera displays 'group master' smilies incorrectly" (page 1 of 1)

1