|
|
|
|
||||||
![]() |
|
|
LinkBack | Outils de la discussion |
|
|
#1 |
|
Messages: n/a
Hébergeur: |
Hi
I have created an overflow css rule, within which I have changed the appearance of the scrollbar. IE reads this with no problems however Firefox doesn't and just shows the standard scrollbar. Is there a way to make Firefox recognise it? The code I currently have is: .overflowinternal { font-family: Verdana, Arial, Helvetica, sans-serif; color: #FFFFFF; background-color: #000000; font-size: small; height: 150px; width: 150px; overflow: auto; scrollbar-face-color: #333333; scrollbar-shadow-color: #DCDCDC; scrollbar-highlight-color: #DCDCDC; scrollbar-3dlight-color: #DCDCDC; scrollbar-darkshadow-color: #000000; scrollbar-track-color: #333333; scrollbar-arrow-color: #DCDCDC; } |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
That is an IE only feature and always has been. So Safari, Firefox, Opera and every other browser will not show it.
http://forums.mozillazine.org/viewtopic.php?p=1038207 |
|
|
|
#3 |
|
Messages: n/a
Hébergeur: |
Aha - that will explain that then!
Many thanks for your quick response. |
|
|
|
#4 |
|
Messages: n/a
Hébergeur: |
..oO(Nic26)
> I have created an overflow css rule, within which I have changed the >appearance of the scrollbar. IE reads this with no problems however Firefox >doesn't and just shows the standard scrollbar. Is there a way to make Firefox >recognise it? It's IE-only and usually a bad idea. You should remove it. Micha |
|
![]() |
| Outils de la discussion | |
|
|