Roundcube Community Forum

 

RoundCube Search and Internet Explorer 7.0

Started by Reload, November 18, 2006, 04:35:45 AM

Previous topic - Next topic

Reload

Looks like the coding for the search button needs to change a bit to be better within Internet Explorer 7.0

flosoft

Yeah ... It is really ugly. I have noticed this also on Konqueror.

bpat1434

Or maybe IE7 should be coded to better accept standards ;) But either way, I do agree. Something should be done. And since this will be updated prior to IE being updated, RC will most likely change.
 
 

Reload

Good idea, monday morning first thing I will give Bill a call .. .. .. ;D

The only problem is that millions off people are using MS instead off Firefox, Konqueror....

jpweb

I have been searching though all the css and found one correction in common.css so that the image are viewed correctly

#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 not looking good in ie7

coren_ita

Hello everybody

I don't know if it can be useful, but I got the searchbox displayed well on IE7.

In the skins/default/mail.css I commented out the lines 534-538, and everything worked fine. On konqueror 3.5.5 too something begun to show, even if still not as good as firefox or IE7.

/*
html>body*#quicksearchbar { background-image: none; }
html>body*#quicksearchbar a { top: 5px; }
html>body*#quicksearchbar #quicksearchbox { width: 180px; top:0px; right: 1px; left: auto; }
*/

I'm using roundcube mail 0.1beta2.2.

I guess commentig those lines out will break the searchbox in IE6, but I cannot check right know, since I got only IE7 installed on a virtual machine.

Reload


jpweb

Has anyone checked it in IE 6 its working for me in IE 7

Thanks

jpweb

OK I was able to check in IE 6, netscape 8 and Firefox1.5.0.6 looks good in all
Thanks

oxygens

has somebody put this into the bug tracker?

Reload