Quantcast
Channel: SmartClient Forums
Viewing all articles
Browse latest Browse all 4756

Menu item text overflows outside the menu borders

$
0
0
Version v9.1p_2014-06-30/Enterprise Deployment (2014-06-30)

Browser: IE10 Compatibility View
Document mode: IE5 Quirks mode

The menu item text and arrow overflows outisde the menu borders (see image attached). It happen with the showcase menu item itself so not adding another sample to reproduce the issue.

Code:

<html>
<head>
<style>
#wrap {
        position: fixed;
        left: 0;
        width: 100%;
        top: 0;
        height: 100%;
}

#iframe {
        display: block;
        width: 100%;
        height: 100%;
}
</style>
</head>
<body>
        <div id="wrap">
                <iframe
                        src="http://www.smartclient.com/smartgwt/showcase/"
                        id="iframe"></iframe>
        </div>
</body>
</html>

Could you please let me know a fix for this. Thanks

Attached Images
File Type: png menu.PNG (39.1 KB)

Viewing all articles
Browse latest Browse all 4756

Trending Articles