Item10953: TagMePlugin affected by IE7 fieldset bug
Priority: Normal
Current State: New
Released In: n/a
Target Release: n/a
I've installed
TagMePlugin on our Foswiki and found that the blogs styles displayed in a weird way in IE7.
The top line overflows into subsequent lines obscuring some text.
After a search I discovered that it's a known IE7 issue, a local fix was to add the following to our local CSS styles and not touch the installed code.
.tagmeEdit
{
overflow: hidden;
}
The plugin should of course be tweaked to incorporate this. Thanks
I also found this which
might be useful (I've not had time to check it out):
http://www.tyssendesign.com.au/articles/css/legends-of-style/
--
JulianLevens - 08 Jul 2011