pop-up og css ?
Hjælp - jeg har et pop-up vindue som jeg gerne vil haveen css-fil til at virke på !
CCS-FIL:
--------------------------------------------------------
<link rel="stylesheet" href="../../css/tekst.css" type="text/css">
JS-Script:
--------------------------------------------------------
<script>
function nytVindue1(){
Win1=window.open("../../pix/brugtvare_pix.asp","win1",
"status=no, scrollbars=yes, toolbar=no, location=no, menu=no, width=680, height=500,top=50,left=50,screenY=100,screenX=100"); }
</script>
