browsers
make printing buttons invisible
Try this:
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<title>some title</title>
<base href="url" />
<link href="css/styles.css" rel="stylesheet" type="text/css" />
<style>
@media print {
.print {
visibility: hidden;
}
}
</style>
</head>
onclick="window.print(); window.close();"
<div align="center" style="visibility: show; padding:10px" class="print">
- liviu's blog
- Login or register to post comments
How to have ie6 and ie7 both installed
If you're in the field of site creation you will often need to check how a site looks and behaves in different browsers. Usually Firefox and internet explorer 7 and 6. But you can't install ie6 if you have ie7. A way around that is to use a great program, Multiple Ie. This program will install for you IE3 IE4.01 IE5 IE5.5 and IE6.
You can find a download link at the bottom of this page, and more information related to the project.
- liviu's blog
- Login or register to post comments
Firebug for internet explorer (ie)
Ever needed firebug but for internet explorer?
Well such a thing exists; it's called Internet Explorer Developer Toolbar (yey for ie).
It has about the same functionality as firebug, so it's a great tool.
Somehow it's not as cool as firebug but it does it's job.
- liviu's blog
- Login or register to post comments
- Read more