How can I hide the borders and title bar of my popup window?
How can I hide the borders and title bar of my Advanced Layer Popup window? Answer:
If you want to display popup without borders you will have to change the dmxpopup.css file of Advanced Layer Popup.
For example to remove the border you will have to find the following class: .dmxWindow
It has several border properties: border-top, border-left, border-right, border-bottom
change solid value to none.
If you what to remove the title bar with the close button add the following property to the these classes: .dmxWindow h2 and .dmxWindow .closeHandle
visibility: hidden;
Don't forget to save your file.
DISCLAIMER:
This is extra complimentary content which purpose is to show
additional usage that is not part of the product, i.e. it suggests tips
for extending the functionality of the product by the users themselves.
DMXzone does not take responsibility to support the suggested
content to be fully compatible and working as intended and does not
provide support for extended functionality which is not included in the
current release of the extension.
It is highly recommended that only more advanced developers use it.
Comments
Be the first to write a comment
You must me logged in to write a comment.