Hello, I have to design a web page for my class, and I am trying to have the same song play throughout the website. I am using frames, but for some reason, the frameset disappears when I click a link in a drop down menu. How can I fix this? I use Adobe Dreamweaver CS3 if that helps.
The code as it stands is:
<frameset rows="380*,5*" cols="*" frameborder="no">
<frame src="Welcome.html" name="Welcome" scrolling="auto" />
<frame src="background.html" name="bg" frameborder="0" scrolling="no" noresize id="bg" />
</frameset>



Reply With Quote


Bookmarks