Kat1984
02-11-2004, 11:55 PM
How do I direct link to a div layer or whatever you call it, from a image map?
here's the url: http://www.geocities.com/zebrazinger77/main1.html
here's the url: http://www.geocities.com/zebrazinger77/main1.html
|
View Full Version : How do I... Kat1984 02-11-2004, 11:55 PM How do I direct link to a div layer or whatever you call it, from a image map? here's the url: http://www.geocities.com/zebrazinger77/main1.html bourdelson 02-12-2004, 12:03 AM Like, make a page open in a DIV layer? You can't target DIVs. You have to use an Iframe for that. Kat1984 02-12-2004, 12:05 AM Like, make a page open in a DIV layer? You can't target DIVs. You have to use an Iframe for that. What? I had div layers before.. I am sure of it, and I used links that targeted to it. bourdelson 02-12-2004, 12:08 AM It couldn't have been DIVs because you type in the DIVs on the page that they're on, they aren't separate pages, whereas an Iframe puts in the page that you target to open in it, because they are separate pages. [Sorry if that sounds confusing. Haha. Don't quite know how to word it.] Just thought about something...are you sure that you didn't have an Iframe inside of a DIV layer? Rosey 02-12-2004, 12:19 AM bourdelson is right, you can't target divs, only frames. you can put an iframe in a div if you really want to target something. |