Page Popup Window Issue

In v4.1.2 I use a popup window to display a page. In the page settings I have set the popup to true and I access the page by the code:

<a data-ca-target-id="page_tl_41" id="opener_page_tl_41" class="cm-dialog-opener" href="product-availability.html">Read Me</a>
```<br />
<br />
However when the window opens in popup, in both Firefox v27.0.1 and IE v11, the close window "X" is only half displayed:<br />
[attachment=7771:popup.png]<br />
<br />
Can anyone advise how to fix this...thanks<p><a href="127.0.0.1/uploads/monthly_02_2014/post-9081-0-72704800-1393479107.png">popup.png</a></p>

Hi,



it's a css issue. You will have to find the related css file and change the appropriate value.

Hi,

You miss title ;)


<br />
data-ca-dialog-title="POPUP TITLE"<br />

```<br />
<br />
#correct<br />
```php
<br />
<a data-ca-dialog-title="POPUP TITLE" data-ca-target-id="page_tl_41" id="opener_page_tl_41" class="cm-dialog-opener" href="product-availability.html">Read Me</a><br />

```<br />
<br />
I hope that helps,<br />
<br />
---<br />
Valentin<br />
[color=#808080][size=2]part of hungryweb.net[/size][/color]

Thanks Guys, great help, that worked