I've looked around in Firebug, and even tried changing a few things but no luck.
Any help would be appreciated. I've tried getting in contact with the author of the skin but he's not available. I have a member who is unable to use anything other than Internet Explorer 8.
http://i192.photobucket.com/albums/z133/nintendonerds/WhatDoIDo.jpg
I've looked around in Firebug, and even tried changing a few things but no luck.
Any help would be appreciated. I've tried getting in contact with the author of the skin but he's not available. I have a member who is unable to use anything other than Internet Explorer 8.
My board index is located at: http://www.nintendonerds.com/forums
I have check your code there is some problem with .ipsLayout_content.
If you have developer toolbar then inspect this class then you can find there is width:9.5% applied on this, and this will apply through any JS.
So in your html page you have applied following code:
so please remove ".ipsLayout_content { width: 9.5%; }" from above code and then its working fine.
let me know if you have any queries.
Thanks