Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • applerain Friend
    #141233

    How can I apply an IE only fix for this? It’s perfect in Firefox. I just want to reduce the spacing so the mini-thumbs don’t extend over the black bar at the bottom.

    Not sure why I keep posting as I eventually figure out the problem myself since support didn’t respond to my last ticket except to close it.

    Solution is to change

    #ja-slidebar ul li {
    margin: 0 0 10px 0;
    padding: 0;
    display: block;
    background: none;
    width: 100px;

    to something like

    #ja-slidebar ul li {
    margin: 0 0 2px 0;
    padding: 0;
    display: block;
    background: none;
    width: 100px;

    or change the 2px to whatever suits you, for me, that looked best surprisingly.. I thought 2px would be too much but it looks nice in FF and IE7.

    soviet Friend
    #304930

    This site’s forum support is worthless. And thanks for the headsup that my critical support ticket will get canceled

    nguyenhuu quang Friend
    #304931

    #ja-slidebar ul li {
    margin: 0 0 10px 0;
    *margin: 0 0 2px 0;
    padding: 0;
    display: block;
    background: none;
    width: 100px;}

    i think it is better. *margin: 0 0 2px 0; for IE only

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 3 voices, and was last updated by  nguyenhuu quang 15 years, 6 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum