[Zope] Strange Problem With Inline Frame (Probably OT)
Dylan Reinhardt
zope@dylanreinhardt.com
Sun, 09 Feb 2003 10:29:16 -0800
Honestly, this page is a mess. Since it's going to take a couple hours of
tinkering to figure out what's wrong, you may as well redo it in a more
readable/maintainable fashion. Among other issues, you've got a number of
extraneous and/or illegal body, div, noframes and html tags.
Here's what I'd do:
1. Stop using Dreamweaver. It's more hassle than it's worth.
2. Put as much of the javascript and CSS as you can into linked documents.
3. Write a minimal page that correctly places your header, navigation, and
content elements.
4. Add a little at a time until you either break it or finish.
That might not be the help you're looking for, but it's the best I have to
offer.
Dylan
At 09:18 AM 2/9/2003, beno wrote:
>At 09:05 AM 2/9/2003 -0800, you wrote:
>>Try setting the middle <td> tag to width=100%. It's a kludge, but one
>>that will get you where you're trying to go. Think of it as "100% of all
>>the space left over after the minimum width of the two outer cells has
>>been allocated."
>
>Didn't work :(
>
>
>>You may also want to think about laying out the page with <div> tags and
>>CSS instead of using tables. They're quite a bit more versatile.
>
>Yeah, but it's sloppy. I could easily place things using *position:
>absolute*, but that, to me, is a kludge when a table
>should_work_just_fine. But it doesn't. Why not???
>
>Any more ideas?
>TIA,
>beno
>
>
>>And no, this has nothing to do with Zope. :-)
>>
>>HTH,
>>
>>Dylan
>>
>>At 07:14 AM 2/9/2003, beno wrote:
>>>Hi;
>>>I'm attempting to use an inline frame in a table. For some reason, the
>>>rendering engine (IE6.0) *insists* on putting the inline frame, which is
>>>the second of three <td> elements, proportionately very close to the
>>>right edge of the target area, despite the fact that I set align to
>>>left. Why? I'm not sure if this is due to IE or Zope, but there's a
>>>gremlin somewhere! I've made the inline frame ludicrously small for
>>>illustration purposes. Here's the URL:
>>>http://web.vi/viking/1024/c/s/x/en-us/index.pt
>>>TIA,
>>>beno
>>>
>>>
>>>_______________________________________________
>>>Zope maillist - Zope@zope.org
>>>http://mail.zope.org/mailman/listinfo/zope
>>>** No cross posts or HTML encoding! **
>>>(Related lists - http://mail.zope.org/mailman/listinfo/zope-announce
>>>http://mail.zope.org/mailman/listinfo/zope-dev )
>>
>>
>>_______________________________________________
>>Zope maillist - Zope@zope.org
>>http://mail.zope.org/mailman/listinfo/zope
>>** No cross posts or HTML encoding! **
>>(Related lists - http://mail.zope.org/mailman/listinfo/zope-announce
>>http://mail.zope.org/mailman/listinfo/zope-dev )
>
>
>
>_______________________________________________
>Zope maillist - Zope@zope.org
>http://mail.zope.org/mailman/listinfo/zope
>** No cross posts or HTML encoding! **
>(Related lists - http://mail.zope.org/mailman/listinfo/zope-announce
>http://mail.zope.org/mailman/listinfo/zope-dev )