[pmwiki-users] CSS Popups (was: Core and question marks)

Hans design5 at softflow.co.uk
Mon Aug 28 13:05:11 CDT 2006


Try this css for a tooltip style of popup:

/* ========= Tooltip Popups ===============*/
span.popup { display:none;
             background-color:#ffffcc; }

a:hover span.popup {
  display:block;
  position:absolute;
  margin-left:50px;
  width:200px;
  font-size:smaller;
  text-align:center;
  padding:5px;
  border: 1px solid black;
}


Hans





More information about the pmwiki-users mailing list