Topic: black bar on the right side IE9
Hello
I have a black bar on the Gallery page on the right, but only in IE9. in Firefox and Opera is everything ok
look at: http://www.pc-andy.ch/referenzen.html
thx
You are not logged in. Please login or register.
SimpleViewer Forum → TiltViewer-Pro → black bar on the right side IE9
Hello
I have a black bar on the Gallery page on the right, but only in IE9. in Firefox and Opera is everything ok
look at: http://www.pc-andy.ch/referenzen.html
thx
Try validating your page with the W3C Markup Validation Service and fix the errors reported.
The <iframe> into which your gallery is embedded has no closing </iframe> tag.
this not solve the problem...
Try changing your <iframe> code from:
<iframe src="tiltviewer/index.html" width=100% height=100% frameborder="0">
... to:
<iframe src="tiltviewer/index.html" width="100%" height="100%" frameborder="0" scrolling="no"></iframe>
okey thanks, it work
updated tonight now internet browser has small vertical black space where scroll bar used to be and pointer appears to be shifted to the right as well. scroll bar shifted to left and doesn't work unless on black space with pointer where scroll bar should be
@Stevecosta
Try using:
<style type="text/css">
body, html {
overflow: hidden;
}
</style>
... in the head section of your HTML page.
You could also try validating your page with the W3C Markup Validation Service and fix any errors reported.
If this does not help, then please post the URL to your gallery so that we can take a look.
SimpleViewer Forum → TiltViewer-Pro → black bar on the right side IE9
Powered by PunBB, supported by Informer Technologies, Inc.
Currently installed 5 official extensions. Copyright © 2003–2009 PunBB.