Total members 11889 |It is currently Fri Mar 29, 2024 10:01 am Login / Join Codemiles

Java

C/C++

PHP

C#

HTML

CSS

ASP

Javascript

JQuery

AJAX

XSD

Python

Matlab

R Scripts

Weka





Popup message without using JavaScript but with using title attribute to show a simple popup message when mouse over a text or any html element.
javascript code
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html>
<head>
<title>
Simple POPUP
</title>
<style type="text/css">
#DivBox {
font-family:Arial,sans-serif;
font-size:10px;
color:black; background:#FFFF99;
width:300px;
text-align:center;
padding:4px 5px 4px 5px;
font-weight:bold;
border:1px solid gray;
}
</style>
</head>


<body>
<div id="DivBox" title="Pop up message">Mouseover this text part</div>

</body>


</html>




_________________
M. S. Rakha, Ph.D.
Queen's University
Canada


Author:
Mastermind
User avatar Posts: 2715
Have thanks: 74 time
Post new topic Reply to topic  [ 1 post ] 

  Related Posts  to : Popup message without using javascript
 Popup message using JavaScript without using alert function     -  
 Show popup dialog using JQuery     -  
 Choice choiceList popup list of choices     -  
 JMS Message Consumer Example     -  
 Text message board RPG     -  
 How to Show a message before the login ?     -  
 Java message service(JMS)     -  
 Trace soap message     -  
 Editing guest message in PHPbb3     -  
 stick message even when user scrolls down or up     -  



Topic Tags

HTML Popup
cron





Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
All copyrights reserved to codemiles.com 2007-2011
mileX v1.0 designed by codemiles team
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com