1

validationcallout Ajax エクステンダーの問題に直面しています。

私は Web ページのアラビア語版に取り組んでいるので、ページの配置は右から左になります。また、validationcallout エクステンダーを使用して検証エラーを呼び出していますが、方向の問題に直面しています。

このエラーでは、配置が適切でないことがわかります。CSSで向きを変えてみたのですが、正しい形になりませんでした。

スクリーンショット

.customCalloutStyle .ajax__validatorcallout_callout_arrow_cell {
    padding: 18px 0px 0px 0px;
    text-align: left;
    vertical-align: top;
    font-size: 1px;
    border: none;
    background-color: transparent;
}

.customCalloutStyle .ajax__validatorcallout_callout_arrow_cell .ajax__validatorcallout_innerdiv {
    font-size: 1px;
    position: relative;
    left: 1px;
    border-bottom: none;
    border-right: none;
    border-left: none;
    width: 15px;
    background-color: transparent;
    padding: 0px;
}

.customCalloutStyle .ajax__validatorcallout_callout_arrow_cell .ajax__validatorcallout_innerdiv div{
    height: 1px;
    overflow: hidden;
    border-top: none;
    border-bottom: none;
    border-right: none;
    padding: 0px;
    margin-left: auto;
}
4

0 に答える 0