Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
malconi #1
background and frameset prolblems/queries
1.ive created a fixed top, nested left frameset. ive put the links in the left
section, and when clicked i want the main body of the page to change and the
left and top sections to remain static. how do i do this?
2.ive got an image that i want to use for my background. its just the rite
size, but when i use the background option in page properties, it tile's the
background. how do i make it so its just that one image?
any and all help will be very much appreciated
malconi Guest
-
Frameset problem
Help I hope some one out there can help me. I have made a web site using frames with the idea that the left and top remain static and using the menu... -
FRAMESET HELP
trying my first hand at frames and framesets. I first created a site based on using one frameset, but found that limiting so I learned how to... -
Frameset Help Please
Hi, ive got a problem. I have a four divided frameset. One banner like frame at the top, two right and let menus and one relative center area.... -
Queries Of Queries Single Quote Problem
When using queries of queries I'm having the following issue. Select Company_ID From qry_MyQuery Where Company_NM = 'MyString''s' <----... -
Frameset
How do you do a frameset in an aspx page? -- ______________________ David Fetrow HelixPoint LLC. http://www.helixpoint.com... -
redblue4356 #2
Re: background and frameset prolblems/queries
1. First of all you have to give a name to the frame in which you want your
content to be displayed. If you have used the option from the dreamweaver
insert menu, then its name should be "mainFrame". you don't have to give a
name. Then in the page which is the src of your nested frame to the left, the
links are to be modified. Add the target attribute to each of the links which
will have the name of the frame in which you want the page to be displayed. For
eg:-
<a href="yourpage.htm" target="mainFrame">
2. Now about the background, you just need to add some css codes. In the code
view, add this code between the <head> tags:-
<style type="text/css">
<!--
body {
background-repeat: no-repeat;
}
-->
</style>
redblue4356 Guest
-



Reply With Quote

