Info
You are currently browsing the archives for the CSS category.
Calendar
| M | T | W | T | F | S | S |
|---|---|---|---|---|---|---|
| « Mar | ||||||
| 1 | 2 | 3 | 4 | 5 | ||
| 6 | 7 | 8 | 9 | 10 | 11 | 12 |
| 13 | 14 | 15 | 16 | 17 | 18 | 19 |
| 20 | 21 | 22 | 23 | 24 | 25 | 26 |
| 27 | 28 | 29 | 30 | |||
Categories
- CSS (2)
- Javascript (3)
- LANSA (21)
- SQL (8)
- Twitter API (1)
- Uncategorized (25)
Latest Postings
- 8. March 2010: American Express is Suing Me
- 28. January 2010: So frackin hard
- 1. September 2009: Twitter API STREAM Filter
- 15. June 2009: DOS Commands that work on Windows XP
- 14. April 2009: TWEATER CHEATER IS BORN
- 14. April 2009: Windows Keyboard Short Cuts - ALT F4 is my Favorite
- 11. April 2009: SELECT_SQL Examples
- 30. January 2009: My Recovery ID Idea
- 29. January 2009: Test Program to See what LANSA Services are Licensed
- 11. January 2009: glossary
Links
Archives
Archive for the CSS Category
Just layered my first images
27. June 2008 by admin.
<td align=”center”>
<div style=”position:relative; z-index:1;”>
<img src=”/images/migmnuproc/body_img.gif” width=”697″ height=”389″ />
</div>
<div style=”position:relative; top:-125; right:187;z-index:2″>
<img src=”/images/migmnuproc/cutButton.jpg” />
</div>
</td>
Posted in CSS | No Comments »
Fast and Dirty CSS Print layout
5. June 2008 by admin.
{style type=”text/css”>
@media print{
body{ background-color:#FFFFFF; background-image:none; color:#000000 }
div.chromestyle { display: none;}
div.noprint4u {display:none;}
tr.even { background-color:#FFFFFF; background-image:none; color:#000000 }
}
</style
Posted in CSS | No Comments »
|