Author | Post | |||
beerhunter |
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? |
|||
19.05.2006 08:31:15 |
|
|||
magdeburg |
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! |
|||
19.05.2006 14:08:55 |
|
|||
beerhunter |
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; } |
|||
22.05.2006 03:57:25 |
|
|||
Erik |
Hi, thx beerhunter! 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 |
|||
22.05.2006 05:25:53 |
|
|||
Merc |
Erik ! From yesterday to now, the page cannot view correctly with my firefox (while with IE then no problem). Help me |
|||
24.05.2006 02:10:38 |
|
|||
Erik |
Hi, I'm sorry, but I didn't change anything. For me it looks great in firefox. Cu, Erik |
|||
24.05.2006 09:06:51 |
|