Click to See Complete Forum and Search --> : iFrame Help
hardcore_web
03-03-2006, 10:00 AM
How do I change the scrollbar colors in an iFrame? regular CSS isn't working
Also
Can I have a fix on this script?
<A HREF="news.html" target="myFrame" onMouseOver="image.src='splat.bmp'"
onMouseOut="image.src='news.bmp'">
<IMG SRC="news.bmp" NAME="image" BORDER=0></A>
I want to add sound to it
so when u go over it, it plays a sound
once you leave it, it won't loop!
Lerura
03-03-2006, 10:54 PM
http://msdn.microsoft.com/workshop/samples/author/dhtml/refs/scrollbarColor.htm
but have in mind that you can only change scrollbar-colors in IE
Kravvitz
03-03-2006, 11:40 PM
Scrollbar Colors (http://www.dynamicsitesolutions.com/css/scrollbar_colors/)
pcthug
03-04-2006, 03:44 AM
Really more of an IE annoyance
Kravvitz
03-05-2006, 09:47 PM
If it annoys you, you can use a User StyleSheet to disable it.
Check out the last link in the page I linked to for details.
Bytes
03-05-2006, 10:08 PM
http://msdn.microsoft.com/workshop/samples/author/dhtml/refs/scrollbarColor.htm
but have in mind that you can only change scrollbar-colors in IE
To view Lerura's informative and helpful link I believe it will only work effectively in an IE browser. It won't work in my Opera browser the way it should.
Regards,
pcthug
03-05-2006, 10:36 PM
Only works in IE & Konqueror, possibly some smaller more inknown browsers too
Kravvitz
03-05-2006, 11:33 PM
Bytes and pcthug: go read the page I linked to.