Guy I have solved the problem thanks to your snippet - it still didn't work on my page. Got me thinking that there must be something else in my HTML causing the problem.
It turns out that removing the DOCTYPE declaration (XHTML 1 transitional...) from the html page fixes the problem in both FF AND Opera... Thanks for your help, much appreciated Alan --- In [email protected], [EMAIL PROTECTED] wrote: > > Here is my embed tag verbatim from the HTML wrapper i use: > > <embed type='image/svg+xml' src='/svg' width='100%' height='100%'></embed> > > Perhaps the type attribute helps? Dunno. What OS and browser version are you > using? > > Guy > > > Quoting krugerboy1971 <[EMAIL PROTECTED]>: > > > Thanks for the tips Lance/Guy - but I still can't seem to get this > > working. Slightly frustrating. If I strip it down to just this: > > > > <body> > > > > <embed src="pyramid4_3.svg" width="99.9%" height="99.9%"></embed> > > > > </body> > > > > only IE+ASV works properly (displays it across the screen and allows > > the graphic to expand to full screen using F11). FF1.5 and Opera 9 > > both display the SVG really tiny at top/centre of screen. > > > > Using CSS styling doesn't improve things (in fact, Opera 9 didn't seem > > to like that approach at all) > > > > Any ideas to save sanity?? > > > > Alan > > > > > > --- In [email protected], Guy Morton <guy@> wrote: > >> > >> why not use embed? it seems to work fine in firefox and IE/ASV. I > > set it > >> to use 99.9% for width and height and haven't seen any issues. > >> > >> Guy > >> > >> Lance Dyas wrote: > >> > krugerboy1971 wrote: > >> > > >> >> > >> >> > >> >> This seems to work nicely across all implementations - the only > >> >> problem is that in Firefox and Opera 9, pressing F11 doesn't fill > >> >> the screen with my svg (obviously, because I've specified pixels) - > >> >> BUT is there a way use the object tag with Firefox/Opera which > >> >> allows the full screen to stretch the svg content to fit (simply > >> >> using % as with the IE code doesn't seem to work). > >> >> > >> >> Many thanks for any advice on this... > >> >> > >> >> > >> >> > >> > Just using my intuition try > >> > style="width:98%;height:98%" > >> > > >> > I vaguely recall css working where attributes did not. > >> > > >> > > >> > > >> > ----- > >> > To unsubscribe send a message to: > > [EMAIL PROTECTED] > >> > -or- > >> > visit http://groups.yahoo.com/group/svg-developers and click "edit > > my membership" > >> > ---- > >> > Yahoo! Groups Links > >> > > >> > > >> > > >> > > >> > > >> > > >> > > >> > >> > >> [Non-text portions of this message have been removed] > >> > > > > > > > > > > > > > > > > > > ----- > > To unsubscribe send a message to: [EMAIL PROTECTED] > > -or- > > visit http://groups.yahoo.com/group/svg-developers and click "edit my > > membership" > > ---- > > Yahoo! Groups Links > > > > > > > > > > > > > > > ------------------------ Yahoo! Groups Sponsor --------------------~--> Something is new at Yahoo! Groups. Check out the enhanced email design. http://us.click.yahoo.com/SISQkA/gOaOAA/yQLSAA/1U_rlB/TM --------------------------------------------------------------------~-> ----- To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" ---- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/svg-developers/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

