Hi - thanks for your note, and it works - almost :-)

It eliminates the vertical scrollbar on the included URL area, but it only displays about 90% of the included page. Also, the included URL walks off the bottom border of the page. If I (:includeurl height=100%) and then put stuff right after it, that stuff gets overwritten by the included URL contents.

Also, it only works on Firefox (1.0.4 and 1.5.0.11), but not IE (6.0). IE still shows scrollbars.

I don't have these problems if I leave the vertical scrollbars in, but then I have vertical scrollbars of course.

Any suggestions? Seriously - thanks for helping. I never knew about local.css.
Russ

From: Hans <[EMAIL PROTECTED]>

> It seems one needs to set a specific height for the containing div
> surrounding the object, in order for a percentage height in the object
> to work.

With the pmwiki default skin i managed to get

    (:includeurl height=100% ...:)

to work in the page using in local.css:

body, html, #wikibody, #wikimid, #wikitext { height:100%; }
object { overflow:hidden; }


  ~Hans


_________________________________________________________________
More photos, more messages, more storage—get 2GB with Windows Live Hotmail. http://imagine-windowslive.com/hotmail/?locale=en-us&ocid=TXT_TAGHM_migration_HM_mini_2G_0507


_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to