I am using scaleraphael http://www.shapevent.com/scaleraphael/ that allows my svg/VML to change size when the user resizes the browser (fluid layout - I have got it to scale to the same size as a div on the page).
It works perfectly with SVG browsers and although it does work in IE8/7/6 (VML) there is for some strange reason a gap on the right. I think it is something connected to the coordsize of the VML group but this is a bit of a guess.
The gap only appears at certain browser widths (Around 40pixels apart). eg browser widths: 1060, 1104, 1144, 1186, 1230. The gap is around 20pixels at its biggest and decreases back to 0 again each pixel change in width until the browser width is the next one in the sequence where it appears as 20pixels again
If I use developer tools in IE I can see that the vml group does included the gap as it should but the contents of my paper do not fill it - hence why I think it is connected to coordsize
Just wondering if anyone else out there has had the same issue (if not you probably wont understand my question as it is very hard to explain)