removing scrollbars
- Started
- Last post
- 9 Responses
- calvinn
does anyone know how to remove the x scrollbar in ie6 for xp? i've tried using overflow-x=hidden, but that doesn't seem to work for that browser. any suggestions? thanks.
- gabriel_pc0
overflow-x: hidden
works for me in IE6 on XP pro. Can you post a link of the problem?
- calvinn0
try looking at http://www.mitcheldesign.com/mit… and then clicking on the case studies button...i seem to bet x scrollbars for no reason.
- D_Dot0
wouldn't changing the margins correct this? Maybe thats not what you want, I don't know
- XC010
scroll="no"
gets rid of all scrollbars
- calvinn0
all margins are set to 0. any other thoughts?
- calvinn0
i cannot use scroll=no because on certain pages i need vertical scrolling. this works on all browsers except ie6 for xp, so i'm looking for something to get rid of the horizontal scrollbers in that browser. thanks.
- gabriel_pc0
go through and check that all tags are closed. I see quite a few colspan errors and that might be forcing the page to a larger width. Whatever it is that's causing the horizontal bar is definitely happening in the "content_case.html" file.
- brundlefly0
works with no scroll on safari X
- calvinn0
i know that it works with safari x, that's not the rpoblem, the problem is in ie6 for xp. thanks.