|
Posted by Jake on February 6, 2006, 6:34 pm
Please log in for more thread options
>
>Valued Customer wrote:
>
>> Hello,
>>
>> I'm really at a loss here. I have the following index.html:
>>
>> <div align="center">
>> <iframe src="left.htm" width="15%" height="100%" frameborder="0"
>> name="left" target="contents">
>> <iframe src="main.htm" width="85%" height="100%" frameborder="0"
>> name="main" scrolling = "no">
>> </iframe>
>> </div>
>>
>> In left.htm, is code prett much for navigation. I'm using links like
>> this:
>>
>> <A href="pages/FL000001.htm" target="main">
>>
>> When using IE, everything works great. The user clicks on something
>> on the left and it appears in the correct target.
>>
>> However when using FireFox there's two issues:
>>
>> 1. I want a 15/85 proportion of menu to main window on the screen.
>> When using FF, it gives an equal amount of space to each frame... in
>> spite of the dimensions I specified in the width properties above.
>>
>> 2. In FF, when a user clicks a link on the left, it doesn't open in
>> the target "main", it opens in a new window?!?!... I did NOT specify
>> target = "_new"; how can this happen?
>>
>> Any assistance is greatly appreciated! Thanks!
>My article on Useing Frames can be found at:
> http://freewebdesign.cjb.cc/design-tips1.html
Can I suggest you:
(a) read up on how to design a frames-based site,
(b) get some experience by coding one,
(c) re-write http://freewebdesign.cjb.cc/design-tips1.html in the light
of what you learn.
Regards.
--
Jake (jake@gododdin.demon.co.uk -- just a 'spam trap' mail address)
|