Stuff-less window |
Stuff-less window |
May 10 2005, 05:22 PM
Post
#1
|
|
![]() ich heisse Meli. ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 909 Joined: Apr 2005 Member No: 122,016 |
I'm working on the graphics section of my subdomain, and I was wondering if anyone knew how you could have a link to the large image, and then when you click on it a new window pops up with that image in it, full size, but instead of a normal window, it's just the title bar (with the x and all) and the image.
Am I just jabbering? Or does anyone know what I mean? OOH. Example. Go to http://citrusmoon.typepad.com/citrusmoon/ and click on the patterns on the left. I know it's just that background tiled, but that's the kind of window I'm looking for |
|
|
|
![]() |
May 10 2005, 08:56 PM
Post
#2
|
|
![]() You'll find me in your dreams. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 8,536 Joined: Mar 2005 Member No: 114,010 |
... I somehow think you do something like this.
CODE <a href="whatever.jpg" target="blank"><img src="whatever.jpg" height="50"></a> I'm probably very, very wrong like usual.---- I knew. I was wrong. CODE <TR><TD width="90" height="90" background="http://citrusmoon.typepad.com/photos/tiles/3t1.gif" style="border: 1px solid #000000;"><a href="test.html" onclick="tile('http://citrusmoon.typepad.com/photos/tiles/3t1.gif');return false"> That's how that one person did it... So I'm thinking it a lot more like this ::CODE <a href="test.html"onclick="tile('WINDOW TITLE');return false"><img src="whatever.jpg" height="50"></a> Well, you change the href part, but d'ya get what I mean...?
|
|
|
|
ChasingLife87 Stuff-less window May 10 2005, 05:22 PM
MarlboroMan thats done by making the code like this
<a... May 10 2005, 07:41 PM
mona lisa http://www.dynamicdrive.com/dynamicindex8/chromele... May 10 2005, 09:12 PM
ChasingLife87 so far, the first two don't work... I may keep... May 10 2005, 09:24 PM
mona lisa I guess that isn't as simple as I thought. I u... May 10 2005, 09:33 PM
ChasingLife87 Hmm, I don't think my subdomain supports php, ... May 10 2005, 09:44 PM
mona lisa Hmm..I found good sites if you search with these w... May 11 2005, 03:00 PM
ChasingLife87 ha, sorry to be such a pain. but I was going th... May 11 2005, 03:49 PM
mona lisa That's what it does though. You use the script... May 11 2005, 03:58 PM
ChasingLife87 I found this in the blogger scripts, does it work ... May 11 2005, 05:04 PM
mona lisa That looks like a good code actually. But, sorry I... May 11 2005, 05:29 PM![]() ![]() |