How to remove Bar in IE........... It appear in Internet Explorer only.............. see in picture attach........... 2.0.2 Default theme
This worked using the Developer Tools in IE8 (results not really guaranteed but worth a shot):
In this file (http://realinfo.info/Themes/default/css/index.css?fin20) find:
div#upper_section div.user
{
width: 60%;
float: left;
overflow: auto;
}
Change to:
div#upper_section div.user
{
width: 60%;
float: left;
}
Did something similar with Firebug and didn't see anything bad happening. Same deal with Chrome.
Yes.............. done.............. thanks...............