alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

Java example source code file (popup.css)

This example Java source code file (popup.css) is included in the alvinalexander.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Learn more about this Java project at its project page.

Java - Java tags/keywords

comic, ddd, e0e0ef, fff, ffffff, sans

The popup.css Java example source code


/* =========== popup ================== */
#backgroundPopup {  
  display:none;  
  position:fixed;  
  _position:absolute; /* hack for internet explorer 6*/  
  height:100%;  
  width:100%;  
  top:0;  
  left:0;  
  background:#000000;  
  border:1px solid #cecece;  
  z-index:1;  
} 

#popupContents {  
  display:none;  
  position:fixed;  
  _position:absolute; /* hack for internet explorer 6*/  
  height: 150px;  
  width:  408px;   
  background:#FFFFFF;  
  border: 2px solid #cecece;  
  z-index:2;  
  padding-left: 1ex;   
  font-size:13px;  
} 

#popupContents p {
 margin: 0px;
}
#popupContents h3 {
 margin: 0px;
}

#popupContactClose {  
  font-size:14px;  
  line-height:14px;  
  right:6px;  
  top:4px;  
  position:absolute;  
  color:#6fa5fd;  
  font-weight:700;  
  display:block;  
} 

a.popupLink {
  background: #FFF; 
  color: #0079C5;   
  font-family: "Comic Sans MS", sans-serif;
  white-space: nowrap;
  font-size: 14px;
  font-weight: bold;

  border-top:    2px solid #DDD;  
  border-left:   2px solid #DDD;  
  border-right:  2px solid #888;  
  border-bottom: 2px solid #888;    
  padding: 0px 1em 0px 1em;
  margin:  0px 0px 3px 0px; 
}

a.popupLink:hover {
   background: #E0E0EF;
   cursor: pointer;
}

Other Java examples (source code examples)

Here is a short list of links related to this Java popup.css source code file:

... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.