Page 1 of 1
Back ground in frames
#1
Posted 11 April 2009 - 04:14 PM
Hi
Here is what I want to do, but cant work it out.
I am desining a site using Dreamweaver, I have 3 frames one stretching across the top, one menu frame on left and a main frame.
What i want to do is have one background pic which covers the whole of the viewed site.
How do i do this? Also how do i get the background to fit any browser size so it fll the whole screen?
Would much appreciate any help here
Cheers
Here is what I want to do, but cant work it out.
I am desining a site using Dreamweaver, I have 3 frames one stretching across the top, one menu frame on left and a main frame.
What i want to do is have one background pic which covers the whole of the viewed site.
How do i do this? Also how do i get the background to fit any browser size so it fll the whole screen?
Would much appreciate any help here
Cheers
#2
Posted 11 April 2009 - 04:41 PM
sorb, on Apr 11 2009, 17:14, said:
Hi
Here is what I want to do, but cant work it out.
I am desining a site using Dreamweaver, I have 3 frames one stretching across the top, one menu frame on left and a main frame.
What i want to do is have one background pic which covers the whole of the viewed site.
How do i do this? Also how do i get the background to fit any browser size so it fll the whole screen?
Would much appreciate any help here
Cheers
Here is what I want to do, but cant work it out.
I am desining a site using Dreamweaver, I have 3 frames one stretching across the top, one menu frame on left and a main frame.
What i want to do is have one background pic which covers the whole of the viewed site.
How do i do this? Also how do i get the background to fit any browser size so it fll the whole screen?
Would much appreciate any help here
Cheers
First of all, why i are you wanting to use frames?
#6
Posted 11 April 2009 - 05:10 PM
sorb, on Apr 11 2009, 17:51, said:
Ah ok
it is the only way i have written a site before.
I want the top and side to be static and to be able to scroll the main part
it is the only way i have written a site before.
I want the top and side to be static and to be able to scroll the main part
If you really want to do this it is possible using XHTML & CSS.
#fgfg {
height:300px;
width:300px;
overflow:scroll;
}
<div id="fgfg">bla bla bla</div>I guess you new to this and i would suggest googling "XHTML and CSS layouts" or along those lines.
#7
Posted 11 April 2009 - 07:25 PM
I would strongly advise against frames now.
They're becoming more and more dated, but are also being decomissioned.
You'll find that Internet Explorer 8 No longer supports them, or iFrames atleast.
No point creating a site that isn't WAI Compliant or compatible with most browsers.
CSS would probably be a better method.
They're becoming more and more dated, but are also being decomissioned.
You'll find that Internet Explorer 8 No longer supports them, or iFrames atleast.
No point creating a site that isn't WAI Compliant or compatible with most browsers.
CSS would probably be a better method.
#8
Posted 12 April 2009 - 04:09 PM
I can only echo whats been said so far, what is good though is google has thousands of tutorials in Dreamweaver and creating a basic site using one of which should hold you in good stead for creation in the future
#9
Posted 12 April 2009 - 04:22 PM
Learning in Dreamweaver will sadly not stand you in good stead for creation in the future... learning to code (as in Snowy's last post) will.
#10
Posted 12 April 2009 - 04:42 PM
I'm afraid the info above will only lead you to success. I began in dreamweaver, one step forward and two steps back comes to mind.
Share this topic:
Page 1 of 1
Help
















