First, I must say that I would definitely consider myself a newbie to frames and DHTML. I do all my work in Notepad and I've got the basic HTML stuff down pretty good now I'm trying to teach myself something more complicated.
Now, my problem:
I'm designing a page with seamless frames (left 20, right 80). I'd like for the left frame to contain the site links and the pages to come up on the right. I'd also like for the links to be in the color change flip format. I put the code in for the links and they change colors beautifully. The problem is that the linked pages come up in the left frame.
From the DHTML Tutorial #6 I'm using the following code:
<SPAN onClick="location.href='http://www.htmlgoodies.com'" TITLE="tool tip box" litUp1>
Click for HTML Goodies</SPAN>
Does this code work with frames or have I made a HUGE mistake in my coding? Is there another linking format that will provide similar results that I should be using?
Any help will be hugely appreciated!
Thanks so much,
Jennifer
Now, my problem:
I'm designing a page with seamless frames (left 20, right 80). I'd like for the left frame to contain the site links and the pages to come up on the right. I'd also like for the links to be in the color change flip format. I put the code in for the links and they change colors beautifully. The problem is that the linked pages come up in the left frame.
From the DHTML Tutorial #6 I'm using the following code:
<SPAN onClick="location.href='http://www.htmlgoodies.com'" TITLE="tool tip box" litUp1>
Click for HTML Goodies</SPAN>
Does this code work with frames or have I made a HUGE mistake in my coding? Is there another linking format that will provide similar results that I should be using?
Any help will be hugely appreciated!
Thanks so much,
Jennifer