Date: 07/31/98
- Next message: steffann: "[PHP-DEV] CVS update: php3"
- Previous message: Lars Torben Wilson: "[PHP-DEV] HTML proxy support"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello -
Sorry that this is not a plp question. But on your home page you
have a bit of netscape/explorer dependent JavaScript code
function moveLayers() {
if (gotlayers) {
if (NS4) {
screenWidth = window.innerWidth;
document.layers['mirrorsKick'].left = 140;
... ...
} else {
screenWidth = document.body.clientWidth + 18;
document.all['mirrorsKick'].style.pixelLeft = 140;
... ...
}
}
}
where the devil do you find the explorer variants? Or is their a good
reference which lists the differences?
Any help from anybody much appreciated.
Malcolm
--=============================== Malcolm Agnew Concept asa Gluckstr. 18 D-60318 Frankfurt/Main Germany Tel: (**49) 69/59 70 297 Fax: (**49) 69/59 09 01 Email: malcolm <email protected> Always :-) ===============================
- Next message: steffann: "[PHP-DEV] CVS update: php3"
- Previous message: Lars Torben Wilson: "[PHP-DEV] HTML proxy support"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

