Crazy frames issue - any ideas?
|
| View previous topic :: View next topic |
| Author |
Message |
cdiz
Joined: 07 Mar 2008 Posts: 1
|
Posted: Fri Mar 07, 2008 8:18 am Post subject: Crazy frames issue - any ideas? |
|
|
Hi all!
I'm having this issue with frames and I'm hoping somebody might know what to do. See here: http://mrfn.mrl.ucsb.edu/
See, what I want is the left frame with the nav menu and rotating images to scroll along with the right frame instead of having an auto scroll bar for each frame...right now the right frame is the one that is on auto, but I want the left side to scroll with it if needed...hopefully I make some sense but if you have a clue let me know!
Thanks in advance!
<FRAMESET ROWS="87,*" BORDER="0">
<FRAME SRC="top.html" SCROLLING="NO" NORESIZE MARGINHEIGHT="0" MARGINWIDTH="0" NAME="top">
<FRAMESET COLS="200,*">
<FRAME SRC="nav.html" SCROLLING="NO" NORESIZE MARGINHEIGHT="0" MARGINWIDTH="0" NAME="nav">
<FRAME SRC="home_ucsb.php" SCROLLING="AUTO" MARGINHEIGHT="0" MARGINWIDTH="0" NAME="content">
</FRAMESET>
</FRAMESET>
</HTML> |
|
| Back to top |
|
 |
|
|
rangana 250+ Club

Joined: 27 Feb 2008 Posts: 439 Location: Cebu City Philippines
|
Posted: Fri Mar 07, 2008 8:33 am Post subject: Re: Crazy frames issue - any ideas? |
|
|
The effect is normal, though it appear awkward for you. You must remember that you are using frames. The action of the right frame (home_ucsb.php) will not affect the left frame (nav.html).
....to achieve what you wanted, you better code nav.html together with home_ucsb.php
..or for good layouts, you could give <div>s a try.
Hope it helps  |
|
| Back to top |
|
 |
|
Welcome to DEVPPL.com
You are not logged in, which means that you can't post in the forums. Click here to Register
If you are a current member here on DEVPPL, please login below:
|
|
|
|