is there a (CNT-part) solution where I can present an info text in a box centered in front of the page? You know this boxes which normally get on your nerves and you can click them away (a shop needs this to announce that everything is on half price - so at least good news
My idea was to create a content area for this, which is by nature only visible if it contains content and give it the absolute position where I want it with a higher z-index. I would then make a "close window" button to make this "window" (which is in fact just a div-container) go away by setting this thing by CSS to display:none.
Has anybody done this yet? Any better ideas? Thanks a lot for any ideas or help!
macangelo