Inline Frame Behavior

R

Ricky

Hi,

I display a .gif image an in-line frame on a simple page. The image is
too wide, so a scroll bar appears at the bottom of the image.

Can I change the behavior of the image in the in-line frame so as it's
"forced" to have its default appearance with the scroll bar over to the
right, rather than the default left position?

Tks
Ricky
 
M

Murray

Can I change the behavior of the image in the in-line frame so as it's
"forced" to have its default appearance with the scroll bar over to the
right, rather than the default left position?

Wait - that IS the default appearance, no?
 
R

Ricky

Err, yes, you're right.

Any way of getting the scroll bar to the opposite side of it's default
position?

Cheers,
Ricky
 
M

Murray

Maybe.

In the page being loaded in the IFrame, add this to the CSS file -

body { direction:rtl; }
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top