Hi all.
I don't know if I should ask this question here or on html group.
I'll try.
I have an embed element whose src is a big SVG file.
The width and height of embed are set to 100%.
When the SVG file is bigger than the screen size, the rest of it is
just cropped, and cannot be seen.
I tried to add a style="overflow :scroll" attribute to the embed, but
it doesn't work.
My question is, does it not work because the embed doesn't work with
overflow CSS property in general, or because the embed includes an SVG
file?
Thank you very much for help.
Anna
I don't know if I should ask this question here or on html group.
I'll try.
I have an embed element whose src is a big SVG file.
The width and height of embed are set to 100%.
When the SVG file is bigger than the screen size, the rest of it is
just cropped, and cannot be seen.
I tried to add a style="overflow :scroll" attribute to the embed, but
it doesn't work.
My question is, does it not work because the embed doesn't work with
overflow CSS property in general, or because the embed includes an SVG
file?
Thank you very much for help.
Anna