Site Statistics Module and IE 6

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
12/7/2006 5:26:22 PM
Gravatar
Total Posts 23
Brian

Site Statistics Module and IE 6

FYI... When you view the Site Statistics Module using Internet Explorer 6, the Site Statistics text is shifted to the left so you can only read the right side of the statistics.

Keep up the great work....

Brian
12/8/2006 4:19:01 AM
Gravatar
Total Posts 18439

Re: Site Statistics Module and IE 6

Hi Brian,

I was afraid of that, unfortunately I no longer have a machine with IE6. I had to make a change in the IE7 stylesheet and I was unsure if the same change was needed in the IE6 stylesheet. I've made the change to the IE6 stylesheet on this site, can you refresh your browser and tell me if it looks correct now?

Thanks,

Joe
12/8/2006 2:49:53 PM
Gravatar
Total Posts 23
Brian

Re: Site Statistics Module and IE 6

Joe...

I have a solution to your IE 6 testing problem!

Check out http://browsers.evolt.org/

Evolt has standalone versions of IE back to IE 3.0! Just download the zip files, extract to a folder and run the exe.

http://browsers.evolt.org/?ie/32bit/standalone

Brian

12/9/2006 3:49:53 AM
Gravatar
Total Posts 18439

Re: Site Statistics Module and IE 6

Hi Brian,

I found a virtual machine that still had IE6.
You can fix the IE6 problem with SiteStatistics by adding these 2 lines in the IESpecific.css file in your skin:

ul.userstats { list-style-type:none; margin: 0px 0px 0px 0px; font-size:85%; }
ul.userstats ul { list-style-type:none; margin: -10px 0px 0px 0px; }

Thanks,

Joe
You must sign in to post in the forums. This thread is closed to new posts.