Hi, I have fair understanding of how zope objects are acquired by defining the index_html. Then my client don't want the logo and the name company's name to scroll when visitor scroll up the screen. how do I use frame structure in zope to achieve this? __________________________________________________ Do You Yahoo!? Yahoo! Sports - Coverage of the 2002 Olympic Games http://sports.yahoo.com
Hamzal Kamal wrote:
Hi, I have fair understanding of how zope objects are acquired by defining the index_html. Then my client don't want the logo and the name company's name to scroll when visitor scroll up the screen. how do I use frame structure in zope to achieve this?
Same way you would in normal HTML. Chris
Hi Hamzal, You have to put a statement like background-attachement: fixed in the body tag of a page (not in the frameset). Usually you put it in the body statement of your stylesheet (CSS). Like this: BODY {background: #F7E7DE; color: #000000; margin-top: 0 ;margin-left: 0;margin-right: 0; background-mage:url(your_image);background-attachment: fixed} Frank -----Oorspronkelijk bericht----- Van: zope-admin@zope.org [mailto:zope-admin@zope.org] Namens Hamzal Kamal Verzonden: dinsdag 26 februari 2002 8:28 Aan: zope@zope.org Onderwerp: [Zope] frame implementation in zope Hi, I have fair understanding of how zope objects are acquired by defining the index_html. Then my client don't want the logo and the name company's name to scroll when visitor scroll up the screen. how do I use frame structure in zope to achieve this? __________________________________________________ Do You Yahoo!? Yahoo! Sports - Coverage of the 2002 Olympic Games http://sports.yahoo.com _______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (3)
-
Chris Withers -
Hamzal Kamal -
Inline: F. Zorge