On my interface, I have a browser window thats at the left side of my window. If the text that gets inputted into that browser becomes to large, a scrollbar shows up. Problem with this is that the scrollbar is on the right side, and it screws up the flow of the interface, color wise.
I believe the browser is linked into Internet Explorer, so if you can't I understand, but if you can, it would be a great feature to help the flow of interfaces that use browsers.
ID:133406
Sep 18 2008, 6:51 am
|
|
Sep 18 2008, 9:36 am
|
|
As you noted the browser is IE, and that stuff is handled internally by the browser, so I doubt it could be changed.
|
In response to Nadrew
|
|
Didn't think so, but it never hurts to ask.
|
If it helps, Internet Explorer supported some nonstandard styles for scrollbars, so I'd imagine it would be possible to change the colors of the browser control scrollbar via CSS to match your interface.
|
In response to Kuraudo
|
|
Kuraudo wrote:
If it helps, Internet Explorer supported some nonstandard styles for scrollbars, so I'd imagine it would be possible to change the colors of the browser control scrollbar via CSS to match your interface. Yes, this can be done with CSS in the browser control. Here's an example: http://websitetips.com/articles/css/scrollbars/ View in IE to see how it works. |