|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
SlickEdit: Code in over 40 languages across 7 platforms. SlickEdit’s unmatched power, speed, and flexibility allows even the most accomplished developers to write better code faster. Download a free trial today! |
|
#1
|
|||
|
|||
|
Browser Issues
Hi,
I am having problem viewing the webpage in Netscape (ver 8) http://www.ojmada.com/asian/urban.htm . In IE, I am able to see scroll bar in the center. Any idea how to fix this DIV issue? Thanks if anyone can help. |
|
#2
|
||||
|
||||
|
scroll in IE
The page is "broken" in Opera and Firefox too. It seems the CSS is using IE only style properties.
From http://jigsaw.w3.org/css-validator/...n% 2Furban.htm Context : .scroll Property scrollbar-3dlight-color doesn't exist : #ffffff Property scrollbar-arrow-color doesn't exist : #000000 Property scrollbar-base-color doesn't exist : #f4f3f3 Property scrollbar-darkshadow-color doesn't exist : #ffffff Property scrollbar-face-color doesn't exist : #bbbaba Property scrollbar-highlight-color doesn't exist : #c0c0c0 Property scrollbar-shadow-color doesn't exist : #c0c0c0 Property scrollbar-track-color doesn't exist : #c0c0c0 property overflow-y does not exist for this profile, but is validated conforming to another profile |
|
#3
|
|||
|
|||
|
Thanks for the link. Though I am not technically inclined towards customizing CSS, I will try to read that up.
A quick question while I read up further, wanna ask the experts, is there a way to rewrite the CSS for the property overflow-y? I want to have a textbox scroll in the center. Thanks again. |
|
#4
|
|||
|
|||
|
overflow-y does not exist for browsers other than IE.
You can use overflow:auto, so that the page looks the same in Netscape, Firefox and IE. But this shows also the horizontal scrollbar. However this can 'easilly' be fixed by making your content smaller so that it fits in the table-cell. |
![]() |
| Viewing: Dev Articles Community Forums > Web Design > Web Development > Browser Issues |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|