help on nested framesets

liunx

Guest
Hi all,<br />
<br />
Please could you help this beginner to learn a little<br />
<br />
I have attached the question as I have used colours to illustrate things,<br />
<br />
Thanks,<br />
<br />
Dom..<br />
:)<!--content-->I am trying to modify a webpage with multiple nested framesets. I want to have the main frame 鎼坅in?always to have floating (scrollable) text and a fixed background cloudsright.jpg whatever html page is loaded into that frame 鎼坅in?br />
<br />
I can achieve this by linking every html file to the picture cloudsright.jpg as I have demonstrated below (in postcards.html).<br />
<br />
As the website has lots of nested frames and I am do not want to modify loads of individual html files, could I force the background jpg and scrolling nature in the top level frameset only and it be carried through to all nested framesets?<br />
<br />
I hope I have made myself clear,<br />
<br />
Thanks in advance,<br />
<br />
Dom.<br />
<br />
Frameset<br />
<br />
<html><br />
<head><br />
<br />
<title> Postcards</title><br />
<br />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><br />
<br />
</head><br />
<frameset rows="90,*,70" frameborder="0" border="0"> <br />
<frame scrolling="no" noresize name="top" SRC=http://www.webdeveloper.com/forum/archive/index.php/"top.html" frameborder="NO"><br />
<frameset cols="150,*" frameborder="0" border="0"> <br />
<frame scrolling="no" noresize name="menu" src=http://www.webdeveloper.com/forum/archive/index.php/"menu4.html" frameborder="NO"><br />
<frame scrolling="auto" noresize name="main" src=http://www.webdeveloper.com/forum/archive/index.php/"postcards.html" frameborder="NO"><br />
</frameset><br />
<br />
<frame scrolling="no" noresize name="bottom" src=http://www.webdeveloper.com/forum/archive/index.php/"../../bottom.html" frameborder="NO"><br />
<br />
<noframes> <br />
<br />
<body bgcolor="#FFFFFF"><br />
<br />
</body><br />
<br />
</noframes> </frameset><br />
<br />
</html><br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
From the main page 鎼峯stcards.html?br />
<br />
<br />
<body bgproperties="fixed" HEIGHT=700 bgProperties=fixed background=cloudsright.jpg bgcolor="#00cc99" onLoad=""><!--content-->do people understand what i mean?<br />
Can i do this?<br />
<br />
Thanks<br />
<br />
Dom..<!--content-->What are you trying to do now, I Download <!--more-->ed your word.doc (why are you using word?) and I am still as confused as ever, you want this background pic in every frame and you dont know how to do it, is that what you are looking for?<!--content-->Hi PeOfEo,<br />
<br />
I used word to highlight various parts of the code using a colour code.<br />
<br />
I am trying to get one background jpg to work on all nested frames, without having to place the jpg everywhere.<br />
<br />
do you catch my drift? :confused: <br />
<br />
Hope it can be done,<br />
<br />
Thanks for your help,<br />
<br />
Dom..<!--content-->you would have to put background="" in all of your body tags to do this.<!--content-->Like this? <br />
<br />
<body bgproperties="fixed" HEIGHT=700 bgProperties=fixed background=cloudsright.jpg bgcolor="#00cc99" onLoad=""><br />
<br />
<br />
Thaught there might be a way that it could be done in the top level frame.<br />
<br />
Well it was worth a try,<br />
<br />
Thanks for your help.<br />
<br />
Dom..<!--content-->
 
Back
Top