Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

DIV and Huge image

0 views
Skip to first unread message

Bob Bedford

unread,
Jul 21, 2003, 9:25:58 AM7/21/03
to
I've a huge image (1600 pixels width and 1200 height).
I must place it in a DIV. Here is the code:

<div
style="overflow:auto;height:expression(document.body.clientHeight-(document.
all.mytopmenu.offsetHeight+document.all.myfooterbar.offsetHeight));">
<img border="0" src="../images/organigr.jpg">
</div>

in IE6, I don't get any scrollbar. How to show them ???


Chris Barber

unread,
Jul 21, 2003, 9:58:39 AM7/21/03
to
The DIV needs to be restricted to a specific width and height before any
overflow will be created (maybe that expression() thingy does that but I've
never seen it before).

Chris.

"Bob Bedford" <b...@bedford.com> wrote in message
news:OfEGzu4T...@TK2MSFTNGP10.phx.gbl...

0 new messages