Topic awaiting preservation: Popup in a Window w/ no borders |
|
---|---|
Author | Thread |
Nervous Wreck (II) Inmate From: US |
posted 05-24-2002 03:37
Can anyone write me up a quick code that will make a popup upon clicking a link that will open an image with a margin size of 0px ? Ive been looking everywhere, and cant find one =/ |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 05-24-2002 03:45
TekFusion: I probably interpret your title and question as being different things (the title seems to suggest you want a chromeless window) but I'll go with the question. I'd recommend that rather than pop up the the image in a new window I would embed the image into a webpage (I'd probably use PHP in there too) and use CSS to remove the margin and padding (the padding removal is for Opera) from the body. This would make the image start hard against the side of the new browser window - is that what you were after? |
Nervous Wreck (II) Inmate From: US |
posted 05-24-2002 03:50
Im not interested in supporting older browsers (I know thats ignorant, but Ill switch to *ALL* browsers when I get my main design down). Ill just end up going php for all that... |
Maniac (V) Mad Scientist From: Belgrade, Serbia |
posted 05-24-2002 07:31
Take a look at the following two links: |