two scroll bars
-
i have a custom list that controls the look of my web page and that make a scroll visable but some where else in the code another scroll bar is been called so when the page is loaded two appear the one to the right doesnt work but its still visable, i want to get rid of this can anyone help me what i should be looking for im only debugging the code, didnt write it myself cheers
-
i have a custom list that controls the look of my web page and that make a scroll visable but some where else in the code another scroll bar is been called so when the page is loaded two appear the one to the right doesnt work but its still visable, i want to get rid of this can anyone help me what i should be looking for im only debugging the code, didnt write it myself cheers
From your description of the problem it sounds like one control is inside another control, and it has the scroll bars set to "auto". You'll need to locate the control the list control is in and set the scroll bars off, using code or using the properties box depending on what the other control is. Hope this helps, progload