Roundcube Community Forum

 

RoundCube and Internet Explorer 7.0

Started by Reload, December 06, 2006, 02:13:42 AM

Previous topic - Next topic

Reload


jpweb

I have been searching though all the style sheets and found one correction that can be made in the common.css so that the image are viewed correctly replace this with the original and all images in the taskbar will display correctly in IE 7

#taskbar
{
 position: absolute;
 top: 0px;
 right: 0px;
 width: 600px;
 height: 37px;
 background: url('images/taskbar.gif') no-repeat top right;
 text-align: right;
 white-space: nowrap;
 z-index: 2; padding-left:0px; padding-right:24px; padding-top:10px; padding-bottom:10px
}

But I am having no luck with the search box still not looking good in IE 7

seansan

Using IE7 - preview pane fix and CSS Fix both work for me.


// Edit - Reload //

The fix is included within SVN 406

// End Edit //

codybaker

I've been having problems with the non MCE spell checker after updating to the SVN version. Updating googiespell seem to fix it. I caught a guy having a similar problem in the beta version. I think his just happened to be the same error message though, because his problem was mozilla related and not solved by the update. See http://roundcubeforum.net/forum/index.php?topic=568.msg4722 for the info on how i did my update.

seansan


I am still having problems with IE7 as seen in the attachment.

These problems still exist

1. The Search field isn't displayed good.

2. The 'top right' icons are cut off.
   => Possible solution






Reload

Indeed, those two problems aren't fixed on the moment... :'(