Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • palos Friend
    #721062

    Just try to mouse over the NEXT month << < Today > >> and it will jump out of your pointer 😀 Ok. It is a fun to ask someone to jump to the next month… but seriolusly this is not we need.
    I am afraid it is caused by the variable text at the bottom of the pop-up calendar.
    Some css styling may also help.

    Saguaros Moderator
    #721178

    Hi palosutca,

    Not sure what you’re trying to achieve here, you can post site’s URL in this thread and screenshots of how it should be.

    Saguaros Moderator
    #753580

    Hi palosutca,

    Not sure what you’re trying to achieve here, you can post site’s URL in this thread and screenshots of how it should be.

    palos Friend
    #721214

    Well it is solved by CSS as I gave a width to the table.*

    .calendar, .calendar table {
    border: 1px solid #cccccc
    font-size: 11px;
    color: #000
    cursor: default;
    background: #efefef
    font-family: arial,verdana,sans-serif;
    width: 226px;
    }

    *the div.calendar class determined it.
    div.calendar {
    position: relative;
    z-index: 10000;
    width: 226px;
    }
    :p

    palos Friend
    #753596

    Well it is solved by CSS as I gave a width to the table.*

    .calendar, .calendar table {
    border: 1px solid #cccccc
    font-size: 11px;
    color: #000
    cursor: default;
    background: #efefef
    font-family: arial,verdana,sans-serif;
    width: 226px;
    }

    *the div.calendar class determined it.
    div.calendar {
    position: relative;
    z-index: 10000;
    width: 226px;
    }
    :p

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

This topic contains 5 replies, has 2 voices, and was last updated by  palos 9 years ago.

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